]
Carlo de Wolf moved WFLY-3528 to WFCORE-563:
--------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-563 (was: WFLY-3528)
Issue Type: Component Upgrade (was: Feature Request)
Affects Version/s: 1.0.0.Alpha19
(was: 8.1.0.Final)
Component/s: (was: Web Services)
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.