Shibboleth, Tomcat, AJP and UTF-8 conversion
Peter Schober
peter.schober at univie.ac.at
Thu Oct 20 14:20:02 EDT 2016
* Brent Putman <putmanb at georgetown.edu> [2016-10-20 19:57]:
> You can find this filter in the global conf/web.xml as
> "setCharacterEncodingFilter". It's commented out by default.
Right, that's covered in the Tomcat FAQ at
http://wiki.apache.org/tomcat/FAQ/CharacterEncoding#Q3
(with the larger set of steps, similar to the stackoverflow URL I sent
before, being covered here:
http://wiki.apache.org/tomcat/FAQ/CharacterEncoding#Q8 )
Though Robert described that this did not in fact fix the problem for
him (very end of section "Reproducing the problem"):
http://fuero.github.io/shibboleth-tomcat-charset-oddities/
The code Robert kindly posted now at
https://github.com/fuero/tomcat-encoding-filter doesn't detail what
needed to be changed from the Tomcat 7 version, though:
"SetCharacterEncodingFilter was taken and modified from the Tomcat
7.0.x tree."
Someone who cared could diff them herself, though. ;)
-peter
More information about the users
mailing list