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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10232

RE: <input> tag

           Summary: RE: <input> tag
           Product: Ant
           Version: 1.5Beta3
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Need to add attribute to the input tag to disallow reflection of inputted
values. This is required, for example, in a database build script. The script
builds numerous database which requires inputting of a passwords. 

Currently, the input value is displayed to standard output which is a dangerous
thing to do. I believe there should be an optional 'display' attribute where a
display character can be specified.

For example, 
      <input message = "...." 
             display = "x"
              ..
      />

When a value is input for this parameter, an 'x' is displayed for each key 
stroke.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to