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

List:       bricolage-commits
Subject:    [Bricolage-Commits] Eliminated warning.
From:       David Wheeler <wheeler () users ! sourceforge ! net>
Date:       2002-11-14 1:32:15
[Download RAW message or body]

Log Message:
-----------
Eliminated warning.

Modified Files:
--------------
    /cvsroot/bricolage/bricolage/lib/Bric/SOAP:
        Tag:
        Release_1_4_0
        Handler.pm
    /cvsroot/bricolage/bricolage/lib/Bric:
        Tag:
        Release_1_4_0
        Changes.pod
["wheeler-2002111413215-diff.txt" (wheeler-2002111413215-diff.txt)]

Index: Handler.pm
===================================================================
RCS file: /cvsroot/bricolage/bricolage/lib/Bric/SOAP/Handler.pm,v
retrieving revision 1.6.2.2
retrieving revision 1.6.2.3
diff -u -w -d -r1.6.2.2 -r1.6.2.3
--- Handler.pm	13 Nov 2002 01:45:09 -0000	1.6.2.2
+++ Handler.pm	14 Nov 2002 01:32:13 -0000	1.6.2.3
@@ -214,7 +214,7 @@
     clear_events();
 
     # Send the error to the apache error log.
-    $apreq->log->error($err->get_msg . ': ' . $err->get_payload .
+    $apreq->log->error($err->get_msg . ': ' . ($err->get_payload || '') .
                        ($more_err ? "\n\n$more_err" : '') . "\nStack Trace:\n" .
                        join("\n", map { ref $_ ? join(' - ', @{$_}[1,2,3]) : $_ }
                             @{$err->get_stack}) . "\n\n");
Index: Changes.pod
===================================================================
RCS file: /cvsroot/bricolage/bricolage/lib/Bric/Changes.pod,v
retrieving revision 1.160.2.80
retrieving revision 1.160.2.81
diff -u -w -d -r1.160.2.80 -r1.160.2.81
--- Changes.pod	13 Nov 2002 22:29:12 -0000	1.160.2.80
+++ Changes.pod	14 Nov 2002 01:32:13 -0000	1.160.2.81
@@ -14,6 +14,19 @@
 
 This document lists the Changes to Bricolage introduced with each release.
 
+=head1 VERSION 1.4.6
+
+=head2 Bug Fixes
+
+=over 4
+
+=item *
+
+Eliminated "Use of uninitialized value in concatenation (.) or string" warning
+in Bric::SOAP::Handler. [David]
+
+=back
+
 =head1 VERSION 1.4.5
 
 =head2 Changes
-------------------------------------------------------
This sf.net email is sponsored by: Are you worried about 
your web server security? Click here for a FREE Thawte 
Apache SSL Guide and answer your Apache SSL security 
needs: http://www.gothawte.com/rd523.html
_______________________________________________
Bricolage-Commits mailing list
Bricolage-Commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bricolage-commits

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

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