uPortal 2.4.1
API Documentation

org.jasig.portal
Class HttpProxyServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byorg.jasig.portal.HttpProxyServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class HttpProxyServlet
extends javax.servlet.http.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

Constructor Summary
HttpProxyServlet()
           
 
Method Summary
 void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Returns content retreived from location following context (Path Info) If no content found returns 404
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpProxyServlet

public HttpProxyServlet()
Method Detail

doGet

public void doGet(javax.servlet.http.HttpServletRequest request,
                  javax.servlet.http.HttpServletResponse response)
           throws javax.servlet.ServletException,
                  java.io.IOException
Returns content retreived from location following context (Path Info) If no content found returns 404

Throws:
javax.servlet.ServletException
java.io.IOException

uPortal 2.4.1
API Documentation