public class HTTPProxyServlet
extends javax.servlet.http.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(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, serviceprotected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionHttpServlet.doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)Copyright © 2005–2018 Alfresco Software. All rights reserved.