Class HttpPathUtils

java.lang.Object
dev.getelements.elements.servlet.security.HttpPathUtils

public class HttpPathUtils extends Object
  • Method Details

    • normalize

      public static String normalize(String input)
      Normalizes the the path for use in servlet configuration. This will strip duplicate / characters and ensure that the configured servlets will properly route calls if the input is misconfigured.
      Parameters:
      input -
      Returns: