taylor 2004/08/24 19:10:07
Modified: portal/src/java/org/apache/jetspeed/engine/servlet
ServletRequestImpl.java
Log:
make the real request available to subclasses
CVS: ----------------------------------------------------------------------
CVS: PR:
CVS: If this change addresses a PR in the problem report tracking
CVS: database, then enter the PR number(s) here.
CVS: Obtained from:
CVS: If this change has been taken from another system, such as NCSA,
CVS: then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS: If this code has been contributed to Apache by someone else; i.e.,
CVS: they sent us a patch or a new module, then include their name/email
CVS: address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS: If we are doing pre-commit code reviews and someone else has
CVS: reviewed your changes, include their name(s) here.
CVS: If you have not had it reviewed then delete this line.
Revision Changes Path
1.25 +2 -3
jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/engine/servlet/ServletRequestImpl.java
Index: ServletRequestImpl.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/engine/servlet/ServletRequestImpl.java,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ServletRequestImpl.java 24 Aug 2004 17:59:04 -0000 1.24
+++ ServletRequestImpl.java 25 Aug 2004 02:10:07 -0000 1.25
@@ -73,7 +73,7 @@
this.portletWindow = window;
}
- private HttpServletRequest _getHttpServletRequest()
+ protected HttpServletRequest _getHttpServletRequest()
{
return (HttpServletRequest) super.getRequest();
}
@@ -357,7 +357,6 @@
// This makes the portlet non-portable but is a must admin portlets
if (name.startsWith("org.apache.jetspeed"))
{
-
if (value == null)
{
this.removeAttribute(name);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]