Re: [xwiki-devs] [xwiki-notifications] r8473 - xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/user/impl/xwiki
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
6741
Age (days ago)
6741
Last active (days ago)
0 comments
1 participants
participants (1)
-
Vincent Massol