[shibboleth-sp2] 22/119: Backport chunked encoding fix.

Ferenc Wágner wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

wferi-guest pushed a commit to annotated tag 1.3.1
in repository shibboleth-sp2.

commit 7268763a5295f706f1e629499ad6e95299ecdf85
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   Mon May 21 04:06:28 2007 +0000

    Backport chunked encoding fix.
---
 apache/mod_apache.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apache/mod_apache.cpp b/apache/mod_apache.cpp
index f1fb1eb..ab61dc3 100644
--- a/apache/mod_apache.cpp
+++ b/apache/mod_apache.cpp
@@ -299,7 +299,7 @@ public:
   virtual string getArgs(void) { return string(m_req->args ? m_req->args : ""); }
   virtual string getPostData(void) {
     // Read the posted data
-    if (ap_setup_client_block(m_req, REQUEST_CHUNKED_ERROR))
+    if (ap_setup_client_block(m_req, REQUEST_CHUNKED_DECHUNK) != OK)
         throw FatalProfileException("Apache function (setup_client_block) failed while reading profile submission.");
     if (!ap_should_client_block(m_req))
         throw FatalProfileException("Apache function (should_client_block) failed while reading profile submission.");

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git



More information about the Pkg-shibboleth-devel mailing list