public class RequestUtils extends Object
Constructor and Description |
---|
RequestUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
checkContentLength(javax.servlet.http.HttpServletRequest servletRequest)
Use this method to check an HTTP servlet request size against the
configured limit to insure that it is not too large, and possibly being
sent to an OpenAM servlet to cause a Denial of Service (DOS).
|
static String |
getRedirectProtocol(String scheme,
String host) |
public static final String debugName
public static void checkContentLength(javax.servlet.http.HttpServletRequest servletRequest) throws L10NMessageImpl
servletRequest
- The HTTP servlet request.L10NMessageImpl
- If the request content length is too long.L10NMessageImpl
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.