I have 2 different servlet mappings to the struts action servlet, e.g. *.do and /xml/*
If I put a security constraint on one in my web.xml, then an action mapping in struts via e.g. library.do would be only 1/2 protected, because the same action mapping via /xml/library would not be protected.
Is that always the case? I had assumed, naively it seems, that I could protect one half of my action mappings with a security-constraint, while allowing free access to the other half.
Thanks Adam
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

