User: jules_gosnell
  Date: 01/08/22 13:02:34

  Modified:    jetty/src/main/org/jboss/jetty SetupHandler.java
  Log:
  upgrade to latest JBoss and Jetty
  
  Revision  Changes    Path
  1.6       +2 -2      contrib/jetty/src/main/org/jboss/jetty/SetupHandler.java
  
  Index: SetupHandler.java
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/jetty/src/main/org/jboss/jetty/SetupHandler.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- SetupHandler.java 2001/08/09 20:57:22     1.5
  +++ SetupHandler.java 2001/08/22 20:02:34     1.6
  @@ -16,7 +16,7 @@
    * so that is sees the correct class loader and security realm name.
    *
    * @author  [EMAIL PROTECTED]
  - * @version $Revision: 1.5 $
  + * @version $Revision: 1.6 $
    */
   public class SetupHandler
     extends NullHandler
  @@ -64,7 +64,7 @@
     // does nothing - we are only interested in start()...
   
     public void
  -    handle(String pathInContext, HttpRequest request, HttpResponse response)
  +    handle(String pathInContext, String pathParams, HttpRequest request, 
HttpResponse response)
       throws HttpException, IOException
     {
     }
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to