Nicolas Delsaux
unread,Nov 8, 2016, 9:37:16 AM11/8/16Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wisdom-...@googlegroups.com
My application is integrated in an SSO system which send auth headers
when user is authenticated (I'm behind an Aapche server which handles
the auth dance).
As a consequence, i receive typical OpenAM headers when user is logged in :
FIRSTNAME
LASTNAME
LOGIN
EMAIL
Being in a french company, these headers may contain accented letters
(é, è, ...) which are not in ASCII table.
it seems Wisdom, Vert.x, or even netty (don't know which one) translates
those headers sent in UTF-8 into US-ASCII. I've tried to convert them
back to UTF-8, with absolutly no success.
So, is it possible to ask Wisdom stack to not force these headers to
US-ASCII and let them flow in their original encoding ?