DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17812>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17812 validator needs internet connection (rc1 and latest nightly builds) Summary: validator needs internet connection (rc1 and latest nightly builds) Product: Struts Version: 1.1 RC1 Platform: All OS/Version: All Status: NEW Severity: Major Priority: Other Component: Validator Framework AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] It seems the commons-validator in Struts 1.1rc1 needs a working internet connection. When starting the web-app (e.g. the sample apps), I see in the console: INFO: Loading validation rules file from 'WEB-INF/validator-rules.xml' ... SEVERE: Connection timed out: connect ... (same for validation.xml) This startup sequence takes a long time and Validation doesn't work in the app after that. I've tried also the latest nightly builds (20030309) of struts and commons-validator: same problem. When I replace the bundled commons-validator.jar with version 1.0.1, the problem is gone. Removing the headers in validator-rules.xml and in validation.xml also solves it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
