Reading the documentation I see that we have to be careful in areas that 
are managed by Pax-web.

The settings for ForwardedRequestCustomizer are in the httpconfig setion as 
shown here:
<New id="httpConfig" class="org.eclipse.jetty.server.HttpConfiguration"> 
<Set name="secureScheme">https</Set> <Set name="securePort"><Property 
name="jetty.secure.port" default="8443" /></Set> <Set 
name="outputBufferSize"><Property name="jetty.output.buffer.size" 
default="32768" /></Set> <Set name="requestHeaderSize"><Property 
name="jetty.request.header.size" default="8192" /></Set> <Set 
name="responseHeaderSize"><Property name="jetty.response.header.size" 
default="8192" /></Set> <Set name="sendServerVersion"><Property 
name="jetty.send.server.version" default="true" /></Set> <Set 
name="sendDateHeader"><Property name="jetty.send.date.header" 
default="false" /></Set> <Set name="headerCacheSize">512</Set> <!-- 
Uncomment to enable handling of X-Forwarded- style headers <Call 
name="addCustomizer"> <Arg><New 
class="org.eclipse.jetty.server.ForwardedRequestCustomizer"/></Arg> </Call> 
--> </New> 

How should this be added? Can it be as is in the jetty.xml or as a service 
or other??

Also congratulation on Pax-web 8.0, looking forward to make the jump soon.

Thanks 
Alain

-- 
-- 
------------------
OPS4J - http://www.ops4j.org - [email protected]

--- 
You received this message because you are subscribed to the Google Groups 
"OPS4J" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ops4j/f5354df5-b5a1-4a15-8a91-2cf4f0cf72d0n%40googlegroups.com.

Reply via email to