Re: Struts 6.7.0 and xwork2 packages
Heikki Hyyrö <[email protected]> Thu, 23 Jan 2025 22:57:01 +0200
| Newsgroups | gmane.comp.jakarta.struts.user |
|---|---|
| Message-ID | <[email protected]> |
Thanks Wolfgang, this was the culprit for that particular problem! But well, after disabling annotations, the app started to have other problems. I will write about that as a reply to another more related thread. -Heikki Wolfgang Knauf kirjoitti 20.1.2025 klo 23.12: > Hi Heikki, > > your description sounds like this parameter injection change: > https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=293046977#Struts6.x.xto7.x.xmigration-Actionparameterinjection > > > For testing purposes, you might disable this security feature completely: > struts.parameters.requireAnnotations=true > > Hope this helps > > Wolfgang