Previously, an URL with outdated id of an entity was redirected to the page not found-page.
This has changed since changes to transaction retries/page cache. It now redirects to a 503 page with escaped HTML

Trace when 503 is shown while 404 is expected:

    at webdsl.generated.templates.TrackPage.loadArguments(TrackPage.java:193)
    at webdsl.generated.templates.TrackPage.initVarsAndArgs(TrackPage.java:41)
    at utils.AbstractPageServlet.serve(AbstractPageServlet.java:109)
    at utils.DispatchServletHelper.handlePage(DispatchServletHelper.java:861)
    at utils.DispatchServletHelper.doServe(DispatchServletHelper.java:807)
    at utils.DispatchServlet.doGet(DispatchServlet.java:417)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:618)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:725)
Submitted by Elmer van Chastelet on 2 March 2016 at 12:49


On 8 April 2016 at 11:50 Danny Groenewegen closed this issue.

Log in to post comments