Uploaded image for project: 'FishEye'
  1. FishEye
  2. FE-552

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

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Fixed
    • 1.6.0Beta1
    • None
    • None
    • Studio.
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      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

      Attachments

        Activity

          People

            tim@atlassian.com TimP
            ttencza Ted Tencza
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: