You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by se...@apache.org on 2007/05/08 02:44:53 UTC

svn commit: r536036 - /jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/screens/VelocitySecureScreen.java

Author: seade
Date: Mon May  7 17:44:53 2007
New Revision: 536036

URL: http://svn.apache.org/viewvc?view=rev&rev=536036
Log:
Fixed typo and removed reference to a non-existent utility.

Modified:
    jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/screens/VelocitySecureScreen.java

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/screens/VelocitySecureScreen.java
URL: http://svn.apache.org/viewvc/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/screens/VelocitySecureScreen.java?view=diff&rev=536036&r1=536035&r2=536036
==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/screens/VelocitySecureScreen.java (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/modules/screens/VelocitySecureScreen.java Mon May  7 17:44:53 2007
@@ -28,7 +28,7 @@
  * VelocitySecureScreen
  *
  * Always performs a Security Check that you've defined before
- * executing the doBuildtemplate().  You should extend this class and
+ * executing the doBuildTemplate().  You should extend this class and
  * add the specific security check needed.  If you have a number of
  * screens that need to perform the same check, you could make a base
  * screen by extending this class and implementing the isAuthorized().
@@ -71,8 +71,7 @@
     /**
      * Implement this method to perform the security check needed.
      * You should set the template in this method that you want the
-     * user to be sent to if they're unauthorized.  See the
-     * VelocitySecurityCheck utility.
+     * user to be sent to if they're unauthorized.
      *
      * @param data Turbine information.
      * @return True if the user is authorized to access the screen.



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org