14 Mar
2008
14 Mar
'08
7:04 a.m.
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