Hello everyone,

How to change request header size default values on jetty http component?

i am trying follow code without success.

Can you help me? 

thanks

<bean id="jetty"
class="org.apache.camel.component.jetty.JettyHttpComponent">
    <property name="requestBufferSize" value="8192"/>
    <property name="requestHeaderSize" value="8192"/>
</bean>



--
View this message in context: 
http://camel.465427.n5.nabble.com/Jetty-Change-request-header-size-to-jetty-http-component-tp5762312.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to