https://issues.apache.org/bugzilla/show_bug.cgi?id=50640
Mark Thomas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #1 from Mark Thomas <[email protected]> 2011-01-27 12:40:00 EST --- The keystoreFile and truststoreFile attributes are intended to point to files. Given that, converting them to an absolute path in the setters seems reasonable. Whilst the BIO JSSE implementation does double check that an absolute path has been provided, the NIO JSSE implementation does not. I am more inclined to remove the double check from the BIO implementation than I am to duplicate it in NIO. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
