org.mortbay.http.handler

Class MsieSslHandler

Implemented Interfaces:
HttpHandler, LifeCycle, Serializable

public class MsieSslHandler
extends AbstractHttpHandler

Handler to force MSIE SSL connections to not be persistent to work around MSIE5 bug.
Authors:
gregw
chris haynes

Method Summary

String
getUserAgentSubString()
void
handle(String pathInContext, String pathParams, HttpRequest request, HttpResponse response)
void
setUserAgentSubString(String string)

Methods inherited from class org.mortbay.http.handler.AbstractHttpHandler

getHttpContext, getName, handleTrace, initialize, isStarted, setName, start, stop, toString

Method Details

getUserAgentSubString

public String getUserAgentSubString()
Returns:
The substring to match against the User-Agent field

handle

public void handle(String pathInContext,
                   String pathParams,
                   HttpRequest request,
                   HttpResponse response)
            throws HttpException,
                   IOException
Specified by:
handle in interface HttpHandler

setUserAgentSubString

public void setUserAgentSubString(String string)
Parameters:
string - The substring to match against the User-Agent field

Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.