[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-core-devel
Subject:    Re: 500 Internal Server Error on mail.kde.org
From:       Waldo Bastian <bastian () kde ! org>
Date:       2001-12-17 21:57:20
[Download RAW message or body]

On Monday 17 December 2001 12:10 pm, Chris Howells wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Monday 17 December 2001 8:10 pm, Waldo Bastian wrote:
> > Can you add this to your kdebugrc to see what konqy is sending across the
> > wire? Output goes to /tmp/http
>
> <snip>
>
> Sure.
>
> The results of going to http://mail.kde.org/mailman/admin/kde-edu-devel are
> attached.

When I try it succeeds, there are foure things different between your and my 
headers:
* Yours send along cookies.
* Your useragent contains "Linux 2.4.14-4GB", mine only "Linux"
* Your Accept-Languages contains "en_US, en_GB", mine only "en" (Please try 
the attached patch)
* You have "no-cache" directive in there, I guess because you reloaded the 
page.

Can you try if changing any of these points makes a difference?

Cheers,
Waldo
["http_language.diff" (text/x-diff)]

Index: sessiondata.cpp
===================================================================
RCS file: /home/kde/kdelibs/kio/sessiondata.cpp,v
retrieving revision 1.11
diff -u -r1.11 sessiondata.cpp
--- sessiondata.cpp	2001/10/10 17:40:40	1.11
+++ sessiondata.cpp	2001/12/17 19:21:22
@@ -255,7 +255,7 @@
     delete cfg;
 
     // Get language settings...
-    QStringList languageList = KGlobal::locale()->languageList();
+    QStringList languageList = KGlobal::locale()->languagesTwoAlpha();
     QStringList::Iterator it = languageList.find( QString::fromLatin1("C") );
     if ( it != languageList.end() )
     {


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic