-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.18.3
-
Component/s: camel-netty4-http
-
Labels:None
-
Estimated Complexity:Novice
In function "initChannel" the call to new request decoder
pipeline.addLast("decoder", new HttpRequestDecoder(409, configuration.getMaxHeaderSize(), 8192));
409, should probably be 4096,
This is set when using the init-method start on the bean below:
<spring:bean id="httpServer" class="org.apache.camel.component.netty4.http.DefaultNettySharedHttpServer"
init-method="start" destroy-method="stop">
<spring:property name="nettyServerBootstrapConfiguration" ref="configuration"/>
</spring:bean>
- links to