public class HTTPProxyServlet extends HttpServlet
Constructor and Description |
---|
HTTPProxyServlet() |
Modifier and Type | Method and Description |
---|---|
static String |
createProxyUrl(String url)
Construct a "proxied" URL
Note: the "proxied" URL is a relative url - it is assumed that the servlet path is /proxy
|
protected void |
doGet(HttpServletRequest req,
HttpServletResponse res) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
protected void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
doGet
in class HttpServlet
ServletException
IOException
HttpServlet.doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
Copyright © 2005–2017 Alfresco Software. All rights reserved.