Re: Security Constraint conflict

2009-09-18 Thread Peter Holcomb
h POST,GET? Maybe I'm way off... Peter Holcomb On Fri, Sep 18, 2009 at 4:04 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Peter, > > On 9/18/2009 4:34 PM, Peter Holcomb wrote: >> Thanks for your response.  I've read throug

Re: Security Constraint conflict

2009-09-18 Thread Peter Holcomb
By the way, this works as we expected in Websphere and WebLogic. On Fri, Sep 18, 2009 at 3:34 PM, Peter Holcomb wrote: > Tim, > > Thanks for your response.  I've read through the example in 13.7.2 of > the spec but I don't think I'm understanding how the union works

Re: Security Constraint conflict

2009-09-18 Thread Peter Holcomb
the unioning of those values cause *.xhtml to be open to GET? Are you saying I need to change the /* to *.xhtml in the constraint with the http-methods? Peter Holcomb http://www.halfslide.com On Fri, Sep 18, 2009 at 12:04 PM, Tim Funk wrote: > See 13.8.1 of the servlet spec. > > The r

Security Constraint conflict

2009-09-18 Thread Peter Holcomb
again inaccessible. What are we doing wrong? We are running tomcat 5.5.27 on jdk 1.5.0_18 (currently on windows vista, but have seen this in production on our Linux servers). Any guidance would be greatly appreciated. Cheers, Peter Ho