Re: Validator rules not loaded

2006-05-02 Thread Ed Griebel
You probably have some kind of typo in your DTD specification in validation.xml or validator-rules.xml, as most modern appservers will pull DTDs out of jars. Ensure that commons-validator.jar is included in your war/ear file. Also, if validator rules are so critical to security, you should probab

Re: Validator rules not loaded

2006-05-02 Thread Lance Semmens
Thanks, I had thought of this workaround too. I just wanted to highlight the potential security issue when the validator rules fail to load. Vinit Sharma wrote: Hi, You can store the dtd file on you local dir and refer its path from the rules xml file. HTH On 5/2/06, Lance Semmens <[EMAIL PR

Re: Validator rules not loaded

2006-05-02 Thread Vinit Sharma
Hi, You can store the dtd file on you local dir and refer its path from the rules xml file. HTH On 5/2/06, Lance Semmens <[EMAIL PROTECTED]> wrote: Struts is not loading validator rules if the validator dtd can not be retrieved. On app server startup, the following is reported: 2006-04-29 16

Validator rules not loaded

2006-05-02 Thread Lance Semmens
Struts is not loading validator rules if the validator dtd can not be retrieved. On app server startup, the following is reported: 2006-04-29 16:18:23,420 ERROR [org.apache.struts.validator.ValidatorPlugIn] jakarta.apache.org java.net.UnknownHostException: jakarta.apache.org at java.net