I'm looking at providing URL validation on a page which saves links for users.

I put together the latest build of commons-validator (1.1.2) and struts (1.2) to see what the URL validation is like.

The class for server-side validation is in place, but the javascript doesn't exist.

It works very strictly, too strictly for me.

Most users will want to save links such as

http://www.google.com
http://jakarta.apache.org/
http://marc.theaimsgroup.com/?l=struts-user&m=105511005106573&w=2

none of which pass the urlValidator test. Only this format works:

http://authority.com/filename

I can put UrlValidator.java in my source code and modify it for my purposes, but I would like to know if there is anyone else interested or even actively working on this? Perhaps I should post this to the struts-dev list.

Adam

--
struts 1.1 + tomcat 5.0.16 + java 1.4.2
Linux 2.4.20 Debian


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to