Details
Description
Blank iframes have the URL "/compat-showcase/xmlhttp/blank". This URL doesn't work anymore. Instead, a "CSS resource not found" error message shows up. See ICE-5944 for more details.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Salesforce Case | [] | |
| Fix Version/s | 2.0-Beta2 [ 10242 ] | |
| Assignee Priority | P2 | |
| Assignee | Mircea Toma [ mircea.toma ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #22310 | Thu Sep 09 13:54:22 MDT 2010 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/compat/core/src/main/java/com/icesoft/faces/webapp/CompatResourceServlet.java
ADD
/icefaces2/trunk/icefaces/compat/core/src/main/resources/css/com/icesoft/faces/resources/blank
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 2.0.0 [ 10230 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee Priority | P2 |

Modified CompatResourceServlet to serve up any resource from com/icesoft/faces/resources (previously only paths starting with '.../css' prefix where served). Added 'blank' HTML file into com/icesoft/faces/resources directory. Now xmlhttp/blank requests will be served properly by CompatResourceServlet.