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
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
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
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
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