Update of
/var/cvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/services/community/security
In directory
james.mmbase.org:/tmp/cvs-serv9909/community/src/java/com/finalist/cmsc/services/community/security
Modified Files:
Tag: b1_4
AuthenticationService.java
Log Message:
CMSC-842 Unable to edit a community user with 'special characters' in it's
userId
Parameter name changed because it is not the userid which is passed in
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/services/community/security
See also: http://www.mmbase.org/jira/browse/CMSC-842
Index: AuthenticationService.java
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/services/community/security/AuthenticationService.java,v
retrieving revision 1.3.2.3
retrieving revision 1.3.2.4
diff -u -b -r1.3.2.3 -r1.3.2.4
--- AuthenticationService.java 31 Mar 2008 13:02:28 -0000 1.3.2.3
+++ AuthenticationService.java 31 Mar 2008 19:46:21 -0000 1.3.2.4
@@ -46,9 +46,9 @@
* Delete an authentication entry
* TODO if a authentication is deleted, what should happen with the user's
content (in other systems)?
*
- * @param userId
+ * @param id
*/
- void deleteAuthentication(Long userId);
+ void deleteAuthentication(Long id);
/**
* Check if the given authentication exists
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs