users@glassfish.java.net

Re: UTF-8 in JDBC principal name?

From: <glassfish_at_javadesktop.org>
Date: Thu, 15 Apr 2010 00:47:31 PDT

did u change anything between the previous post and this one ?.
Strings are used to represent the username within the JDBCRealm.

does your form specify the UTF-8 encoding

<form action="j_security_check" method="post" enctype="UTF-8">
<input id="j_username" type="text" value="" name="j_username"/>
<input id="j_password" type="password" value="" name="j_password"/>
<input type="submit" value="Login" />
</form>
[Message sent by forum member 'kumarjayanti']

http://forums.java.net/jive/thread.jspa?messageID=397067