Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-43605

Reduce amount of resources checked by servlet from jira-baseurl-plugin

    XMLWordPrintable

Details

    • 6.04
    • Severity 2 - Major
    • Hide
      Atlassian Update – 28 May 2018

      Hi everyone,

      We have recently reviewed this issue and the overall interest in the problem. As the issue hasn't collect votes, watchers, comments, or support cases from many customers during its lifetime, it's very low on our priority list, and will not be fixed in the foreseeable future. That's why we've decided to resolve it as Time Out.

      Although we're aware the issue is still important to those of you who were involved in the conversations around it, we want to be clear in managing your expectations. The Jira team is focusing on issues that have broad impact and high value, reflected by the number of comments, votes, support cases, and customers interested. Please consult the Atlassian Bugfix Policy for more details.

      We understand how disappointing this decision may be, but we hope you'll appreciate our transparent approach and communication.
      Atlassian will continue to watch this issue for further updates, so please feel free to share your thoughts in the comments.

      Thank you,
      Ignat Alexeyenko
      Jira Bugmaster

      Show
      Atlassian Update – 28 May 2018 Hi everyone, We have recently reviewed this issue and the overall interest in the problem. As the issue hasn't collect votes, watchers, comments, or support cases from many customers during its lifetime, it's very low on our priority list, and will not be fixed in the foreseeable future. That's why we've decided to resolve it as Time Out . Although we're aware the issue is still important to those of you who were involved in the conversations around it, we want to be clear in managing your expectations. The Jira team is focusing on issues that have broad impact and high value, reflected by the number of comments, votes, support cases, and customers interested. Please consult the Atlassian Bugfix Policy for more details. We understand how disappointing this decision may be, but we hope you'll appreciate our transparent approach and communication. Atlassian will continue to watch this issue for further updates, so please feel free to share your thoughts in the comments. Thank you, Ignat Alexeyenko Jira Bugmaster

    Description

      NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.

      The jira-baseurl-plugin add it's own servlet to include some resources need to display popup "You are accessing JIRA from different url than your configured base URL". In order to do so it needs to check is user have system_admin permissions and if there is a mismatch between accessing url and configured URL. Problem is that this servlet runs for every request, including requests for resources which dramatically increase amount of global permissions checking.

      Servlet configuration:

      <servlet-filter key="baseurl-filter" class="com.atlassian.jira.baseurl.IncludeResourcesFilter" name="Base URL plugin filter" location="before-dispatch" weight="200"><url-pattern>/*</url-pattern><dispatcher>REQUEST</dispatcher><dispatcher>FORWARD</dispatcher></servlet-filter>
      

      Attachments

        Issue Links

          Activity

            People

              aglowacki Arkadiusz Glowacki (Inactive)
              aglowacki Arkadiusz Glowacki (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: