I have a servlet in the ROOT context mapped to "/". I'm using
request.getPathInfo() to get everything after the ".com/" in the URL.
But no matter what is added to the url after .com/, getPathInfo() always
returns null. I printed out getRequestURL(), and it shows everything.
I can parse the
Hi!
I can understand the motivation for adding a Cache-Control header for
CONFIDENTIAL transport guarantees, as discussed in
http://tomcat.10.x6.nabble.com/tomcat-8-0-jre8-user-data-constraint-CONFIDENTIAL-user-data-constraint-adds-Cache-Control-private-tp5077170p5077201.html
But if the transport
Hi Mark,
Today I finally managed to solve the problem.
The problem was due to the fact that Windows Authentication was
enabled only at the level of the "s2wweb" virtual folder and not at
the level of the "Jackarta Connector" virtual folder (at the same
level as "s2wweb").
Thanks for the support and
On 19/07/2021 10:20, Mark Thomas wrote:
On 13/07/2021 16:35, Paolo Clerici wrote:
I don't see any ISAPI redirector set up there. I was expecting to see
something like the steps described here:
http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html
Yes, if I have not missed something,
On 13/07/2021 16:35, Paolo Clerici wrote:
I don't see any ISAPI redirector set up there. I was expecting to see
something like the steps described here:
http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html
Yes, if I have not missed something, I think I have done everything
that is wr
On 18/07/2021 17:44, Deshmukh, Kedar wrote:
Hi,
We are in process of assessing HTTP/2 protocol for our Web applications as
there are lot of benefits it provides over HTTP/1.1 at least theoretically.
With given settings in tomcat, we are able to switch to HTTP/2 without trouble.
For us next st