Keystore filepath incorrectly interpereted on some operating systems.

Published on: 29/03/2011
Discussion

Current SVN head has bug in start transport libraries. It prevents our test server finding key and trust stores. Workaround i used was to change this line: final String keystorePath = path.toExternalForm ().substring (6); to final String keystorePath = path.toExternalForm ().substring (5); And this allowed our tomcat(linux) ap to load key-stores. without modification it could not find key-stores. I think problem may stem from differences in file path representations on diffrent operating systems. code running on our client on windows xp seemt to find stores correctly with out mod. jk



HardwareNone
ProductJava START
Operating SystemLinux
ComponentAccess Point
VersionNone
Severitytrivial
ResolutionFixed
URLNone

Category

Bugs

Comments

jussikin (not verified)
Tue, 29/03/2011 - 13:35

Seems better now! jk