[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#516340: marked as done (packages.debian.org : INTERNAL SERVER ERROR problem with an Accept-Language header fr)



Your message dated Tue, 24 Feb 2009 23:30:26 +0100
with message-id <20090224223026.GA4960@dedibox.ebzao.info>
and subject line Re: Bug#516340: packages.debian.org : INTERNAL SERVER ERROR problem with an Accept-Language header fr
has caused the Debian Bug report #516340,
regarding packages.debian.org : INTERNAL SERVER ERROR problem with an Accept-Language header fr
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
516340: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516340
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: www.debian.org

I can confirm the issue reported by Nicolas.

It has a major impact on french Debian users.


-- 
Simon Paillard
--- Begin Message ---
Hi all,

Since some days, an INTERNAL SERVER ERROR occurs with an Accept-Language header fr on the website packages.debian.org, for the details of a package (example : http://packages.debian.org/etch/perl).

My Iceweasel default config was
intl.accept_languages => fr, fr-fr, en-us, en
It generate this header :
GET http://packages.debian.org/etch/perl HTTP/1.1
Host: packages.debian.org
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.6) Gecko/2009020409 Iceweasel/3.0.6 (Debian-3.0.6-1)
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
(...)
Response :
HTTP/1.1 500 Internal Server Error

Then, I tried with wget , it worked. I searched and found that it was the "fr" Accept-Language which generated the error :

No Accept-Language header :
$ wget -nv -O - http://packages.debian.org/etch/perl
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd";>
<html lang="en">
<head>
<title>Debian -- Details of package perl in etch</title>
(...)

French Accept-Language header :
$ wget -nv --header='Accept-Language: fr' -O - http://packages.debian.org/etch/perl
http://packages.debian.org/etch/perl:
2009-02-20 11:31:32 ERREUR 500: Internal Server Error.

English Accept-Language header :
$ wget -nv --header='Accept-Language: en' -O - http://packages.debian.org/etch/perl <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd";>
<html lang="en">
<head>
<title>Debian -- Details of package perl in etch</title>
(...)

English then French Accept-Language header :
$ wget -nv --header='Accept-Language: en,fr' -O - http://packages.debian.org/etch/perl <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd";>
<html lang="en">
<head>
<title>Debian -- Details of package perl in etch</title>
(...)

French then English Accept-Language header :

$ wget -nv --header='Accept-Language: fr,en' -O - http://packages.debian.org/etch/perl
http://packages.debian.org/etch/perl:
2009-02-20 11:39:10 ERREUR 500: Internal Server Error.
Can you take a look at this problem ? It could be an Apache rule problem.


Thanks,
Nicolas Gadoux



--
To UNSUBSCRIBE, email to debian-www-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


--- End Message ---

--- End Message ---
--- Begin Message ---
On Fri, Feb 20, 2009 at 10:39:01PM +0100, Simon Paillard wrote:
[..]
> > > Nicolas Gadoux <nicolas.gadoux@netasq.com> wrote:
> > > > Since some days, an INTERNAL SERVER ERROR  occurs with an  
> > > > Accept-Language header fr on the website packages.debian.org, for the  
> > > > details of a package (example : http://packages.debian.org/etch/perl).
[..] 
> commit 593370791356c703ea99794487f5b9da68a61a56
> Author: Frank Lichtenheld
> Date:   Fri Feb 20 20:49:18 2009 +0100
>     Number::Format doesn't like multibyte characters
>     Fix French po file.

Fixed. 

-- 
Simon Paillard


--- End Message ---

Reply to: