On Mar 14, 2008, at 12:02 AM, sdumitriu (SVN) wrote:
[snip]
@@ -179,6 +178,8 @@
LOG.error("Remember Me function will be disabled!!");
return;
}
+ protectedUsername = protectedUsername.replaceAll("=",
"_");
+ protectedPassword = protectedPassword.replaceAll("=",
"_");
I think these statements would warrant a nice comment explaining why
we're doing this.
Same where the opposite operation is performed.
Thanks
-Vincent