-
Committer:
Jacques Distler
-
Date:
2009-10-19 23:19:31 UTC
-
Revision ID:
distler@golem.ph.utexas.edu-20091019231931-hcpubypm0l3i2jqx
Work around Rails flash bug
When redirected to another page, flash
messages will not display if the query
string is longer than 10192 bytes. In
Instiki, certain rescue operations
involve redirection, with the updated
content of the page passed as a query
parameter. Fall back to using the stored
content (ie, don't pass a query parameter)
if the content is too long.