-
1. Re: WildFly-Undertow HttpServletResponse.sendRedirect() not working for relative URL
jaikiran Apr 22, 2014 1:58 AM (in response to bob_alam)1 of 1 people found this helpfulI haven't read the spec for what it says about relative paths like ../. However, if it was working in previous JBoss AS or JBoss EAP versions, then you might want to create a JIRA for WildFly here WildFly - JBoss Issue Tracker and attach the sample application along with some details. WildFly 8 uses a new web server Undertow http://undertow.io/ and it's possible you might have found a bug.
By the way, before filing the JIRA please try this against the recently released 8.1.0.CR1 Downloads · WildFly and see if it works there.
-
2. Re: WildFly-Undertow HttpServletResponse.sendRedirect() not working for relative URL
bob_alam Apr 22, 2014 5:17 PM (in response to jaikiran)Thanks for the feedback. I submitted a JIRA for Wildfly - WFLY-3279 .
-
3. Re: WildFly-Undertow HttpServletResponse.sendRedirect() not working for relative URL
jbossbhaskar Sep 20, 2018 3:25 PM (in response to bob_alam)Hi, Did you get any solution to this issue.
Currently I am facing the same issue with Wildfly 10. Same application working perfectly on Wildfly8.1.0 where as it is not working on 10.1.0 when the servlet redirects to jsp by response.sendRedirect("xxxxx/abc.jsp"); we are getting 404 error.