Re: [VOTE] Apache Struts 6.0.1

2022-08-23 Thread Johannes Geppert
Thanks a lot Lukasz! Lukasz Lenart schrieb am Di., 23. Aug. 2022, 20:33: > Fix under way > https://github.com/apache/struts/pull/590 > > wt., 23 sie 2022 o 20:22 Lukasz Lenart > napisał(a): > > > > Ok, this looks like a bug in CspInterceptor and connected > > DefaultCspSettings - it assumes

Re: [VOTE] Apache Struts 6.0.1

2022-08-23 Thread Lukasz Lenart
Fix under way https://github.com/apache/struts/pull/590 wt., 23 sie 2022 o 20:22 Lukasz Lenart napisał(a): > > Ok, this looks like a bug in CspInterceptor and connected > DefaultCspSettings - it assumes the session already exists which isn't > true > https://issues.apache.org/jira/browse/WW-5215

Re: [VOTE] Apache Struts 6.0.1

2022-08-23 Thread Lukasz Lenart
Ok, this looks like a bug in CspInterceptor and connected DefaultCspSettings - it assumes the session already exists which isn't true https://issues.apache.org/jira/browse/WW-5215 I will prepare a fix and then issue a new 6.0.2 release. Thanks! -- Łukasz + 48 606 323 122

Re: [VOTE] Apache Struts 6.0.1

2022-08-23 Thread Johannes Geppert
no, unfortunately not. I have already tried both versions. # web: http://www.jgeppert.com twitter: http://twitter.com/jogep Am Di., 23. Aug. 2022 um 13:41 Uhr schrieb Lukasz Lenart < lukaszlen...@apache.org>: > wt., 23 sie 2022 o 13:37 Johannes

Re: [VOTE] Apache Struts 6.0.1

2022-08-23 Thread Lukasz Lenart
wt., 23 sie 2022 o 13:37 Johannes Geppert napisał(a): > > Hi Lukasz, > > I just checked if it is easy to migrate the AWS serverless implementation > from Struts2 to > 6.0.0. > Unfortunately it looks like the session handling has changed a

Re: [VOTE] Apache Struts 6.0.1

2022-08-23 Thread Johannes Geppert
Hi Lukasz, I just checked if it is easy to migrate the AWS serverless implementation from Struts2 to 6.0.0. Unfortunately it looks like the session handling has changed a bit and raises a null pointer exception. ERROR