You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Trevor Luo [ITSD]" <tr...@vtc.edu.hk> on 2003/04/29 15:49:07 UTC

ant security

Hi,

I am using ant for a while. Recently, I found a security exposure in the
build.xml file:

<property name="managerapp.userid"    value="admin"/>
<property name="managerapp.password"  value="secret"/>

As you see, the password is plain in text. How can I use the  digest
encoding algorithm?

FYI: I am using tomcat 4.18 under linux 7.2.

Thanks in advance!

Trevor



















---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org