What HTTP Status Code is returned when transport-guarantee is CONFIDENTIAL?

2002-12-09 Thread Matt Raible
I've noticed that if you set a transport-guaranteeCONFIDENTIAL/transport-guarantee in web.xml that the user is automatically redirected to an https://server:443. I'm wondering how I can reproduce this behavior in a my welcome JSP and was thinking I could possibly return the same http status code.

Re: What HTTP Status Code is returned when transport-guarantee is CONFIDENTIAL?

2002-12-09 Thread David Brown
Matt Raible writes: I've noticed that if you set a transport-guaranteeCONFIDENTIAL/transport-guarantee in web.xml that the user is automatically redirected to an https://server:443. I'm wondering how I can reproduce this behavior in a my welcome JSP and was thinking I could possibly return the