]
Carlo de Wolf commented on WFCORE-563:
--------------------------------------
The actual bug fix is at
Upgrade to Xerces 2.11.0
------------------------
Key: WFCORE-563
URL:
https://issues.jboss.org/browse/WFCORE-563
Project: WildFly Core
Issue Type: Component Upgrade
Affects Versions: 1.0.0.Alpha19
Environment: WildFly 8.1.0.Final, JDK 7, Ubuntu, Windows, Mac OS
Reporter: Carlos Barragan
Assignee: Carlo de Wolf
Priority: Critical
Attachments: stacktrace.txt
Xerces 2.9.1 has a bug when parsing Times with "24" hrs.
{code}
DatatypeFactory.newInstance().newXMLGregorianCalendar("24:00:00Z");
{code}
We have this problem in one of our web services because we get request with the above
time format.
Xerces 2.11.0 does not contain that bug.