cziegeler 2002/08/08 23:21:40 Modified: src/scratchpad/src/org/apache/cocoon/sunshine/sunrise Tag: cocoon_2_0_3_branch SunRise.java Log: Test if a handler is set for authentication ckeck as suggested by Per Kreipke [[EMAIL PROTECTED]] Revision Changes Path No revision No revision 1.5.2.3 +3 -1 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/sunshine/sunrise/Attic/SunRise.java Index: SunRise.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/sunshine/sunrise/Attic/SunRise.java,v retrieving revision 1.5.2.2 retrieving revision 1.5.2.3 diff -u -r1.5.2.2 -r1.5.2.3 --- SunRise.java 1 Jul 2002 08:40:06 -0000 1.5.2.2 +++ SunRise.java 9 Aug 2002 06:21:40 -0000 1.5.2.3 @@ -756,6 +756,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]