Re: Accepted Encoding of Basic Auth Header

2018-01-19 Thread Norbert Harrer
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

Accepted Encoding of Basic Auth Header

2018-01-18 Thread Norbert Harrer
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

RewriteValve and REQUEST_FILENAME not working

2017-12-16 Thread Norbert Harrer
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