Can't log into radiant using konqueror

Hi,

i just updated my kde to 3.5.6 and now i cant log into radiant using
konqueror.

Every time i put the correct username/password it just redirects to the
login
page. The flash doesn’t appear but i do see

Redirected to http://0.0.0.0:3000/admin/login
Filter chain halted as [authenticate] returned false

in the log file. Firefox is working so I’m suspecting this is a kde bug.

Is anyone else able to confirm this before i go file a bug over at
bugs.kde.org.

I created a ticket #479 on the radiant tracks so it doesnt get lost.

Thanks

Mark K.

On Saturday 10 February 2007 15:38:03 Mark K. wrote:

in the log file.
Ok i have looked into this a bit more.

Konqueror is passing the correct values and is then redirected to
admin/pages , index. However it never gets there. In the log there is

Processing PageController#index (for 127.0.0.1 at 2007-02-11 09:20:48)
[GET]
Session ID: 75d06544babb804fee7d62c4079d2124
Parameters: {“action”=>“index”, “controller”=>“admin/page”}
Redirected to http://0.0.0.0:3000/admin/login
Filter chain halted as
[#<ActionController::Filters::ClassMethods::SymbolFilter:0x9c136f4
@filter=:authenticate>] returned false.
Completed in 0.00661 (151 reqs/sec) | DB: 0.00934 (141%) | 302 Found
[http://0.0.0.0/admin/pages]
Radiant::ExtensionMeta Columns (0.004986) SHOW FIELDS FROM
extension_meta
Radiant::ExtensionMeta Load (0.002445) SELECT * FROM extension_meta
WHERE
(extension_meta.name = ‘Markdown Filter’) LIMIT 1
Radiant::ExtensionMeta Load (0.001316) SELECT * FROM extension_meta
WHERE
(extension_meta.name = ‘Textile Filter’) LIMIT 1

Why would authenticate fail if i have allready authenticated in the user
controller?

Any ideas how to debug this further?

Thanks

Mark K.