Author: ate
Date: Mon Jan  9 18:24:36 2006
New Revision: 367465

URL: http://svn.apache.org/viewcvs?rev=367465&view=rev
Log:
Made SecurityValveImpl.getUserPrincipal(RequestContext) method properly 
extendable:
- removed final
- added throws Exception just as defined (abstract) in parent 
AbstractSecurityValve

Modified:
    
portals/jetspeed-2/branches/JETSPEED-BRANCH-2.0.1/components/portal/src/java/org/apache/jetspeed/security/impl/SecurityValveImpl.java

Modified: 
portals/jetspeed-2/branches/JETSPEED-BRANCH-2.0.1/components/portal/src/java/org/apache/jetspeed/security/impl/SecurityValveImpl.java
URL: 
http://svn.apache.org/viewcvs/portals/jetspeed-2/branches/JETSPEED-BRANCH-2.0.1/components/portal/src/java/org/apache/jetspeed/security/impl/SecurityValveImpl.java?rev=367465&r1=367464&r2=367465&view=diff
==============================================================================
--- 
portals/jetspeed-2/branches/JETSPEED-BRANCH-2.0.1/components/portal/src/java/org/apache/jetspeed/security/impl/SecurityValveImpl.java
 (original)
+++ 
portals/jetspeed-2/branches/JETSPEED-BRANCH-2.0.1/components/portal/src/java/org/apache/jetspeed/security/impl/SecurityValveImpl.java
 Mon Jan  9 18:24:36 2006
@@ -134,7 +134,7 @@
      * @param request
      * @return
      */
-    protected final Principal getUserPrincipal(RequestContext request)
+    protected Principal getUserPrincipal(RequestContext request) throws 
Exception
     {
         Principal userPrincipal = request.getRequest().getUserPrincipal();
         if (userPrincipal == null)



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to