You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by oz...@apache.org on 2004/05/27 12:51:55 UTC

cvs commit: jakarta-slide/src/conf/webapp web.xml

ozeigermann    2004/05/27 03:51:55

  Modified:    src/conf/webapp web.xml
  Log:
  Added new event methods to security section
  
  Revision  Changes    Path
  1.28      +4 -0      jakarta-slide/src/conf/webapp/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/conf/webapp/web.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- web.xml	1 Apr 2004 10:00:41 -0000	1.27
  +++ web.xml	27 May 2004 10:51:55 -0000	1.28
  @@ -646,6 +646,10 @@
               <http-method>BIND</http-method>
               <http-method>UNBIND</http-method>
               <http-method>REBIND</http-method>
  +            <http-method>SUBSCRIBE</http-method>
  +            <http-method>UNSUBSCRIBE</http-method>
  +            <http-method>POLL</http-method>
  +            <http-method>NOTIFY</http-method>
           </web-resource-collection>
           <auth-constraint>
               <role-name>root</role-name>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org