webwork/src/main/webwork/action/standard Redirect.java,1.8,1.9
[email protected] Sun, 23 Jun 2002 16:57:05 -0700
| Newsgroups | gmane.comp.java.webwork.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/webwork/webwork/src/main/webwork/action/standard
In directory usw-pr-cvs1:/tmp/cvs-serv30928
Modified Files:
Redirect.java
Log Message:
returned NONE instead of SUCCESS
Index: Redirect.java
===================================================================
RCS file: /cvsroot/webwork/webwork/src/main/webwork/action/standard/Redirect.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Redirect.java 11 Mar 2002 09:02:34 -0000 1.8
+++ Redirect.java 23 Jun 2002 23:57:03 -0000 1.9
@@ -61,7 +61,7 @@
url = response.encodeUrl(url);
response.sendRedirect(url);
- return SUCCESS;
+ return NONE;
}
}
-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/