Opened 10 years ago
Last modified 10 years ago
#12652 closed enhancement
[Patch] Do not ...snip... bug report messages after 6000 characters. — at Version 1
| Reported by: | michael2402 | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | 16.04 |
| Component: | Core bugreport | Version: | |
| Keywords: | Cc: | stoecker |
Description (last modified by )
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 server side code for this. That patch is already applied so this code is ready to be used.
This is what it looks like if an error occurred while opening the browser window:

Change History (3)
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 |
|---|
comment:1 by , 10 years ago
| Description: | modified (diff) |
|---|


