public class

CurlyQuotesFilter

extends AbstractHttpFilter
java.lang.Object
   ↳ com.atlassian.core.filters.AbstractHttpFilter
     ↳ com.atlassian.jira.web.filters.CurlyQuotesFilter

Class Overview

Applies the com.atlassian.core.filters.legacy.WordCurlyQuotesRequestWrapper to the request, in order to escape high-bit punctuation characters with ASCII equivalents in request parameter values.

Summary

Public Constructors
CurlyQuotesFilter()
Protected Methods
void doFilter(HttpServletRequest request, HttpServletResponse response, FilterChain filterChain)
String getEncoding()
[Expand]
Inherited Methods
From class com.atlassian.core.filters.AbstractHttpFilter
From class java.lang.Object
From interface javax.servlet.Filter

Public Constructors

public CurlyQuotesFilter ()

Protected Methods

protected void doFilter (HttpServletRequest request, HttpServletResponse response, FilterChain filterChain)

Throws
IOException
ServletException

protected String getEncoding ()