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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
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.