Class LoginExemptionHelper

java.lang.Object
com.atlassian.confluence.core.actions.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 Details

    • LoginExemptionHelper

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

    • reset

      public void reset()