User: starksm 
  Date: 01/04/18 13:19:33

  Modified:    tomcat/src/etc/conf/tomcat server.xml.patch
  Log:
  Update the comments on the jboss interceptors
  
  Revision  Changes    Path
  1.3       +11 -6     contrib/tomcat/src/etc/conf/tomcat/server.xml.patch
  
  Index: server.xml.patch
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/tomcat/src/etc/conf/tomcat/server.xml.patch,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- server.xml.patch  2001/04/18 04:30:51     1.2
  +++ server.xml.patch  2001/04/18 20:19:33     1.3
  @@ -1,5 +1,5 @@
   *** server.xml       Tue Dec 12 13:36:20 2000
  ---- server.jboss.xml Mon Apr 16 19:23:01 2001
  +--- server.jboss.xml Wed Apr 18 13:21:15 2001
   ***************
   *** 124,135 ****
             <ContextInterceptor 
  @@ -14,17 +14,19 @@
             <RequestInterceptor 
                 className="org.apache.tomcat.request.SessionInterceptor"
                 noCookies="false" />
  ---- 124,144 ----
  +--- 124,146 ----
             <ContextInterceptor 
                 className="org.apache.tomcat.context.WorkDirInterceptor" />
     
  -!         <!-- JBoss, fixes classloader hierarchies. -->
  +!         <!-- JBoss, fixes classloader hierarchies to allow optimized calls from
  +!              servlets/jsps to EJBs
  +!          -->
   !         <ContextInterceptor 
className="org.jboss.tomcat.ContextClassLoaderInterceptor" />
   ! 
   !         <!-- JBoss, Add the jboss-web.xml parser. -->
   !         <ContextInterceptor className="org.jboss.tomcat.naming.JbossWebXmlReader" 
/>
   ! 
  -!         <!-- JBoss, Set the request thread classloader. -->
  +!         <!-- JBoss, Set the request thread classloader to the thread context 
classloader -->
   !         <RequestInterceptor 
className="org.apache.tomcat.request.Jdk12Interceptor" />
   ! 
             <!-- Session interceptor will extract the session id from cookies and 
  @@ -38,12 +40,15 @@
                 noCookies="false" />
   ***************
   *** 182,187 ****
  ---- 191,199 ----
  +--- 193,204 ----
             <RequestInterceptor 
                 className="org.apache.tomcat.request.SimpleRealm" 
                 debug="0" />
   + 
  -+        <!-- JBoss, Map the current web user to the SecurityAssociation principal. 
-->
  ++        <!-- JBoss, Map the current web user to the SecurityAssociation principal.
  ++             This needs to be after the tomcat Realm interceptor that is used to
  ++             authenticate web users.
  ++        -->
   +        <RequestInterceptor className="org.jboss.tomcat.security.JbossRealm" />    
    
     
            <!-- UnComment the following and comment out the
  
  
  

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

Reply via email to