View Issue Details

IDProjectCategoryView StatusLast Update
0006040SymmetricDSBugpublic2023-10-27 18:00
Reporterzulus Assigned Toelong  
Priorityhigh 
Status closedResolutionfixed 
Product Version3.15.0 
Target Version3.15.1Fixed in Version3.15.1 
Summary0006040: maxFormContentSize and maxFormKeys are no longer used
DescriptionSymmetric DS no longer forward org.eclipse.jetty.server.Request.maxFormContentSize and org.eclipse.jetty.server.Request.maxFormKeys

As an result I see in logs: java.lang.IllegalStateException: Form is larger than max length 200000
TagsNo tags attached.

Activities

elong

2023-10-23 13:29

developer   ~0002389

You might be able to lower the sym_channe.max_batch_to_send to get the error to stop.

It's using Spring Boot now instead of embedded Jetty. Spring Boot has "server.jetty.max-http-form-post-size" instead of "org.eclipse.jetty.server.Request.maxFormContentSize". It could be added to SymmetricBootPropertySetupListener.

zulus

2023-10-23 22:39

reporter   ~0002390

thx, so looks like conf/sym_service.conf and bin/setenv are just outdated, would be nice to have such information in changelog

zulus

2023-10-23 22:48

reporter   ~0002391

same problem even with -Dserver.jetty.max-http-form-post-size, maxFormKeys still affect my 3.15.0

elong

2023-10-26 12:50

developer   ~0002393

We will make a code change for SymmetricDS 3.15.1 that will make the old property work again.

Related Changesets

SymmetricDS: 3.15 113cc8f5

2023-10-27 17:07:52

admin

Details Diff
0006040: support maxFormContentSize Affected Issues
0006040
mod - symmetric-server/src/main/java/org/jumpmind/symmetric/SymmetricBootPropertySetupListener.java Diff File

Issue History

Date Modified Username Field Change
2023-10-23 11:52 zulus New Issue
2023-10-23 13:29 elong Note Added: 0002389
2023-10-23 22:39 zulus Note Added: 0002390
2023-10-23 22:48 zulus Note Added: 0002391
2023-10-25 17:03 cquamme Status new => acknowledged
2023-10-26 12:50 elong Note Added: 0002393
2023-10-27 17:08 elong Assigned To => elong
2023-10-27 17:08 elong Status acknowledged => assigned
2023-10-27 17:08 elong Status assigned => resolved
2023-10-27 17:08 elong Resolution open => fixed
2023-10-27 17:08 elong Fixed in Version => 3.15.1
2023-10-27 18:00 admin Changeset attached => SymmetricDS 3.15 113cc8f5
2023-11-14 21:10 admin Status resolved => closed