On 4/12/2011 11:28 AM, David kerber wrote:
> On 4/12/2011 11:17 AM, Yucca Nel wrote:
>> Indeed :D,
>>
>> Seems to be an issue when I add an ampersand to the password!
> That doesn't surprise me a bit.  I don't think I've run into any 
> password system that will accept that character, though I guess there 
> must be some since you're using it.
>
> D
>
>
I suspect tomcat would be fine with &, < and > as long as you properly
encode them in your tomcat-users.xml file.  It is an xml file and
requires proper encoding:

& = &amp;
< = &lt;
> = &gt;

--David
>> -----Original Message----- From: David kerber Sent: Tuesday, April 12,
>> 2011 5:07 PM To: Tomcat Users List Subject: Re: Tomcat manager fails and
>> can't tell why.
>> On 4/12/2011 11:04 AM, Yucca Nel wrote:
>>> I do.. :) It confuses the heck out of me.
>>>
>>> Seems to fail because I change to alphanumeric password that is longer
>>> than 4 chars long. I also make sure to close all browser tabs so that I
>> Do you close the entire browser? I don't think just closing tabs will
>> clear the session.
>>
>> D
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to