Opened 13 years ago
Last modified 12 years ago
#801 new defect
"NetworkError: 413 FULL head" error using mvn jetty:run (development)
Reported by: | jeanpommier | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | v2.8.0 |
Component: | General | Version: | |
Keywords: | jetty memory | Cc: |
Description
Lately, i had regular such errors, that prevent the application from working properly. It seems to be caused by ExtJs storing data (elements position, etc) in a cookie. This cookie's size increases, and oversize Jetty's memory for cookies (4k by default) Increasing this dedicated memory to 16k resolves the pb (adding a tag <headerBufferSize>16384</headerBufferSize> in web/pom.xml)
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | web_pom.xml.patch added |
---|
comment:1 by , 13 years ago
comment:2 by , 12 years ago
Milestone: | v2.7.0 → v2.8.0 |
---|
Note:
See TracTickets
for help on using tickets.
Thanks for the info Jean. I've also get that issue and cleaning browser's cookies also solved the issue. We should investigate more on why the size of the cookie increase.