[JBoss-user] [HTTPD, Servlets & JSP] - update..

2004-08-05 Thread Maxim Ragozin
still seek for solution

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844291#3844291

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844291


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - How to change request encoding for j_security_check?

2004-06-03 Thread Maxim Ragozin
I want to allow customer type there username (j_username) in there native language. To 
do this I need to set request encoding to UTF-8. For rest of application it is done 
via Filter.  But for j_security_check Tomcat 5 (and Jetty 4, 5)  doesn't call filters 
BEFORE invocation of FormAuthentifcator.

Platform JBoss 4 and JBoss 3.2.3. Prototype application http://www.cards2connect.com

Actually I solved this problem by modifying 
org.apache.catalina.authenticator.FormAuthenticator. I add 
request.setCharacterEncoding("UTF-8") in authenticate() method (same trick works and 
for Jetty). But prefer less or more standard way.

Thank you
Maxim Ragozin
http://www.xytopok.net

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837354#3837354

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837354


---
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user