JDK-7188320 : Jar file path name ends with "!" occurred many several exception.
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_7
  • CPU: x86
  • Submitted: 2012-08-01
  • Updated: 2013-01-03
  • Resolved: 2013-01-03
Related Reports
Duplicate :  
Description
FULL PRODUCT VERSION :
All Version

ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows [Version 6.1.7601]

A DESCRIPTION OF THE PROBLEM :
Jar file path name ends with "!" occurred many several exception.

Any java application install ends with "!" path then can't run any more.
example, Tomcat unzip to "c:\tomcat!" then ClassNotFoundException or NoClassDefoundError occur.

I think,
sun.net.www.protocol.jar.URLJarFile
sun.net.www.ParseUtil
was not allow "!" at path.



REPRODUCIBILITY :
This bug can be reproduced always.