Your message dated Wed, 15 Feb 2006 10:23:21 +0100
with message-id <[EMAIL PROTECTED]>
has caused the Debian Bug report #352874,
regarding b2evolution: Cookie domain logic is broken
to be marked as having been forwarded to the upstream software
author(s) [EMAIL PROTECTED]
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Hello !
Here is a bug report I received for the debian b2evolution package.
What do you guys think ?
I plan to have version 1.6 uploaded this week or so. Is the issue solved in
this version ? Have you planned to do something about that ?
Keep me updated !
Arnaud
----- Forwarded message from Erich Schubert <[EMAIL PROTECTED]> -----
From: Erich Schubert <[EMAIL PROTECTED]>
Subject: Bug#352874: b2evolution: Cookie domain logic is broken
Date: Tue, 14 Feb 2006 22:08:14 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Package: b2evolution
Version: 0.9.1b-4
Severity: normal
Tags: upstream
Upstreams #1 FAQ is because they have some stupid logic in place to
derive the "cookie domain" from the hostname.
This should either be made a proper configuration variable, or a logic
that can handle blogs reachable via different domain names (and
hostnames!) properly should be put into place...
Not crappy code like this (b2evolution/conf/_advanced.php):
$cookie_domain = ($basehost == 'localhost') ? '' : '.'. $basehost;
Which is totally unneccessary crap code, that hoses up local network
installations.
Just using the empty string or basehost directly works way better.
Their FAQ also displays a certain ignorance about the whole issue,
especially the solution "just use 'localhost' if you do a local test
installation" - and what if I have more than one computer locally, and
my DSL router sets up some broken pseudo-DNS for them?
Regards,
Erich
----- End forwarded message -----
--- End Message ---