Author: jrthomerson
Date: Fri May 28 18:12:00 2010
New Revision: 949248
URL: http://svn.apache.org/viewvc?rev=949248&view=rev
Log:
fixes WICKET-2897
Modified:
wicket/trunk/wicket/src/main/disabled/org/apache/wicket/protocol/http/servlet/AbortWithHttpStatusException.java
Modified:
wicket/trunk/wicket/src/main/disabled/org/apache/wicket/protocol/http/servlet/AbortWithHttpStatusException.java
URL:
http://svn.apache.org/viewvc/wicket/trunk/wicket/src/main/disabled/org/apache/wicket/protocol/http/servlet/AbortWithHttpStatusException.java?rev=949248&r1=949247&r2=949248&view=diff
==============================================================================
---
wicket/trunk/wicket/src/main/disabled/org/apache/wicket/protocol/http/servlet/AbortWithHttpStatusException.java
(original)
+++
wicket/trunk/wicket/src/main/disabled/org/apache/wicket/protocol/http/servlet/AbortWithHttpStatusException.java
Fri May 28 18:12:00 2010
@@ -47,7 +47,8 @@ public class AbortWithHttpStatusExceptio
* @param status
* The http response status code
* @param statusCodeOptional
- * If true and http status could not be set, an
IllegalStateException will be thrown
+ * If false (meaning the http status is not required to be
set), an
+ * IllegalStateException will be thrown
*/
public AbortWithHttpStatusException(int status, boolean
statusCodeOptional)
{