Package: libxml-simple-perl
Version: 2.14-5
Severity: normal

XML::Simple wrongly parses the following XML structure, showing connector->name 
as a separate key in hash table:
<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" 
href="/manager/xform.xsl" ?><status><jvm><memory free='448872056' 
total='518586368' max='777715712'/></jvm><connector 
name="http-8080"><threadInfo  maxThreads="150" minSpareThreads="25" 
maxSpareThreads="75" currentThreadCount="25" currentThreadsBusy="2" 
/><requestInfo  maxTime="46724" processingTime="287994" requestCount="1075" 
errorCount="80" bytesReceived="132835" bytesSent="4635846" /><workers><worker  
stage="R" requestProcessingTime="0" requestBytesSent="0" 
requestBytesRecieved="0" remoteAddr="&#63;" virtualHost="&#63;" method="&#63;" 
currentUri="&#63;" currentQueryString="&#63;" protocol="&#63;" /><worker  
stage="S" requestProcessingTime="2" requestBytesSent="0" 
requestBytesReceived="0" remoteAddr="127.0.0.1" virtualHost="localhost" 
method="GET" currentUri="/manager/status" currentQueryString="XML=true" 
protocol="HTTP/1.1" /><worker  stage="R" requestProcessingTime="0" 
requestBytesSent="0" requestBytesRecieved="0" remoteAddr="&#63;" 
virtualHost="&#63;" method="&#63;" currentUri="&#63;" 
currentQueryString="&#63;" protocol="&#63;" /><worker  stage="R" 
requestProcessingTime="0" requestBytesSent="0" requestBytesRecieved="0" 
remoteAddr="&#63;" virtualHost="&#63;" method="&#63;" currentUri="&#63;" 
currentQueryString="&#63;" protocol="&#63;" /></workers></connector></status>

the wrong part of the Dumper():
                       'name' => 'http-8080',
                    'threadInfo' => {
                 'currentThreadCount' => '25',
                  'minSpareThreads' => '25',
                   'maxThreads' => '150',
                    'maxSpareThreads' => '75',
                 'currentThreadsBusy' => '2'
        }

Name's value should be subkey of connector.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages libxml-simple-perl depends on:
ii  libxml-libxml-perl            1.59-2     Perl module for using the GNOME li
ii  libxml-namespacesupport-perl  1.09-2     Perl module for supporting simple 
ii  libxml-sax-perl               0.12-5     Perl module for using and building
ii  perl                          5.8.8-6.1  Larry Wall's Practical Extraction 

libxml-simple-perl recommends no packages.

-- no debconf information


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

Reply via email to