You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2012/06/22 20:58:09 UTC

[Bug 53457] New: Could use System.console() for password prompting

https://issues.apache.org/bugzilla/show_bug.cgi?id=53457

          Priority: P2
            Bug ID: 53457
          Assignee: issues@jmeter.apache.org
           Summary: Could use System.console() for password prompting
          Severity: enhancement
    Classification: Unclassified
                OS: Windows XP
          Reporter: sebb@apache.org
          Hardware: PC
            Status: NEW
           Version: unspecified
         Component: Main
           Product: JMeter

Java 1.6 offers a Console class with password facilities.

This could be used for the SSLManager and elsewhere.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53457] Could use System.console() for password prompting

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53457

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Hello,
I thought we had decided to remove prompting in bug:
BugĀ 52131 - Eliminate DefaultKeyStore and simplify code

As it introduced different behaviour between gui and non gui.

Regards
Philippe

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53457] Could use System.console() for password prompting

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53457

--- Comment #2 from Sebb <se...@apache.org> ---
If the SSLManager code is changed to use the Console, then it will work in both
GUI and non-GUI mode. That would be an alternate solution to the remaining
issue on Bug 52131.

Even if not used in SSLManager, there will probably be other places where it
could be used, e.g. it might be useful to have a password function.

-- 
You are receiving this mail because:
You are the assignee for the bug.