Bug#745605: apache2: ignores AddDefaultCharset

2015-04-29 Thread Jean-Michel Nirgal Vourgère
Control: tags -1 upstream Control: retitle -1 apache2: AddDefaultCharset doesn't work for js Looking at server/protocol.c, in ap_make_content_type(): /* see if it makes sense to add the charset. At present, * we only add it if the Content-type is one of needcset[] */

Bug#745605: apache2: ignores AddDefaultCharset

2015-03-10 Thread Carlos Cerrillo
The issue with the form was caused by an incorrect php setting, but the issue with the JS utf-8 encoded file is still happen with 2.4.10-9, the only way to solve it is to add AddCharset UTF-8 .js, In that case the headers are set to UTF-8, but if only AddDefaultCharset UTF-8 is set it seems that is

Bug#745605: apache2: ignores AddDefaultCharset

2014-07-13 Thread Arno Töll
Hi, On 16.06.2014 22:59, Arnaud de Prelle wrote: > It seems Apache 2.4.9-2 misuses the AddDefaultCharset statement. > By default it should be Off but the current 2.4.9-2 simply overrides the > value of the parameters and sets it to UTF-8. are you sure, this isn't overridden by PHP as in Carlos'

Bug#745605: apache2: ignores AddDefaultCharset

2014-06-18 Thread Carlos Cerrillo
The form encoding is not related to this issue, was an incorrect php.ini setting -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#745605: apache2: ignores AddDefaultCharset

2014-06-16 Thread Arnaud de Prelle
Hi, It seems Apache 2.4.9-2 misuses the AddDefaultCharset statement. By default it should be Off but the current 2.4.9-2 simply overrides the value of the parameters and sets it to UTF-8. Forcing the value to Off or to something else (i.e. ISO-8859-1 in my case) will have no impact. The server

Bug#745605: apache2: ignores AddDefaultCharset

2014-05-22 Thread Carlos Cerrillo
An update, adding to the form 'enctype="multipart/form-data;charset=utf-8"' breaks the file upload so is not a solution. Any advance with this? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#745605: apache2: ignores AddDefaultCharset

2014-05-13 Thread Carlos Cerrillo
Maybe this is related too, if you put a form with multipart/form-data the string is garbled. try this: index.html: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml";> post.php:

Bug#745605: apache2: ignores AddDefaultCharset

2014-05-08 Thread Carlos Cerrillo
Stefan, can you reproduce this? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#745605: apache2: ignores AddDefaultCharset

2014-04-27 Thread Carlos Cerrillo
Hi Stefan, If i do a grep in /etc/apache2 searching for AddDefaultCharset, the only other place where it appears is in proxy.conf, but i have this module disabled. I have discovered that the issue happens on utf-8 encoded js files, it works for php and html, try it with a js file, the headers t

Bug#745605: apache2: ignores AddDefaultCharset

2014-04-27 Thread Stefan Fritsch
Am Mittwoch, 23. April 2014, 10:40:56 schrieb Carlos: > Package: apache2 > Version: 2.4.9-1 > Severity: important > > Dear Maintainer, > > I commented out from conf-enabled/charset.conf the AddDefaultCharset > UTF-8, but this directive is ignored. > > I also tried to put this directive in the vh

Bug#745605: apache2: ignores AddDefaultCharset

2014-04-23 Thread Carlos
Package: apache2 Version: 2.4.9-1 Severity: important Dear Maintainer, I commented out from conf-enabled/charset.conf the AddDefaultCharset UTF-8, but this directive is ignored. I also tried to put this directive in the vhost but still ignored, the only solution that solved the problem is using