> Is it only certain headers that are a problem, or is it all headers?
> 
> If it's only some, you could specifically code these such that they are
> handled with the desired capitalization, and pass everything else through.
> 
> Or, if there are some rules to the capitalization requirements (like the
> leading character is always caps, and anything following a - is caps,
> like Accept-Charset instead of accept-charset), then
> 
> - -chris

Thanks Chris, thats exactly what I am doing now. It's only a few of application 
specific header and as the proxy is capable of plugins, I am simply setting 
those headers with their required capitalisation and their respective values.

Alexander


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to