https://issues.apache.org/bugzilla/show_bug.cgi?id=46326
--- Comment #29 from Kevin Ketchum <[email protected]> 2009-10-07 10:08:23 PDT --- (In reply to comment #27) > Completed testing of the general login/authentication steps > I believe I tested all variations of the options (include all/some options, > all > options correct/some correct, etc) > The following conditions generate exceptions and could be captured, to provide > better error messages: > ========================================================= > Testing EncryptLogOn login using wrong password file name - I defined a > non-existant password file. > Generates this Exception: > java.lang.Exception: Unable to open input file 'pwfile1.pwf' > ...and a bunch more dump data > ========================================================= > Testing EncryptLogOn login omitting username - I didn't include the username > parameter > Generates this Exception: > java.lang.Exception: User ID does not match encrytped user ID read from input > file 'pwfile.pwf' > ...and a bunch more dump data > ========================================================= > Testing EncryptLogOn login omitting password file - I didn't include the > passwordFile parameter > Generates this Exception: > java.lang.NullPointerException > at java.io.FileInputStream.<init>(FileInputStream.java:103) > at java.io.FileInputStream.<init>(FileInputStream.java:66) > at java.io.FileReader.<init>(FileReader.java:41) > at borlandutilities.EncryptPassword.decrypt(EncryptPassword.java:199) > ...and a bunch more > ========================================================= Retested this issues with newest version - all looks good. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
