AW: Struts2 Validator failing constructor call

2024-04-16 Thread s.goetz
Okay. It seems to already have broken somewhere between 6.1.1 and 6.2.0. It still works in 6.1.1 but not in 6.2.0. I have not tested each version in between to nail it. But some research in the git repo I think the following commit caused the problem: https://github.com/apache/struts/commit/ff1

AW: Struts2 Validator failing constructor call

2024-04-16 Thread s.goetz
Sure. I will try to figure out when it started to fail. -Ursprüngliche Nachricht- Von: Lukasz Lenart Gesendet: Mittwoch, 17. April 2024 06:35 An: Struts Users Mailing List Betreff: Re: Struts2 Validator failing constructor call pt., 12 kwi 2024 o 09:57 napisał(a): > > Our path was 2.3

AW: Struts2 Validator failing constructor call

2024-04-12 Thread s.goetz
Our path was 2.3.4.1 -> 2.3.24.1 -> 2.5.xx (2, 26, 30) -> 6.0.0 -> 6.1.1 -> 6.1.2.1 -> 6.3.0.2 (but I left out some minor upgrades) Currently we are in OpenJDK 17. By the way, . I was a bit to fast with my last reply. I cannot see how to override the SecurityMemberAccess at all as it is tied sta

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

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.