Have an error page rather than 403 page when SVN permission denied

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Fixed
    • 1.6.0Beta1
    • Component/s: None
    • None
    • Environment:
      Studio.

      When selecting the Source tab for a project where the user does not have permissions, an error page should be displayed, rather that a 403 error page.

      It's Jetty's 403 page, which Fisheye doesn't override - see WEB-INF/web.xml:

      <error-page>
      <error-code>404</error-code>
      <location>/404.jsp</location>
      </error-page>
      <error-page>
      <error-code>500</error-code>
      <location>/500.jsp</location>
      </error-page>

      See - https://studio.atlassian.com/browse/JST-860

              Assignee:
              TimP
              Reporter:
              Ted Tencza
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: