[jira] Commented: (BEANUTILS-185) New Map decorator for DynaBeans to allow BeanUtils to operate with technologies such as JSTL

2007-06-01 Thread Gabriel Belingueres (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500798 ] Gabriel Belingueres commented on BEANUTILS-185: --- I think it is a big downside. If I understood it

[jira] Commented: (VALIDATOR-221) DateValidator considers 02/29 with format MM/dd invalid

2007-01-30 Thread Gabriel Belingueres (JIRA)
[ https://issues.apache.org/jira/browse/VALIDATOR-221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468773 ] Gabriel Belingueres commented on VALIDATOR-221: --- I think there is a subtle mistake here in trying

[jira] Commented: (VALIDATOR-216) UrlValidator rejects top-level domains (TLDs) with more than 4 characters

2006-12-12 Thread Gabriel Belingueres (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-216?page=comments#action_12458009 ] Gabriel Belingueres commented on VALIDATOR-216: --- We could modify it this way (surely there are better ways, but this will quicly patch it for

[jira] Updated: (VALIDATOR-216) UrlValidator rejects top-level domains (TLDs) with more than 4 characters

2006-12-12 Thread Gabriel Belingueres (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-216?page=all ] Gabriel Belingueres updated VALIDATOR-216: -- Attachment: TLDConstants.java UrlValidator rejects top-level domains (TLDs) with more than 4 characters

[jira] Commented: (EL-13) Boolean bean property not found due to Introspector limitation

2006-08-22 Thread Gabriel Belingueres (JIRA)
[ http://issues.apache.org/jira/browse/EL-13?page=comments#action_12429790 ] Gabriel Belingueres commented on EL-13: --- AFAIK, I think this is OK regarding the JavaBean spec. Reading sections 8.3.1and 8.3.2, I see that the get/set naming

[jira] Commented: (VALIDATOR-188) Extend ISBN validator to support smooth transition to ISBN-13 / EAN-13 standard

2006-07-26 Thread Gabriel Belingueres (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-188?page=comments#action_12423666 ] Gabriel Belingueres commented on VALIDATOR-188: --- Hi, I've seen that this functionality will be included in version 1.4, which will be centered

[jira] Commented: (VALIDATOR-196) GenericValidator#matchRegexp

2006-07-14 Thread Gabriel Belingueres (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-196?page=comments#action_12421100 ] Gabriel Belingueres commented on VALIDATOR-196: --- I think it is not a bug. ORO Regexp require you to put a beginning and trailing slash to the

[jira] Commented: (BEANUTILS-185) [beanutils] Try to align BeanUtils with JSTL standard tags

2006-06-11 Thread Gabriel Belingueres (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-185?page=comments#action_12415771 ] Gabriel Belingueres commented on BEANUTILS-185: --- snip I take your point though about having a way to indicate to the BasicDynaBean whether a modifiable to

[jira] Commented: (BEANUTILS-185) [beanutils] Try to align BeanUtils with JSTL standard tags

2006-06-10 Thread Gabriel Belingueres (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-185?page=comments#action_12415646 ] Gabriel Belingueres commented on BEANUTILS-185: --- Hi Niall (answers starting with *) Thanks for the patches, however I'm not that keen on implementing what

[jira] Updated: (VALIDATOR-190) EmailValidator allows control characters (ASCII 0-31)

2006-06-10 Thread Gabriel Belingueres (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-190?page=all ] Gabriel Belingueres updated VALIDATOR-190: -- Attachment: EmailValidator-diff.txt EmailTest-diff.txt Hi, I'm uploading the patch files that would solve the issue (ie

[jira] Commented: (BEANUTILS-185) [beanutils] Try to align BeanUtils with JSTL standard tags

2006-06-10 Thread Gabriel Belingueres (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-185?page=comments#action_12415729 ] Gabriel Belingueres commented on BEANUTILS-185: --- snip OK but I don't see anything different here that changes my mind about what I said about the existing

[jira] Commented: (VALIDATOR-190) EmailValidator allows control characters (ASCII 0-31)

2006-06-03 Thread Gabriel Belingueres (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-190?page=comments#action_12414623 ] Gabriel Belingueres commented on VALIDATOR-190: --- Hi Cott, I found this other link on the net that may be helpful. Apparently, there are some more chars

[jira] Commented: (VALIDATOR-190) EmailValidator allows control characters (ASCII 0-31)

2006-06-01 Thread Gabriel Belingueres (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-190?page=comments#action_12414348 ] Gabriel Belingueres commented on VALIDATOR-190: --- Hi, RFC 821 is obsoleted by RFC 2821 . I found this one on the net what may be worth looking: RFC 2822

[jira] Created: (VALIDATOR-188) Extend ISBN validator to support smooth transition to ISBN-13 / EAN-13 standard

2006-05-25 Thread Gabriel Belingueres (JIRA)
Extend ISBN validator to support smooth transition to ISBN-13 / EAN-13 standard --- Key: VALIDATOR-188 URL: http://issues.apache.org/jira/browse/VALIDATOR-188 Project: Commons Validator