On 10/23/07, Christopher Schultz <[EMAIL PROTECTED]> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Marcus,
>
> Milanez, Marcus wrote:
> > I think you could configure your server so that the 80 port is not
> > available, only the 443 one. Programaticaly, you can invoke the
> > request.isSecure() method to check whether your request uses https.
>
> Or, better yet, you can use <transport-guarantee> in your web.xml file:
> no need to change your code to check for SSL and no need to bet on port
> 443 always being HTTPS.
>
> - -chris

Note that the OP's question was (roughly) "why doesn't
<transport-guarantee> work for me?"

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to