[hibernate-issues] [Hibernate-JIRA] Commented: (HV-229) @Url needs to be added

Ken Egervari (JIRA) noreply at atlassian.com
Tue Sep 22 06:04:50 EDT 2009


    [ http://opensource.atlassian.com/projects/hibernate/browse/HV-229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=34008#action_34008 ] 

Ken Egervari commented on HV-229:
---------------------------------

The main problem with that, is then people have to provide database mappings between URL and String, and then provide more mappings between the domain object and http request parameters. Honestly, I know in my cases, I don't care to use any of the methods on URL object from within java, not to mention they just throw checked exceptions anyway. I am purely only interested in validation on a string, as the link will be clickable by other people whenever it's presented on the view. Other than that, it has no programmatic uses.

> @Url needs to be added
> ----------------------
>
>                 Key: HV-229
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HV-229
>             Project: Hibernate Validator
>          Issue Type: New Feature
>          Components: validators
>    Affects Versions: 3.1.0.GA
>            Reporter: Ken Egervari
>             Fix For: 4.1.0
>
>   Original Estimate: 2 hours
>  Remaining Estimate: 2 hours
>
> It would be nice to have a @Url constraint. This is a very common use-case. The regular expression itself is tedious to write - there are tons of versions online. There could be options to allow for mailto: and others, to make it stronger or looser as needed by the application. However, a basic one would be a great addition to the library as lots and lots of users will need this to be sure.
> Thanks!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list