[
https://issues.jboss.org/browse/WFLY-3230?page=com.atlassian.jira.plugin....
]
Yaniv Peleg commented on WFLY-3230:
-----------------------------------
I now understand why you were unable to reproduce
Please add to your web.xml mapping to error code 405:
<error-page>
<error-code>405</error-code>
<location>/error.html</location>
</error-page>
Then send a post request to non existing page
StackOverflowError when trying to access non existing page/servlet in
WildFly 8.0.0
-----------------------------------------------------------------------------------
Key: WFLY-3230
URL:
https://issues.jboss.org/browse/WFLY-3230
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Web (Undertow)
Affects Versions: 8.0.0.Final
Reporter: Yaniv Peleg
Assignee: Stuart Douglas
Labels: jboss
Fix For: 8.1.0.Final
I am using WildFly 8.0.0 (Final).
When sending Post request to non existing page/servlet I get StackOverflowError
exception.
Looks like there is infinit loop in method calls when processing the request.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira