 |
Forums |
Admin 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
Post a followup to this message
|
 |