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[]
*/
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
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'
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
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
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
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:
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
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
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
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
11 matches
Mail list logo