Croway opened a new pull request, #23773:
URL: https://github.com/apache/camel/pull/23773

   ## Summary
   
   - Add 8 new typed fields to `UndertowHostOptions` (`maxEntitySize`, 
`multipartMaxEntitySize`, `maxHeaderSize`, `noRequestTimeout`, `idleTimeout`, 
`requestParseTimeout`, `maxParameters`, `maxHeaders`) following the existing 
`http2Enabled` pattern
   - Wire each option in `DefaultUndertowHost` via `builder.setServerOption()`
   - Document all host options (existing and new) in `undertow-component.adoc`
   - Add integration test for `maxEntitySize`
   
   ## Test plan
   
   - [x] `UndertowMaxEntitySizeTest` — verifies requests within and exceeding 
the configured limit
   - [x] `UndertowHttp2Test` — existing test still passes (no regression)
   - [x] Full module build: `cd components/camel-undertow && mvn verify`
   
   _Claude Code on behalf of Federico Mariani_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to