cziegeler 2002/08/08 23:20:57 Modified: src/java/org/apache/cocoon/webapps/authentication/components AuthenticationManager.java Log: Test if a handler is set for authentication ckeck as suggested by Per Kreipke [[EMAIL PROTECTED]] Revision Changes Path 1.11 +3 -1 xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/components/AuthenticationManager.java Index: AuthenticationManager.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/components/AuthenticationManager.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- AuthenticationManager.java 1 Jul 2002 08:38:46 -0000 1.10 +++ AuthenticationManager.java 9 Aug 2002 06:20:57 -0000 1.11 @@ -646,6 +646,8 @@ throw new ProcessingException("Application not found: " + this.applicationName); } } + } else { + throw new ProcessingException("Handler information not found."); } } else { if (this.handlerName.equals("")) this.handlerName = null;
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]