Hi, Isn't this something that the web container should do for us ?
javax.servlet.http.HttpServletResponse#sendRedirect() sets the status to 302, that's the reason why the others do it "manually". Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Oct 6, 2017 at 2:18 PM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Hello All, > > Recently I found RedirectToUrlException is not working in FF (works in > Chrome) > Redirect URL is being displayed for microsecond, then page is just > being refreshed > > What I found during debugging: > In case code is SC_MOVED_TEMPORARILY Location header is not set. > > FF site [1] clearly states Location should be set > > Tested on master branch. > > Should I prepare PR or this is done on purpose? > > [1] https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/302 > > -- > WBR > Maxim aka solomax >