Hi I would like to add users to slide which names contains @ [at] symbol.
when creating the user, there is no problem. but when I try to add the user to a group the @ is encoded in %40. And whenever I add another user to the group the % will be encoded as %25 so i get usernames like %2525252525252525252525252540admin, which should be @admin. The question is why is this happening, I don't think it is a problem of encoding, so that changing to unicode or utf-8 or something will help. I hoped that setting the group-member-set as <!CDATA[...]]> might help, but this didn't work either. I could replace the %40 in the String before doing the propPatch, but then still in the xml it will be escaped. And I guess slide will make a difference between user @admin and user &40admin, so all group acls won't work. I am using slide, build from cvs-head about 3 weeks ago, inside jboss3.2.3/tomcat4.1 Thanks in advance SVen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
