| Summary: | Too long path length for images in RAP 1.2.1 can not dissolved under Tomcat 6.0.16 | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Nikolai Raitsev <nikolai.raitsev> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | drpadawan |
| Version: | 1.2 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Nikolai Raitsev
I did some tests with a long (longer than 255 characters) paths on Windows Vista/JDK 1.6.0_17/Tomcat 6.0.18/RAP CVS HEAD and everything is working as expected - file from the example above is created and image is shown too. It seems that this problem is OS/JDK specific and how OS/JDK versions handle longer than 255 characters paths/filenames. I think that we can't do anything about it, just use shorter filenames (in the example above filename is 93 characters!!!). In 1.2.1 we escape some characters like '$' (see bug 280582), which in addition increases the path length. According to comment #1, this is a WONTFIX Please re-open if you find the source of the problem lies within RAP. |