You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2003/05/09 21:16:17 UTC

cvs commit: jakarta-cactus/documentation/docs/xdocs/writing howto_ejb_j2eeri.xml

vmassol     2003/05/09 12:16:16

  Modified:    documentation/docs/xdocs/writing howto_ejb_j2eeri.xml
  Log:
  Fixed doc bug by removing extra "/" for redirector mappings.
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-cactus/documentation/docs/xdocs/writing/howto_ejb_j2eeri.xml
  
  Index: howto_ejb_j2eeri.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/writing/howto_ejb_j2eeri.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- howto_ejb_j2eeri.xml	18 Jan 2003 00:08:34 -0000	1.3
  +++ howto_ejb_j2eeri.xml	9 May 2003 19:16:16 -0000	1.4
  @@ -249,7 +249,7 @@
   
       <servlet-mapping>
           <servlet-name>ServletRedirector</servlet-name>
  -        <url-pattern>/ServletRedirector/</url-pattern>
  +        <url-pattern>/ServletRedirector</url-pattern>
       </servlet-mapping>
   
   [...]
  
  
  

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