Class HttpHeaderUtils
java.lang.Object
org.frankframework.http.HttpHeaderUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckContentDispositionValueForValidFilename(@NonNull String contentDispositionHeader) Guards that the 'filename=' parameter of a Content-Disposition header value can be encoded in ISO-8859-1, as defined in RFC 6266.
-
Constructor Details
-
HttpHeaderUtils
public HttpHeaderUtils()
-
-
Method Details
-
checkContentDispositionValueForValidFilename
public static void checkContentDispositionValueForValidFilename(@NonNull String contentDispositionHeader) Guards that the 'filename=' parameter of a Content-Disposition header value can be encoded in ISO-8859-1, as defined in RFC 6266. The extended 'filename*=' parameter (RFC 5987) is not checked because its value uses percent-encoding and is always safe.
-