[Yanel-commits] rev 28658 - in public/yanel/trunk/src/webapp/src/java/org/wyona/yanel/servlet/security: . impl

michi at wyona.com michi at wyona.com
Fri Nov 9 09:38:18 CET 2007


Author: michi
Date: 2007-11-09 09:38:18 +0100 (Fri, 09 Nov 2007)
New Revision: 28658

Modified:
   public/yanel/trunk/src/webapp/src/java/org/wyona/yanel/servlet/security/WebAuthenticator.java
   public/yanel/trunk/src/webapp/src/java/org/wyona/yanel/servlet/security/impl/DefaultWebAuthenticatorImpl.java
Log:
Exception removed

Modified: public/yanel/trunk/src/webapp/src/java/org/wyona/yanel/servlet/security/WebAuthenticator.java
===================================================================
--- public/yanel/trunk/src/webapp/src/java/org/wyona/yanel/servlet/security/WebAuthenticator.java	2007-11-09 08:26:50 UTC (rev 28657)
+++ public/yanel/trunk/src/webapp/src/java/org/wyona/yanel/servlet/security/WebAuthenticator.java	2007-11-09 08:38:18 UTC (rev 28658)
@@ -16,5 +16,5 @@
     /**
      *
      */
-    public HttpServletResponse doAuthenticate(HttpServletRequest request, HttpServletResponse response, Map map, String reservedPrefix, String xsltLoginScreenDefault, String servletContextRealPath, String sslPort) throws ServletException, IOException, Exception;
+    public HttpServletResponse doAuthenticate(HttpServletRequest request, HttpServletResponse response, Map map, String reservedPrefix, String xsltLoginScreenDefault, String servletContextRealPath, String sslPort) throws ServletException, IOException;
 }

Modified: public/yanel/trunk/src/webapp/src/java/org/wyona/yanel/servlet/security/impl/DefaultWebAuthenticatorImpl.java
===================================================================
--- public/yanel/trunk/src/webapp/src/java/org/wyona/yanel/servlet/security/impl/DefaultWebAuthenticatorImpl.java	2007-11-09 08:26:50 UTC (rev 28657)
+++ public/yanel/trunk/src/webapp/src/java/org/wyona/yanel/servlet/security/impl/DefaultWebAuthenticatorImpl.java	2007-11-09 08:38:18 UTC (rev 28658)
@@ -41,7 +41,7 @@
     /**
      *
      */
-    public HttpServletResponse doAuthenticate(HttpServletRequest request, HttpServletResponse response, Map map, String reservedPrefix, String xsltLoginScreenDefault, String servletContextRealPath, String sslPort) throws ServletException, IOException, Exception {
+    public HttpServletResponse doAuthenticate(HttpServletRequest request, HttpServletResponse response, Map map, String reservedPrefix, String xsltLoginScreenDefault, String servletContextRealPath, String sslPort) throws ServletException, IOException {
         try {
             Realm realm = map.getRealm(request.getServletPath());
             String path = map.getPath(realm, request.getServletPath());



More information about the Yanel-commits mailing list