Class LoginExemptionHelper
java.lang.Object
com.atlassian.confluence.core.actions.LoginExemptionHelper
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
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 Summary
ConstructorDescriptionLoginExemptionHelper
(com.atlassian.dc.filestore.api.FileStore.Path sharedHome) -
Method Summary
-
Constructor Details
-
LoginExemptionHelper
public LoginExemptionHelper(com.atlassian.dc.filestore.api.FileStore.Path sharedHome) - Since:
- 7.12
-
-
Method Details
-
reset
public void reset()
-