Class LoginExemptionHelper


  • public class LoginExemptionHelper
    extends Object
    Helper to handle login exemption from a properties file for 404 status resulting URLs. Checks for properties file in <shared-home>/config named 404-login-exemption.properties
    URLs can be listed as key=value pair in multiple lines eg:
    fourohfour.allow.url.without.login=/samplepath fourohfour.allow.url.without.login=/anothersamplepath
    Since:
    7.6
    • Constructor Detail

      • LoginExemptionHelper

        public LoginExemptionHelper​(com.atlassian.dc.filestore.api.FileStore.Path sharedHome)
        Since:
        7.12
    • Method Detail

      • reset

        public void reset()