Searched refs:CONTENT_DISPOSITION_PATTERN (Results 1 – 1 of 1) sorted by relevance
387 private static final Pattern CONTENT_DISPOSITION_PATTERN = field in URLUtil402 Matcher m = CONTENT_DISPOSITION_PATTERN.matcher(contentDisposition); in parseContentDisposition()