Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread
Message: 987
BY: Steven Ketcham (stedak)
DATE: 2004-03-01 12:46
SUBJECT: RE: IE 6.0 and CGI

 

Yes, I see the fix for the templates. This is good.

There are two other problems:
There is a caching problem I *think* it can be handled in ruwiki.rb:
# Outputs the page.
def output
@response.add_header("Content-type", "text/html")...snip...
@response.add_header("Cache-Control", "max-age=0")
...snip...
end


and when used as a CGI the 'topic' parameter is unavailable. Which I *think* can be handled in handler.rb with the other code snippet I sent.

Thanks!


Thread View

Thread Author Date
IE 6.0 and CGISteven Ketcham2004-02-29 22:05
      RE: IE 6.0 and CGIAlan Chen2004-03-01 07:45
            RE: IE 6.0 and CGISteven Ketcham2004-03-01 12:46

Post a followup to this message