[jboss-cvs] jboss-seam/src/main/org/jboss/seam/web ...
Gavin King
gavin.king at jboss.com
Thu Feb 22 13:08:54 EST 2007
User: gavin
Date: 07/02/22 13:08:54
Modified: src/main/org/jboss/seam/web RedirectFilter.java
Log:
better handling of parameters
fixed silly breakage of scheme redirect
Revision Changes Path
1.6 +4 -1 jboss-seam/src/main/org/jboss/seam/web/RedirectFilter.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: RedirectFilter.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/web/RedirectFilter.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- RedirectFilter.java 22 Feb 2007 17:09:09 -0000 1.5
+++ RedirectFilter.java 22 Feb 2007 18:08:54 -0000 1.6
@@ -25,7 +25,10 @@
import org.jboss.seam.core.Pages;
/**
- * Propagates the conversation context across a browser redirect
+ * Propagates the conversation context and page parameters across any
+ * browser redirect initiated from a JSF navigation rule defined in
+ * faces-config.xml. Note that this is no longer needed if all
+ * navigation rules are defined in pages.xml.
*
* @author Gavin King
*/
More information about the jboss-cvs-commits
mailing list