AW: Struts2 Validator failing constructor call

2024-04-11 Thread s.goetz
Sorry for missing the Struts version. We are on 6.3.0.2 and can't wait to move on to 7 along with JDK 21 😊 I am aware that we could have our own SecurityMemberAccess but as I mentioned, we consider this a bug. Having an own implementation of SecurityMemberAccess would only be a viable workaroun

Re: Struts2 Validator failing constructor call

2024-04-11 Thread Lukasz Lenart
czw., 11 kwi 2024 o 17:07 napisał(a): > I have a 10 year old struts2 web application that uses validation with rules > defined in XML files. Do you try to migrate to the latest version? What version do you use? > One of these instantiates a java.util.Date to compare the the value of a bean > w

Struts2 Validator failing constructor call

2024-04-11 Thread s.goetz
Hi group! I have a 10 year old struts2 web application that uses validation with rules defined in XML files. One of these instantiates a java.util.Date to compare the the value of a bean with the current date: ( employee.birthday == null || employee.birthday.before(new java.