JDK-4759207 : Improve handling long full file name on Win32
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.io
  • Affected Version: 1.4.2
  • Priority: P5
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_2000
  • CPU: x86
  • Submitted: 2002-10-07
  • Updated: 2002-11-06
  • Resolved: 2002-11-06
Related Reports
Duplicate :  
Description
On win32, there is a limit for length of a filename, the limit for simple file name is 256, limit for fullpath is 260. 

The automaticly generated files from WebServerPack is quite long. When you put these file into SunOne Studio and SunOne App server environment, the fullpath easily over the limit. This RFE is to request that Java to treat the directory name and the filename seperately so to workaround the limit for fullpath, if possible.