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:ICEfaces
Description
Currently encodeActionURL is a pass-through in the Servlet case:
public String encodeActionURL(String url) {
return url;
}
This does not give the opportunity for Response wrappers to add functionality.
public String encodeActionURL(String url) {
return url;
}
This does not give the opportunity for Response wrappers to add functionality.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Ted Goddard [ ted.goddard ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Attachment | ice-blog.zip [ 13242 ] |
| Salesforce Case | [5007000000GtkkB] |
| Affects | [Compatibility/Configuration] |
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Affects | [Compatibility/Configuration] | |
| Resolution | Fixed [ 1 ] |
| Attachment | FailSafeResponseFilter.java [ 13285 ] |
| Attachment | FailSafeResponseFilter.java [ 13290 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |