Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2-EE-GA_P02
-
Fix Version/s: EE-1.8.2.GA_P03
-
Component/s: Framework
-
Labels:None
-
Environment:-
Description
In addition to ICE-6862 which was resolved in 1.8.2 P03, the customer has noticed that the PersistentFacesServlet also answers requests for URLs containing "/xmlhttp/*" and exhibits the same behavior in ICE-6682. For a fake URL (ex. ../xmlhttp/phpMyAdmin/debug.html) it first returns a blank page with an HTTP 200 and only on the second invocation returns HTTP 500.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Salesforce Case | [5007000000GublN] |
| Assignee | Jack van Ooststroom [ jack.van.ooststroom ] |
| Fix Version/s | EE-1.8.2.GA_P03 [ 10251 ] | |
| Assignee Priority | P1 |
| Assignee | Jack van Ooststroom [ jack.van.ooststroom ] | Mircea Toma [ mircea.toma ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #24662 | Mon May 23 07:25:46 MDT 2011 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/application/D2DViewHandler.java
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/core/ResourceServer.java
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/View.java
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #24692 | Wed May 25 14:18:29 MDT 2011 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/application/D2DViewHandler.java
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/View.java
ADD
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/application/TemplateNotFound.java
|
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #24745 | Wed Jun 01 15:45:48 MDT 2011 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/BridgeFacesContext.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #24751 | Thu Jun 02 05:47:19 MDT 2011 | jack.van.ooststroom | |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/common/standard/CacheControlledServer.java
|
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee Priority | P1 |

Change D2DViewHandler to throw FileNotFoundException when the template corresponding to the requested URL cannot be found. The View code now captures the FileNotFoundException and respond with a HTTP 404 message.
Also, the ResourceServer was modified to detect any request for resource that does not match a registered resource in order to respond with a HTTP 404 message.