You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2005/02/02 12:12:44 UTC

DO NOT REPLY [Bug 33354] New: - input task should hide password entries

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33354>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33354

           Summary: input task should hide password entries
           Product: Ant
           Version: 1.6.2
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: richard.cross@uk.wanadoo.com


Could there be an extra property to the input task that masks the entries as you
type them (with asterisks for example)?

My ant script checks files outt of StarTeam before a build, so I need the following:
<input message="StarTeam login: " addproperty="st.user"/>
<input message="StarTeam password: " addproperty="st.password"/>

However when you run this:

init:
    [input] StarTeam login:
rcross
    [input] StarTeam password:
mypasswordforalltosee

which is extremely insecure if someone happens to be standing behind you.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org