Hi, 
in class org.apache.tapestry5.corelib.pages.PropertyDisplayBlocks the 
DateFormat is declared as : 

private final DateFormat dateFormat = 
DateFormat.getDateInstance(DateFormat.MEDIUM, locale); 

Which is not correct because DateFormat is not thread safe and pages aren't 
pooled any more. 

Regards, 
Luca 


PS: I'm not prividing a patch because the fix is trivial 

Reply via email to