public class AjaxProxyServlet extends HttpServlet
Used for Ajax requests that needs to be proxied to avoid XSiteScripting issues.
In order to avoid "open proxiying", only urls configured in the AjaxProxyComponent
via the extension point "proxyableURL" can be proxied.
Modifier and Type | Field and Description |
---|---|
static String |
X_METHOD_HEADER |
Constructor and Description |
---|
AjaxProxyServlet() |
service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
public static final String X_METHOD_HEADER
Copyright © 2013 Nuxeo SA. All Rights Reserved.