Class ProxyServlet

  • All Implemented Interfaces:
    Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class ProxyServlet
    extends SilverpeasAuthenticatedHttpServlet
    This servlet plays the role of a light proxy. It permits to perform requests on external servers managed by the one of Silverpeas.

    The rules are defined into the property file org.silverpeas.proxy.settings.proxy.properties

    The proxy performs only GET requests.

    Author:
    silveryocha
    See Also:
    Serialized Form
    • Constructor Detail

      • ProxyServlet

        public ProxyServlet()
    • Method Detail

      • doGet

        public void doGet​(javax.servlet.http.HttpServletRequest req,
                          javax.servlet.http.HttpServletResponse res)
        Overrides:
        doGet in class javax.servlet.http.HttpServlet