View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006040 | SymmetricDS | Bug | public | 2023-10-23 11:52 | 2023-10-27 18:00 |
Reporter | zulus | Assigned To | elong | ||
Priority | high | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.15.0 | ||||
Target Version | 3.15.1 | Fixed in Version | 3.15.1 | ||
Summary | 0006040: maxFormContentSize and maxFormKeys are no longer used | ||||
Description | Symmetric 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 | ||||
Tags | No tags attached. | ||||
|
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. |
|
thx, so looks like conf/sym_service.conf and bin/setenv are just outdated, would be nice to have such information in changelog |
|
same problem even with -Dserver.jetty.max-http-form-post-size, maxFormKeys still affect my 3.15.0 |
|
We will make a code change for SymmetricDS 3.15.1 that will make the old property work again. |
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 |