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.
-
- FailSafeResponseFilter.java
- 4 kB
- Ted Goddard
-
- FailSafeResponseFilter.java
- 3 kB
- Ted Goddard
-
Hide
- ice-blog.zip
- 102 kB
- Judy Guglielmin
-
- ice-blog/.classpath 3 kB
- ice-blog/.DS_Store 6 kB
- __MACOSX/ice-blog/._.DS_Store 0.1 kB
- ice-blog/.idea/.name 0.0 kB
- ice-blog/.idea/ant.xml 0.4 kB
- ice-blog/.idea/compiler.xml 0.6 kB
- ice-blog/.idea/.../jguglielmin.xml 0.1 kB
- ice-blog/.idea/encodings.xml 0.2 kB
- ice-blog/.../__example_tmp_lib_dir_.xml 1 kB
- ice-blog/.idea/libraries/Unnamed.xml 6 kB
- ice-blog/.idea/misc.xml 2 kB
- ice-blog/.idea/modules.xml 0.3 kB
- ice-blog/.idea/uiDesigner.xml 9 kB
- ice-blog/.idea/vcs.xml 0.2 kB
- ice-blog/.idea/workspace.xml 37 kB
- ice-blog/.project 0.6 kB
- ice-blog/.../org.eclipse.jdt.core.prefs 0.4 kB
- ice-blog/.../org.eclipse.wst.common.project.facet.core.xml 0.1 kB
- ice-blog/.../org.jboss.ide.eclipse.as.core.prefs 0.1 kB
- ice-blog/bin/.DS_Store 6 kB
- __MACOSX/ice-blog/bin/._.DS_Store 0.1 kB
- ice-blog/build.xml 2 kB
- __MACOSX/ice-blog/._build.xml 0.2 kB
- ice-blog/Ice-blog.iml 11 kB
- ice-blog/out/.../ApplicationCounter$1.class 1 kB
- ice-blog/out/.../ApplicationCounter.class 4 kB
- ice-blog/out/.../actions/Authenticator.class 0.9 kB
- ice-blog/out/.../BlogEntryService.class 0.8 kB
- ice-blog/out/.../actions/BlogService.class 1 kB
- ice-blog/out/.../actions/EntryAction.class 1.0 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #24781 | Wed Jun 08 15:28:17 MDT 2011 | ted.goddard | Filter for insulating against stale requests/responses ( |
Files Changed | ||||
ADD
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/FailSafeResponseFilter.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #24604 | Tue May 17 10:59:40 MDT 2011 | ted.goddard | call response.encodeURL ( |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/ServletExternalContext.java
|