Context Path
Problem
I am using my Atlassian product with a configured context path and I have custom inject and not inject URLs. However, authentication is not injected as intended. How can I fix this?
Solution
When using your instance with a configured context path, you might need to modify custom inject or not inject URLs.
E.g., you have a not inject URL like "/secure/Dashboard.jspa" and your context path is "/jira". Thus, you either must modify the URL to be "/jira/secure/Dashboard.jspa" or use a regular expression like ".*/secure/Dashboard.jspa".
When using regular expressions for inject or not inject URLs, please be careful with regular expressions since they might capture more URLs as intended or less then intended.