org.jasig.portal
Class HttpProxyServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.jasig.portal.HttpProxyServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class HttpProxyServlet
- extends HttpServlet
Proxy embedded content such as images for portal sessions.
When portal is running over ssl, HttpProxyServlet can be used
to deliver insecure content such as images over ssl to avoid
mixed content in the browser window.
- Since:
- uPortal 2.2
- Version:
- 1.0
- Author:
- Drew Mazurek (drew.mazurek@yale.edu), Susan Bramhall (susan.bramhall@yale.edu)
- See Also:
- Serialized Form
| Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpProxyServlet
public HttpProxyServlet()
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Returns content retreived from location following context (Path Info)
If no content found returns 404
- Overrides:
doGet in class HttpServlet
- Throws:
ServletException
IOException
Copyright © 2010 Jasig. All Rights Reserved.