Bug 793914 (JBEPP-985)

Summary: DateTimeValidator has superflous code that breaks localized date timestamps
Product: [JBoss] JBoss Enterprise Portal Platform 5 Reporter: Matt Davis <mattd>
Component: PortalAssignee: hfnukal <hfnukal>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 5.1.0.GACC: tkobayas
Target Milestone: ---   
Target Release: 5.2.0.ER01   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/JBEPP-985
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-09-02 08:53:43 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Matt Davis 2011-06-21 14:53:05 UTC
Help Desk Ticket Reference: https://c.na7.visual.force.com/apex/Case_View?id=500A0000007CJGm&sfdc.override=1
project_key: JBEPP

Platform issue for GTNPORTAL-1944 / GTNPORTAL-1502

http://anonsvn.jboss.org/repos/gatein/epp/portal/tags/EPP_5_1_0_GA/webui/core/src/main/java/org/exoplatform/webui/form/validator/DateTimeValidator.java

has an additional check where the date input value needs to match the (not localized) DATETIME_REGEX, which is superfluous and causes localized date input to fail.

Comment 1 Matt Davis 2011-06-21 14:53:43 UTC
Link: Added: This issue Cloned from GTNPORTAL-1944


Comment 2 Martin Weiler 2011-08-01 15:50:49 UTC
Link: Added: This issue depends GTNPORTAL-1502


Comment 4 Toshiya Kobayashi 2011-08-24 07:30:11 UTC
Link: Added: This issue is incorporated by JBEPP-1114


Comment 5 Thomas Heute 2011-09-22 07:14:33 UTC
Release Notes Docs Status: Added: Not Yet Documented


Comment 6 Jared MORGAN 2011-11-29 00:28:01 UTC
Release Notes Docs Status: Removed: Not Yet Documented Added: Documented as Resolved Issue
Release Notes Text: Added: DateTimeValidator.java had an unnecessary check where the date input value needed to match the (not localized) DATETIME_REGEX. This superfluous requirement caused localized date input to fail. The fix removes the DATETIME_REGEX, which fixes the issue.