Class

atg.projects.store.servlet.pipeline.ProtocolSwitchServlet

Component

/atg/dynamo/servlet/dafpipeline/ProtocolSwitchServlet/

ProtocolSwitchServlet performs switching between a secure sever and a non-secure server. A list of secure paths and the enable property controls the switching. The servlet is configured with a list of URL mappings; if the URL to access is in the URL mapping, the request is passed off to the secure server. By default, the nonSecureHostName and secureHostname are taken from /atg/dynamo/Configuration. These can be overridden at the component level.