Re: [users@httpd] proxy_html / xml2enc won't handle certain HTML entities

2020-05-18 Thread Antonio Suárez Pozuelo
pd] proxy_html / xml2enc won't handle certain HTML entities That was swift! Still testing it, but it's working as a charm so far. Congratulations for the good job. Thanks again, Antonio - Mensaje original - De: "Nick Kew" Para: "users" Enviados: Sábado,

Re: [users@httpd] proxy_html / xml2enc won't handle certain HTML entities

2020-05-18 Thread Antonio Suárez Pozuelo
That was swift! Still testing it, but it's working as a charm so far. Congratulations for the good job. Thanks again, Antonio - Mensaje original - De: "Nick Kew" Para: "users" Enviados: Sábado, 16 de Mayo 2020 1:20:57 Asunto: Re: [users@httpd] proxy_html / xml

Re: [users@httpd] proxy_html / xml2enc won't handle certain HTML entities

2020-05-15 Thread Nick Kew
On Fri, 15 May 2020 09:12:30 +0200 (CEST) Antonio Suárez Pozuelo wrote: > Sure! There you are: > https://bz.apache.org/bugzilla/show_bug.cgi?id=64443 > > Thanks for your support, Nick, really appreciate it. Best regards, I've hacked up - but not tested - a simple patch (attached). If it works f

Re: [users@httpd] proxy_html / xml2enc won't handle certain HTML entities

2020-05-15 Thread Antonio Suárez Pozuelo
rs@httpd] proxy_html / xml2enc won't handle certain HTML entities > On 14 May 2020, at 13:36, Antonio Suárez Pozuelo > wrote: > > Hi, Nick. I'm afraid we're still having some issue with this. > > Without ProxyHTMLCharsetOut, proxy_html is translating our backend I

Re: [users@httpd] proxy_html / xml2enc won't handle certain HTML entities

2020-05-14 Thread Tatsuki Makino
I have added xml2EncDefault UTF-8 directive with something wrong when combining xml2enc_module and proxy_html_module. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd

Re: [users@httpd] proxy_html / xml2enc won't handle certain HTML entities

2020-05-14 Thread Nick Kew
> On 14 May 2020, at 13:36, Antonio Suárez Pozuelo > wrote: > > Hi, Nick. I'm afraid we're still having some issue with this. > > Without ProxyHTMLCharsetOut, proxy_html is translating our backend ISO-8859-1 > response into UTF-8, which is fine. When submitting a form, I guess the > browse

Re: [users@httpd] proxy_html / xml2enc won't handle certain HTML entities

2020-05-14 Thread Antonio Suárez Pozuelo
Antonio - Mensaje original - De: "Nick Kew" Para: "users" Enviados: Viernes, 8 de Mayo 2020 9:22:40 Asunto: Re: [users@httpd] proxy_html / xml2enc won't handle certain HTML entities > On 8 May 2020, at 07:28, Antonio Suárez Pozuelo > wrote: > >

Re: [users@httpd] proxy_html / xml2enc won't handle certain HTML entities

2020-05-08 Thread Nick Kew
> On 8 May 2020, at 07:28, Antonio Suárez Pozuelo > wrote: > > Hi Nick, > > Your glass of wine was inspiring: just removed > >> ProxyHTMLCharsetOut * # Backend (Tomcat) charset is ISO-8859-1 > > and the problem's gone! OK, thanks for confirming it. I'm pretty sure now what's

Re: [users@httpd] proxy_html / xml2enc won't handle certain HTML entities

2020-05-07 Thread Antonio Suárez Pozuelo
ut mapping the root frontend path "/" gave us some trouble; maybe there's a better solution, but that regexp solved the issue. Thank you again. Best regards, Antonio ----- Mensaje original - De: "Nick Kew" Para: "users" Enviados: Viernes, 8 de Mayo 2

Re: [users@httpd] proxy_html / xml2enc won't handle certain HTML entities

2020-05-07 Thread Nick Kew
> On 7 May 2020, at 17:52, Antonio Suárez Pozuelo > wrote: > > Hi there, Further to my last reply, I can see what may possibly be wrong: > We have a Tomcat 8 backend server behind an Apache 2.4 proxy. Our Apache conf: > >ProxyPreserveHost on >ProxyHTMLEnable o

Re: [users@httpd] proxy_html / xml2enc won't handle certain HTML entities

2020-05-07 Thread Nick Kew
> On 7 May 2020, at 17:52, Antonio Suárez Pozuelo > wrote: > > Hi there, > >ProxyHTMLURLMap "/backend-path/(.*)" "/$1" R Minor point, no need for that regexp. Just /backend-path/ / (the remainder will be untouched). > Everything works fine but f

[users@httpd] proxy_html / xml2enc won't handle certain HTML entities

2020-05-07 Thread Antonio Suárez Pozuelo
Hi there, We have a Tomcat 8 backend server behind an Apache 2.4 proxy. Our Apache conf: ProxyPreserveHost on ProxyHTMLEnable on ProxyHTMLExtended on ProxyHTMLCharsetOut * # Backend (Tomcat) charset is ISO-8859-1 ProxyHTMLMeta