Re: Support dynamic security configurations for web access control

2010-04-21 Thread Ivan
2010/4/22 David Jencks > OK. > > I would be a lot happier moving to jaxb objects for this. How much work do > you think it would be to use jaxb for web.xml? I'd think the major problem > would be in the naming builders. I wonder if we could put some default jaxb > <> xmlbeans conversion method

Re: Support dynamic security configurations for web access control

2010-04-21 Thread David Jencks
OK. I would be a lot happier moving to jaxb objects for this. How much work do you think it would be to use jaxb for web.xml? I'd think the major problem would be in the naming builders. I wonder if we could put some default jaxb <> xmlbeans conversion methods in the AbstractNamingBuilder an

Support dynamic security configurations for web access control

2010-04-20 Thread Ivan
Hi, While working to support some new security configurations in Servlet 3.0 web deployment xml file, I realized that we might need to support dynamic security configuration for web access control. As in Servlet 3.0, it is allowed to configure the security constrait while initializing the web m