Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 602118 Details for
Bug 748376
XMLRPC Deserialization fails when using mod_perl
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
upstream pach applied on our version
perl-SOAP-Lite-rt58538.patch (text/plain), 1021 bytes, created by
Marcela Mašláňová
on 2012-08-03 12:12:29 UTC
(
hide
)
Description:
upstream pach applied on our version
Filename:
MIME Type:
Creator:
Marcela Mašláňová
Created:
2012-08-03 12:12:29 UTC
Size:
1021 bytes
patch
obsolete
>diff -up SOAP-Lite-0.710.10/lib/SOAP/Transport/HTTP.pm.fix SOAP-Lite-0.710.10/lib/SOAP/Transport/HTTP.pm >--- SOAP-Lite-0.710.10/lib/SOAP/Transport/HTTP.pm.fix 2012-08-03 13:52:58.000000000 +0200 >+++ SOAP-Lite-0.710.10/lib/SOAP/Transport/HTTP.pm 2012-08-03 13:54:01.000000000 +0200 >@@ -556,9 +556,16 @@ sub handle { > if ( !$chunked ) { > my $buffer; > binmode(STDIN); >- while ( sysread( STDIN, $buffer, $length ) ) { >- $content .= $buffer; >- last if ( length($content) >= $length ); >+ if ( defined $ENV{'MOD_PERL'} ) { >+ while ( read( STDIN, $buffer, $length ) ) { >+ $content .= $buffer; >+ last if ( length($content) >= $length ); >+ } >+ } else { >+ while ( sysread( STDIN, $buffer, $length ) ) { >+ $content .= $buffer; >+ last if ( length($content) >= $length ); >+ } > } > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 748376
: 602118