Re: [sunxacml-discuss] problem of "time-range" sample
Brought to you by:
farrukh_najmi,
sethp
|
From: R C. <rch...@gm...> - 2005-07-27 17:54:05
|
I encountered a similar error with some code that used DateTimeAttribute, with JDK 1.5. The cause seems to a difference in the interpretation of "lenient" between JDK 1.4 and 1.5 for SimpleDateFormat and Calendar. A work-around is to comment out the setLenient(false) method calls in DateTimeAttribute. This should also "fix" TimeAttribute as it uses DateTimeAttribute for parsing. Ray Cheng Entrust Inc. www.entrust.com |