Author: agilliland
Date: Fri Jul 14 11:00:21 2006
New Revision: 421970
URL: http://svn.apache.org/viewvc?rev=421970&view=rev
Log:
don't allow access to the original request after parsing.
Modified:
incubator/roller/branches/roller_3.0/src/org/apache/roller/ui/rendering/util/ParsedRequest.java
Modified:
incubator/roller/branches/roller_3.0/src/org/apache/roller/ui/rendering/util/ParsedRequest.java
URL:
http://svn.apache.org/viewvc/incubator/roller/branches/roller_3.0/src/org/apache/roller/ui/rendering/util/ParsedRequest.java?rev=421970&r1=421969&r2=421970&view=diff
==============================================================================
---
incubator/roller/branches/roller_3.0/src/org/apache/roller/ui/rendering/util/ParsedRequest.java
(original)
+++
incubator/roller/branches/roller_3.0/src/org/apache/roller/ui/rendering/util/ParsedRequest.java
Fri Jul 14 11:00:21 2006
@@ -87,9 +87,4 @@
return (this.authenticUser != null);
}
-
- public HttpServletRequest getRequest() {
- return this.request;
- }
-
}