Your message dated Fri, 18 Nov 2005 08:02:15 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#328399: fixed in libmasonx-request-withapachesession-perl 
0.30-2
has caused the attached Bug report 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 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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 15 Sep 2005 03:41:52 +0000
>From [EMAIL PROTECTED] Wed Sep 14 20:41:52 2005
Return-path: <[EMAIL PROTECTED]>
Received: from cymlink-stage.hgn.ca [64.26.151.4] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EFkdD-0003uJ-00; Wed, 14 Sep 2005 20:41:51 -0700
Received: by cymlink-stage.hgn.ca (Postfix, from userid 65534)
        id 594EF5F47F; Wed, 14 Sep 2005 23:41:50 -0400 (EDT)
Received: from kitson (kitson.wisq.org [192.168.16.1])
        by cymlink-stage.hgn.ca (Postfix) with ESMTP
        id 0B2A05F765; Wed, 14 Sep 2005 23:41:40 -0400 (EDT)
Received: by kitson (Postfix, from userid 1000)
        id 11576EFD8; Wed, 14 Sep 2005 23:41:41 -0400 (EDT)
Date: Wed, 14 Sep 2005 23:41:41 -0400
From: Adrian Irving-Beer <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: libmasonx-request-withapachesession-perl: Fails to properly handle 
subrequests.
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="4SFOXa2GPu3tIq4H"
Content-Disposition: inline
X-Reportbug-Version: 3.15
User-Agent: Mutt/1.5.9i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02


--4SFOXa2GPu3tIq4H
Content-Type: multipart/mixed; boundary="jRHKVT23PllUwdXP"
Content-Disposition: inline


--jRHKVT23PllUwdXP
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: libmasonx-request-withapachesession-perl
Version: 0.30-1
Severity: normal
Tags: patch

Due to a mistaken 'return' statement, the "new" subroutine on
MasonX::Request::WithApacheSession returns an undefined value if a
subrequest is created, rather than returning itself.

$m->make_subrequest would simply return null, and $m->subexec
would thusly complain about being unable to run 'exec' on an
undefined object.

A patch is attached.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (400, 'stable'), (300, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.10-1-686
Locale: LANG=3Den_CA.UTF-8, LC_CTYPE=3Den_CA.UTF-8 (charmap=3DUTF-8)

Versions of packages libmasonx-request-withapachesession-perl depends on:
ii  libapache-request-perl        1.1-0.1    Generic Apache Request Library
ii  libapache-session-perl        1.60-2     Perl modules for keeping persi=
sten
ii  libapache-session-wrapper-per 0.21-1     A simple wrapper around Apache=
::Se
ii  libhtml-mason-perl            1:1.30-1   HTML::Mason Perl module
ii  perl [perl5]                  5.8.7-3    Larry Wall's Practical Extract=
ion=20

libmasonx-request-withapachesession-perl recommends no packages.

-- no debconf information

--jRHKVT23PllUwdXP
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="patch.out"
Content-Transfer-Encoding: quoted-printable

--- /tmp/WithApacheSession.pm.old       2005-09-14 23:27:49.648664936 -0400
+++ /usr/share/perl5/MasonX/Request/WithApacheSession.pm        2005-09-14 
23:03:0=
9.795603823 -0400
@@ -74,7 +74,7 @@
=20
     my $self =3D $class->SUPER::new(@_);
=20
-    return if $self->is_subrequest;
+    return $self if $self->is_subrequest;
=20
     # backwards compatibility
     $self->{session_param_name} =3D

--jRHKVT23PllUwdXP--

--4SFOXa2GPu3tIq4H
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDKO118ARHrB3FJfkRAtKEAJ9XhOFHD5qa9w1s35cA6/hqIS11fACgkGnm
M9g5zMm6nN+zXO9OxuOJMb8=
=kSEw
-----END PGP SIGNATURE-----

--4SFOXa2GPu3tIq4H--

---------------------------------------
Received: (at 328399-close) by bugs.debian.org; 18 Nov 2005 16:03:19 +0000
>From [EMAIL PROTECTED] Fri Nov 18 08:03:19 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1Ed8gp-0003FF-1b; Fri, 18 Nov 2005 08:02:15 -0800
From: Krzysztof Krzyzaniak (eloy) <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#328399: fixed in libmasonx-request-withapachesession-perl 0.30-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 18 Nov 2005 08:02:15 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2

Source: libmasonx-request-withapachesession-perl
Source-Version: 0.30-2

We believe that the bug you reported is fixed in the latest version of
libmasonx-request-withapachesession-perl, which is due to be installed in the 
Debian FTP archive:

libmasonx-request-withapachesession-perl_0.30-2.diff.gz
  to 
pool/main/libm/libmasonx-request-withapachesession-perl/libmasonx-request-withapachesession-perl_0.30-2.diff.gz
libmasonx-request-withapachesession-perl_0.30-2.dsc
  to 
pool/main/libm/libmasonx-request-withapachesession-perl/libmasonx-request-withapachesession-perl_0.30-2.dsc
libmasonx-request-withapachesession-perl_0.30-2_all.deb
  to 
pool/main/libm/libmasonx-request-withapachesession-perl/libmasonx-request-withapachesession-perl_0.30-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Krzysztof Krzyzaniak (eloy) <[EMAIL PROTECTED]> (supplier of updated 
libmasonx-request-withapachesession-perl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 18 Nov 2005 16:25:59 +0100
Source: libmasonx-request-withapachesession-perl
Binary: libmasonx-request-withapachesession-perl
Architecture: source all
Version: 0.30-2
Distribution: unstable
Urgency: low
Maintainer: Krzysztof Krzyzaniak (eloy) <[EMAIL PROTECTED]>
Changed-By: Krzysztof Krzyzaniak (eloy) <[EMAIL PROTECTED]>
Description: 
 libmasonx-request-withapachesession-perl - Session handler in the Mason 
Request object
Closes: 326456 328399
Changes: 
 libmasonx-request-withapachesession-perl (0.30-2) unstable; urgency=low
 .
   * patch from Adrian Irving-Beer <[EMAIL PROTECTED]> applied
     (closes: #328399) (closes: #326456)
Files: 
 185dca36f0a3583b533bb57c28388a65 964 perl extra 
libmasonx-request-withapachesession-perl_0.30-2.dsc
 cb9a4461e3fde6604df9edcf2caf299f 2940 perl extra 
libmasonx-request-withapachesession-perl_0.30-2.diff.gz
 7a358d90105c426f612e699bb2f1c3d3 17368 perl extra 
libmasonx-request-withapachesession-perl_0.30-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDffee+NMfSd6w7DERAm3eAJ9ioFiEyxgBICPM2A2Alb9FMwugngCguXuA
HeyHb8QKVvMUwOUCvdruXn4=
=WRXY
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to