You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/05/03 03:01:37 UTC

svn commit: r167839 - /incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/servlet/ControlFilter.java

Author: ekoneil
Date: Mon May  2 18:01:36 2005
New Revision: 167839

URL: http://svn.apache.org/viewcvs?rev=167839&view=rev
Log:
Fix for SVN 569 in ControlFilter.  Changed the reference to ServletControlContext to ServletBeanContext.

BB: self


Modified:
    incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/servlet/ControlFilter.java

Modified: incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/servlet/ControlFilter.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/servlet/ControlFilter.java?rev=167839&r1=167838&r2=167839&view=diff
==============================================================================
--- incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/servlet/ControlFilter.java (original)
+++ incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/servlet/ControlFilter.java Mon May  2 18:01:36 2005
@@ -29,7 +29,7 @@
 
 /**
  * The ControlFilter class provides an implementation of an HTTP servlet filter that supports
- * running controls in the web tier.  It works, in conjunction with the ServletControlContext
+ * running controls in the web tier.  It works, in conjunction with the {@link ServletBeanContext}
  * class to provide runtime containment for controls.  It ensures that a valid BeanContext has 
  * been set up prior to forwarding the request to the actual target servlet, and does 
  * post-processing to ensure that resources have been properly released.