Hi

Thanks for your quick reply.

I've now got the following in my web.xml:

<security-constraint>
        <web-resource-collection>
           <web-resource-name>SecureWebReg</web-resource-name>
           <description>no description</description>
           <url-pattern>/*</url-pattern>
           <http-method>POST</http-method>
           <http-method>GET</http-method>
        </web-resource-collection>
        <user-data-constraint>
           <description>no description</description>
           <transport-guarantee>CONFIDENTIAL</transport-guarantee>
        </user-data-constraint>
         </security-constraint>

If i set the <transport-guarantee> to NONE i can flow around the site fine.
If i set it to CONFIDENTIAL i can't hit any of the pages - which is the
behaviour i expect.

However, the page just seems to that hang - without going to any page.
(eventually going to a can't find server) Ideally i would like to be able
to forward to some error page with some mention of unauthorised access.

Is this possible in any way ?

Is this 'hanging behaviour' expected/correct ?

At the moment i haven't setup an SSL stuff, so don't have a certificate. Do
i need to worry about getting this right before i continue?

Thanks again for the help.

Regards
Giles




-----------------------------------------------------------------------

Yellow Pages 118 24 7 
'Whatever you want, wherever you are, 24 7'
Calls cost 40p per minute from most landlines


[Information] -- PostMaster:
This transmission is intended solely for the addressee(s) and may be confidential. If 
you are not the named addressee, or if the message has been addressed to you in error, 
you must not read, disclose, reproduce, distribute or use this transmission. 

Delivery of this message to any person other than the named addressee is not intended 
in any way to waive confidentiality.  If you have received this transmission in error 
please contact the sender or delete the message. 

Thank you.

Yell Limited, Queens Walk, Oxford Road, Reading, Berkshire, RG1 7PT. Registered in 
England and Wales, registered number 4205228.

Yellow Pages Sales Limited, Queens Walk, Oxford Road, Reading, Berkshire, RG1 7PT. 
Registered in England and Wales, registered number 1403041.

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

Reply via email to