You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2002/12/17 21:14:25 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/cactus/xdocs changes.xml

vmassol     2002/12/17 12:14:25

  Modified:    src/plugins-build/cactus/conf web.xml.dvsl
               src/plugins-build/cactus/xdocs changes.xml
  Log:
  Fixed bug when user application was defining security conf in its web.xml. Thanks to Eric Pugh
  
  Revision  Changes    Path
  1.5       +0 -3      jakarta-turbine-maven/src/plugins-build/cactus/conf/web.xml.dvsl
  
  Index: web.xml.dvsl
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/cactus/conf/web.xml.dvsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- web.xml.dvsl	17 Dec 2002 10:52:38 -0000	1.4
  +++ web.xml.dvsl	17 Dec 2002 20:14:24 -0000	1.5
  @@ -88,8 +88,6 @@
         </user-data-constraint>
        </security-constraint>
   
  -    $context.applyTemplates("security-constraint")
  -
       <login-config>
       	<auth-method>BASIC</auth-method>
      	</login-config>
  @@ -99,7 +97,6 @@
   		<role-name>test</role-name>
   	</security-role>
   
  -    $context.applyTemplates("security-role")
       $context.applyTemplates("env-entry")
       $context.applyTemplates("ejb-ref")
       $context.applyTemplates("ejb-local-ref")
  
  
  
  1.19      +7 -0      jakarta-turbine-maven/src/plugins-build/cactus/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/cactus/xdocs/changes.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- changes.xml	17 Dec 2002 10:52:00 -0000	1.18
  +++ changes.xml	17 Dec 2002 20:14:25 -0000	1.19
  @@ -14,6 +14,13 @@
         <action dev="vmassol" type="fix">
           The plugin now works even if not connected to the internet.
         </action>
  +      <action dev="vmassol" type="fix" due-to="Eric Pugh" due-to-email="EPugh@upstate.com">
  +        Fixed problem when the <code>web.xml</code> of the application to 
  +        test was defining security configuration. The Cactus was adding its
  +        own but the web.xml DTD only supports one. The new implementation
  +        discards the application security information which is replaced by
  +        the Cactus definition.
  +      </action>
       </release>
   
       <release version="1.1" date="2002-11-16">