Defect #94
preview should probably POST instead of GET, breaking on long entries
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Resolution: | Affected version: |
Description
I was porting my wiki entries from Trac into redMine and noticed that on long entries the URL generated for the GET
exceeded nginx's maximum length. This happened several times on long entries, POSTing should resolve the issue.
Kudos on the work, our company is looking to use redMine for all dept. project and issue management.
History
#1
Updated by Jean-Philippe Lang over 15 years ago
You're absolutely right.
The fix is committed in rev 658.
Thanks.