[JBoss-user] [Security & JAAS/JBoss] - Re: can username be UTF-8

2006-04-14 Thread spetratos
username has characters with codes U+0688, U+0434, U+0063. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937391#3937391 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937391 --

[JBoss-user] [Security & JAAS/JBoss] - Re: can username be UTF-8

2006-04-14 Thread spetratos
I'm having the same issue. Even thought my login jsp sets the encoding to utf-8, it seems that it is ignored. Therefore, any username with wide characters can't login. The only way I got this working was by adding a URIEncoding=utf-8 to the server.xml for Tomcat, and use a "GET" versus a "POST