Opened 10 years ago
Last modified 10 years ago
#12652 closed enhancement
[Patch] Do not ...snip... bug report messages after 6000 characters. — at Initial Version
| Reported by: | michael2402 | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | 16.04 |
| Component: | Core bugreport | Version: | |
| Keywords: | Cc: | stoecker |
Description
A URL get parameter is restricted to 2000 characters (server/client dependent). JOSM increases that limit by using GZIP but strips all stack traces after 6000 characters. There are several cases where this is not enough and JOSM did not send along the interesting "Caused by..." line.
#12603 contains the applied server side code for this so this code is ready to be tested.
This is what it looks like if an error occurred while opening the browser window:
Image(patch-bugreport-longer-error-message-1.png
Change History (2)
by , 10 years ago
| Attachment: | patch-bugreport-longer-error-message-1.png added |
|---|
by , 10 years ago
| Attachment: | patch-bugreport-longer-error-message.patch added |
|---|


