zh / redmine_importer

Redmine importer that works with trunk.
https://github.com/leovitch/redmine_importer/wiki
48 stars 57 forks source link

too many error messages leads to ActionDispatch::Cookies::CookieOverflow #17

Closed roelarents closed 10 years ago

roelarents commented 10 years ago

I think this is happening: Every flash_message (when a user is not found or something) is added by Redmine to a _redmine_session cookie. When this cookie grows too large, the CookieOverflow Exception is raised.

Possible solution: Don't show the errors as flash messages, but in summary report template.

zh commented 10 years ago

What about fixing it and sending me a pull request

roelarents commented 10 years ago

I would love to. But have never written any Ruby, let alone Redmine, code. Sorry if the tone of the issue was lazy and complaining ;). Not meant like that. Perhaps someday, when I have time to spare, I will look into it myself....

zh commented 10 years ago

Seems you sent me the pull request after all. Thanks. Merged.

roelarents commented 10 years ago

Thank the greatness of Ruby i suppose :) Thx for the quick response!