Re: Tomcat 8, AJP 1.3 UTF-8/ISO-8859-1 conversion problem

2016-10-20 Thread Mark Juszczec
On Thu, Oct 20, 2016 at 4:21 AM, André Warnier (tomcat) wrote: > > Can you tell us (or remind us) exactly how the browser is sending this > request for the parameter "JOEL" (with dieraesis on the E) to the server ? > Is it a part of the query-string of the URL, or is it in the body of a > POST re

Re: Tomcat 8, AJP 1.3 UTF-8/ISO-8859-1 conversion problem

2016-10-19 Thread Mark Juszczec
On Tue, Oct 18, 2016 at 4:45 PM, Mark Juszczec wrote: > > > On Tue, Oct 18, 2016 at 2:58 PM, Mark Juszczec > wrote: >> >> >> Some questions (if these are not relevant, please disregard): >> >> I'm loading a whole bunch of modules. Could some of

Re: Tomcat 8, AJP 1.3 UTF-8/ISO-8859-1 conversion problem

2016-10-18 Thread Mark Juszczec
On Oct 18, 2016 6:22 PM, "Mark Thomas" wrote: > > I wonder if it is worth a clean install of httpd, mod_jk and Tomcat and > then running a simple test. > > Mark > That would be difficult to justify without more evidence than ive got. Do you know if apache has a test suite I can run against an ex

Re: Tomcat 8, AJP 1.3 UTF-8/ISO-8859-1 conversion problem

2016-10-18 Thread Mark Juszczec
On Oct 18, 2016 5:37 PM, "Mark Thomas" wrote: > > > Java handles bytes as signed (-128 to 127) but the data in the input > stream is unsigned. The additional Fs are an artefact of whatever those > bytes were cast to. > > It looks normal to me. That's what i thought but didn't think it would hurt

Re: Tomcat 8, AJP 1.3 UTF-8/ISO-8859-1 conversion problem

2016-10-18 Thread Mark Juszczec
On Oct 18, 2016 4:45 PM, "Mark Juszczec" wrote: > > > > On Tue, Oct 18, 2016 at 2:58 PM, Mark Juszczec wrote: > > Converting them to hex I see > > -61 = FFC3 > > -117 = FF8B > > I know > > Ë = 0xC3 0x8B > > so I&

Re: Tomcat 8, AJP 1.3 UTF-8/ISO-8859-1 conversion problem

2016-10-18 Thread Mark Juszczec
On Tue, Oct 18, 2016 at 2:58 PM, Mark Juszczec wrote: > > > Some questions (if these are not relevant, please disregard): > > I'm loading a whole bunch of modules. Could some of them be incompatible? > > DocumentRoot refers to a directory that does not exist. Is tha

Re: Tomcat 8, AJP 1.3 UTF-8/ISO-8859-1 conversion problem

2016-10-18 Thread Mark Juszczec
On Tue, Oct 18, 2016 at 10:28 AM, Mark Juszczec wrote: > > > On Tue, Oct 18, 2016 at 10:23 AM, André Warnier (tomcat) > wrote: >> >> >> Good. That our goal here. We live to help :-) >> >> > You all have been helpful beyond description. > >

Re: Tomcat 8, AJP 1.3 UTF-8/ISO-8859-1 conversion problem

2016-10-18 Thread Mark Juszczec
On Tue, Oct 18, 2016 at 10:23 AM, André Warnier (tomcat) wrote: > > > Good. That our goal here. We live to help :-) > > You all have been helpful beyond description. > I don't think that there is a need for a formal "petition". This being a > Tomcat list, and the mod_jk Connector being part of t

Re: Tomcat 8, AJP 1.3 UTF-8/ISO-8859-1 conversion problem

2016-10-18 Thread Mark Juszczec
On Tue, Oct 18, 2016 at 10:10 AM, André Warnier (tomcat) wrote: > > This being a list dedicated to Tomcat, maybe we are going a bit deep in > the Apache httpd configuration and precedence rules here. > It is anyway difficult to answer your questions, without seeing the whole > of the Apache httpd

Re: Tomcat 8, AJP 1.3 UTF-8/ISO-8859-1 conversion problem

2016-10-18 Thread Mark Juszczec
On Tue, Oct 18, 2016 at 9:13 AM, Mark Juszczec wrote: > > > > DocumentRoot /some/dir/thatDoesNotExist/ > JkEnvVar nameWithIntlChar > JkMount /myService/* lbAjpWorker > JkMount /myService lbAjpWorker > > > > I forgot to ask something. The

Re: Tomcat 8, AJP 1.3 UTF-8/ISO-8859-1 conversion problem

2016-10-18 Thread Mark Juszczec
On Tue, Oct 18, 2016 at 8:36 AM, André Warnier (tomcat) wrote: > On 18.10.2016 13:03, Mark Juszczec wrote: >> >> >> No, the following line: >> >> JkOptions +ForwardKeySize +ForwardURIEscaped -ForwardDirectories >> >> is in an Apache conf file, b

Re: Tomcat 8, AJP 1.3 UTF-8/ISO-8859-1 conversion problem

2016-10-18 Thread Mark Juszczec
On Tue, Oct 18, 2016 at 1:14 AM, Rainer Jung wrote: > Am 17.10.2016 um 22:38 schrieb Mark Juszczec: > >> >> >> I've tried adding +ForwardURIEscaped in my conf file as follows: >> >> # JkOptions indicate to send SSL KEY SIZE, >> JkOptions +Forwar

Re: Tomcat 8, AJP 1.3 UTF-8/ISO-8859-1 conversion problem

2016-10-17 Thread Mark Juszczec
On Mon, Oct 17, 2016 at 8:20 AM, Rainer Jung wrote: > Am 17.10.2016 um 12:35 schrieb Mark Juszczec: > >> On Mon, Oct 17, 2016 at 4:29 AM, Mark Thomas wrote: >> >> >>> A small hint. I'd expect those to be % encoded. >>> >>> >> Th

Re: Tomcat 8, AJP 1.3 UTF-8/ISO-8859-1 conversion problem

2016-10-17 Thread Mark Juszczec
On Mon, Oct 17, 2016 at 4:29 AM, Mark Thomas wrote: > On 17/10/2016 08:30, Mark Thomas wrote: > > On 16/10/2016 19:09, Mark Juszczec wrote: > >> Hello > >> > >> I have Tomcat 8.0.28 running on CentOS Linux 7.2.1511 behind Apache > 2.4.6 > >>

Tomcat 8, AJP 1.3 UTF-8/ISO-8859-1 conversion problem

2016-10-16 Thread Mark Juszczec
Hello I have Tomcat 8.0.28 running on CentOS Linux 7.2.1511 behind Apache 2.4.6 I'm using AJP 1.3 for communication between Apache and Tomcat Its all powered by Java 1.8 I'm having a problem with international characters when I send them as the request *URI* (which is used by GET requests and t