Package org.craftercms.commons.proxy
Class ProxyUtils
java.lang.Object
org.craftercms.commons.proxy.ProxyUtils
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getProxyCookieHeader
(jakarta.servlet.http.HttpServletRequest request) Rebuild cookie header to filter out cookies should be ignored by the proxy
-
Field Details
-
IGNORE_REQUEST_HEADERS
-
IGNORE_REQUEST_COOKIES
-
-
Constructor Details
-
ProxyUtils
public ProxyUtils()
-
-
Method Details
-
getProxyCookieHeader
Rebuild cookie header to filter out cookies should be ignored by the proxy- Parameters:
request
- current request- Returns:
- cookies' header string
-