[ https://issues.apache.org/jira/browse/WW-5495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905099#comment-17905099 ]
Günter Paul commented on WW-5495: --------------------------------- I'm not sure. Struts returns a blank page in this case. The only strange thing is that it works with Tomcat 10. It could therefore be a Tomcat problem. > Tomcat 11 and ".action" send empty page > --------------------------------------- > > Key: WW-5495 > URL: https://issues.apache.org/jira/browse/WW-5495 > Project: Struts 2 > Issue Type: Bug > Affects Versions: 7.0.0 > Reporter: Günter Paul > Priority: Minor > Fix For: 7.1.0 > > > I was testing struts 7 wiht tomcat 10 and all works fine. After I changed to > tomcat 11 all pages are empty. The URL was like > "http://xxx/paht/start.action". When I changed it to "http://xxx/paht/start" > all works fine. But the links to a "second"-Action are with the > action-extension and don't work. > {{My solution: I use the struts-constant }} > {code:java} > <constant name="struts.action.extension" value="do,," />{code} > in the file "struts.xml" {{{}and all works fine with tomcat 10 and > 11.{}}}{{{}{}}} -- This message was sent by Atlassian Jira (v8.20.10#820010)