Re: [VOTE] commit new Tomcat 4 SecurityManager XML Policy code to CVS

2002-09-25 Thread Costin Manolache
Glenn Nielsen wrote: > Costin, > > This is getting off topic from my original request. > (And I am partly responsible ;-) > > My proposal is for adding thr XML policy code to the current > existing Tomcat 4 HEAD branch. > > I would like to commit the code to CVS. Building Tomcat with this > s

Re: [VOTE] commit new Tomcat 4 SecurityManager XML Policy code to CVS

2002-09-24 Thread Costin Manolache
Glenn Nielsen wrote: > This code only does validation when the container is started or > when a web application context is reloaded. The current implementation > using the standard policy file does the same thing only not with XML. ??? Doing XML schema validation on each server start and weba

Re: [VOTE] commit new Tomcat 4 SecurityManager XML Policy code to CVS

2002-09-24 Thread Costin Manolache
Glenn, As a new feature, you need a majority of votes and at least 3 +1. My vote is -1 ( but is not a veto ). Only commits can be vetoed, and I'll probably do so if castor is used - all tomcat is using digester style for xml processing, and we have a proposal to use JNDI to abstract XML processi

Re: [VOTE] commit new Tomcat 4 SecurityManager XML Policy code to CVS

2002-09-23 Thread Costin Manolache
Glenn Nielsen wrote: > Tomcat SecurityManager XML Policy configuration > --- > > I have finished implementing support within Tomcat for using XML based > security policy > files. This was proposed and discussed on the list back 3-4 months ago. > > I

[VOTE] commit new Tomcat 4 SecurityManager XML Policy code to CVS

2002-09-23 Thread Glenn Nielsen
Tomcat SecurityManager XML Policy configuration --- I have finished implementing support within Tomcat for using XML based security policy files. This was proposed and discussed on the list back 3-4 months ago. I would like to commit this to the jakar