[
https://issues.apache.org/jira/browse/WW-5495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905530#comment-17905530
]
Günter Paul commented on WW-5495:
---------------------------------
Sorry, I found the problem. It's a tomcat-filter and not a struts probelm.
Please close this issue.
> 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
>
> Attachments: logtomcat10.txt, logtomcat11-OK.txt, logtomcat11.txt
>
>
> 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)