Got it. Thanks, guys.
2012/12/4 Konstantin Kolinko
> 2012/12/4 :
> > Hi Zhi,
> >
> > You can set following parameters in web.xml of application.
> >
> >
> >
> > true
> > true
> >
> >
>
> +1. This is the best way.
>
> Note, that your web application should be using Servlet 3.0
> specificati
2012/12/4 :
> Hi Zhi,
>
> You can set following parameters in web.xml of application.
>
>
>
> true
> true
>
>
+1. This is the best way.
Note, that your web application should be using Servlet 3.0
specification (as declared at the top of your web.xml file) to use
this feature.
Best regards,
2012/12/4 Zhi Xie :
> Sorry, I don't find any doc to introduce this. There are a lot of docs to
> show how to implement the feature in conf/context.xml.
>
>
> ...
>
>
> Who can tell me how to implement the feature in application level?
The application-level file is named META-INF/context.xml
htt
Hi Zhi,
You can set following parameters in web.xml of application.
true
true
Regards,
Vidyadhar
--Original Message--
From: Zhi Xie
To: users@tomcat.apache.org
ReplyTo: Tomcat Users List
Subject: How to use the usehttponly feature in application level
Sent: Dec 4, 2012 10:43
Sorry
Sorry, I don't find any doc to introduce this. There are a lot of docs to
show how to implement the feature in conf/context.xml.
...
Who can tell me how to implement the feature in application level?
For example, I have 2 applications in the Tomcat server. One is named
HelloWorld, the other is