org.apache.catalina.connector.RequestBase implements ServletRequest.
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/catalina/docs/api/org/apache/catalina/connector/RequestBase.html

And isSecure is part of the interface of ServletRequest.
http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/ServletRequest.html#isSecure()

-Tim

John Sisson wrote:
Hi,

I noticed that both org.apache.catalina.connector.RequestBase and org.apache.catalina.connector.HttpRequestBase both have a "secure" instance variable and the setSecure(bool) isSecure() methods.  Does anybody know the reason for this?

Thanks,

John


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to