On 19.01.2018 09:10, Mark Thomas wrote:
On 18/01/18 21:04, Norbert Harrer wrote:
Hi.
Which character encoding of user / password for the Basic Authentication
Header is tomcat accepting?
A pretty simple question, but I didn't find a clear answer after
googling for quite a while.
I know
Hi.
Which character encoding of user / password for the Basic Authentication
Header is tomcat accepting?
A pretty simple question, but I didn't find a clear answer after
googling for quite a while.
I know that there is no clear definition what should be used. For
example browsers do it dif
Hi.
I use Tomcat 8.5.23. My context.xml looks like this:
className="org.apache.catalina.valves.rewrite.RewriteValve" />
WEB-INF/rewrite.config
My rewrite.config looks like this:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
Rewrite