diffuser, de le distribuer ou de le reproduire.
- Original Message -
From: "Caldarale, Charles R" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Sunday, January 14, 2007 10:50 AM
Subject: RE: yet another SSL question
> From: [EMAIL PROTECTED] [mailto:[EMAI
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Subject: Re: yet another SSL question
>
> Is it possible to have multiple different Login pages in one webapp?
Yes; look at section 12.8 of the Servlet spec:
http://jcp.org/aboutJava/communityprocess/final/jsr154/index.html
U
first, thanks for your help.
But now I got the next problem:
Is it possible to have multiple different Login pages in one webapp?
Scenario:
- Two areas (DB,shop) in one webapp
- two groups of users having access to one of the areas.
- one member of both groups.
When I am logged in to the DB-se
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Subject: yet another SSL question
>
> What security-constraints do i need, and where do i have to put them?
The basis for Dhaval's suggestion is section 12 of the servlet spec,
obtainable here:
http://jcp.org/aboutJava/commu
Try this:
Secure servlet
/path/to/servlet/*
GET
POST
CONFIDENTIAL
Regards,
D
--- Jan Strauch <[EMAIL PROTECTED]> wrote:
> Hello world!
>
> My problem :
>
> I want some of my servlets to b
Hello world!
My problem :
I want some of my servlets to be accessible only when HTTPS is used:
https:/ succeeds
http:/ gives an error
The first step seems to work, but when i have logged in into the secure area,
load a page using https, delete the "s" and reload, the page is also loaded.