Details
Description
When forwarding from the root context to a subdirectory, the icefaces-d2d.js is rendered as:
../../xmlhttp/1183867293468/icefaces-d2d.js
../../xmlhttp/1183867293468/icefaces-d2d.js
Issue Links
- blocks
-
ICE-1914 selection_spacer.gif not properly resolved for Scrollable table when JSF page in subdirectory
- Closed
Activity
Philip Breau
created issue -
Philip Breau
made changes -
Field | Original Value | New Value |
---|---|---|
Support Case References | https://www.icesoft.ca:4443/supportilla/show_bug.cgi?id=4157 | |
Support Customer Ref. #s | 743 |
Mircea Toma
made changes -
Assignee | Mircea Toma [ mircea.toma ] |
Philip Breau
made changes -
Summary | icefaces-d2d.js has incorrect path when forwarding to a subdirectory | CoreUtils.resolveResourceURL() does not properly resolve resources from the context root |
Philip Breau
made changes -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #14562 | Fri Jul 27 11:24:28 MDT 2007 | mircea.toma | Fix resource resolution -- |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/ServletExternalContext.java
MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/application/D2DViewHandler.java |
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 1.6.1 [ 10070 ] | |
Assignee Priority | P1 |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P1 | |
Assignee | Mircea Toma [ mircea.toma ] |
The relative paths for the Javascript files are not calculated properly when the page has been forwarded from another page residing in a different directory.