Fwd: Content-Type is turned to lower when passed through mod_jk - this looks to be a bug.

2017-10-15 Thread Mark O'Donohue
Hi Just wanted an opinion on this before I logged a bug report against mod_jk.c Running our proxied request via mod_jk we are seeing the returned content-type being changing to all lowercase: eg: Content-Type: application/xxx..+*JSON*; charset=utf-8 to: Content-Type:

Re: Tomcat keeps changing my web.xml listener-class

2017-10-15 Thread Blake McBride
Never mind. Found the problem. It wasn't tomcat, it was me. Thanks! Blake On Sun, Oct 15, 2017 at 3:19 PM, Blake McBride wrote: > Hi, > > I am running tomcat 8.5.16 with 64 bit Oracle Java 8.0.144 on a LinuxMint > box. My Java REST app worked fine until I renamed

Tomcat keeps changing my web.xml listener-class

2017-10-15 Thread Blake McBride
Hi, I am running tomcat 8.5.16 with 64 bit Oracle Java 8.0.144 on a LinuxMint box. My Java REST app worked fine until I renamed my packages. So, for example, my startup listener was in a package named: com.abc.utils.StartupListner webapps/myapp/WEB-INF/web.xml reflected that with:

Re: URL-encoding and "#"

2017-10-15 Thread Alex O'Ree
What was unexpected for me, was that even if the the symbol is URL encoded, it was still stripped out by tomcat. I understand now allowing a backslash in a URL, however if it is URL encoded as %5C then why not allow it? Maybe I'm missing something On Fri, Oct 13, 2017 at 7:17 AM,