Update!
There is an error in Tomcat server.xml configuration above. There should not be a space between parameter and its value on "compression". This leads to strange Tomcat behavior (slowdowns,...
Type: Posts; User: Antti Kekki; Keyword(s):
Update!
There is an error in Tomcat server.xml configuration above. There should not be a space between parameter and its value on "compression". This leads to strange Tomcat behavior (slowdowns,...
I just wanted to share information about using GZIP compression with HTTPInvoker. This may be common knowledge but I did not find it from reference, API or from this forum.
GZIP compression...
I managed to get custom AuthenticationProcessingFilter filter to work with following xml configuration:
<http auto-config="false" entry-point-ref="authenticationProcessingFilterEntryPoint">
...