When Jira is accessed via the RSA portal, certain functionalities do not work as expected. Users are able to log in, but widgets fail to load, and multiple features are non-functional.
However, when Jira is accessed directly within the local network, it operates normally.
The issue is related to handling long URIs when accessing Jira through the RSA portal or a reverse proxy.
A review of the IDR logs showed no suspicious activity. However, analysis of Apache HTTP Server version 2.4.58 revealed that the mod_substitute module enforces a maximum substitution limit of 5 MB.
Requests containing long URIs are likely exceeding this limit, which results in broken widgets and non-functional features in Jira when accessed via the portal.
As a temporary solution, the customers can increase the maximum line length for substitutions in the Cloud Administration Console.
- Sign in to Cloud Administration Console.
- Navigate to Applications > My Applications.
- Click Edit for the Jira application.
- Go to Proxy Settings.
- Click Advanced Configuration.
- Under Rewrite Rules, add the following rule:
SubstituteMaxLineLength 10M - Save the configuration.
- Publish the changes.
This change raises the maximum substitution line length to 10 MB, preventing long URI requests from exceeding the default 5 MB limit in mod_substitute.
Related Articles
Users are not redirected back to SAML application after authenticating to the RSA SecurID Access Application Portal during… 135Number of Views Users cannot authenticiate to the RSA SecurID Access Portal or protected applications using Microsoft Integrated Windows A… 195Number of Views LDAPv3 Server Requirements to Enable Expired Password Handling in the Application Portal 21Number of Views How to set a session timeout when accessing the Admin Console to automatically log out the user after a certain period of … 66Number of Views Error: 'There are no Software Tokens available in the database' when attempting to issue RSA SecurID Software Token 33Number of Views