org.nuxeo.ecm.platform.web.common.ajax
Class AjaxProxyServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.nuxeo.ecm.platform.web.common.ajax.AjaxProxyServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class AjaxProxyServlet
- extends HttpServlet
Simple proxy servlets.
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.
- Author:
- tiry
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
X_METHOD_HEADER
public static final String X_METHOD_HEADER
- See Also:
- Constant Field Values
AjaxProxyServlet
public AjaxProxyServlet()
Copyright © 2011 Nuxeo SAS. All Rights Reserved.