Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 205 by
cedrik.l...@gmail.com:
org.openid4java.util.InternetDateFormat is not thread-safe
http://code.google.com/p/openid4java/issues/detail?id=205
org.openid4java.util.InternetDateFormat extends SimpleDateFormat which is
not thread-safe.
An alternative would be to replace the use of InternetDateFormat with
commons-lang's org.apache.commons.lang3.time.FastDateFormat:
new InternetDateFormat()
->
FastDateFormat.getInstance("yyyy-MM-dd'T'HH:mm:ss'Z'",
TimeZone.getTimeZone("GMT"), Locale.US)
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings