Hi --

>    Please find below a cumulative patch for a number of issues with
> mod_fcgid; the patch should apply against CVS HEAD.  Some of these
> are minor but most of them are crucial for anyone using the
> FastCgiAuthenticator, FastCgiAuthorizer, and/or FastCgiAccessChecker
> configuration directives.  The changes include:

   I've add one more -- thanks to Холомьёв Григорий Юрьевич for pointing
out the problem.  All the authentication/authorization/access check patches
are now in the mod_fcgid-1auth-trunk.patch file available here:

http://people.apache.org/~chrisd/patches/mod_fcgid_auth/

   Specifically, the new concern is as follows:

6) The bridge_request() function reads the entire request body from
   r->input_filters, in order to send it to applications functioning
   in the FCGI_RESPONDER role.  However, in earlier phases of
   request handling, that's not appropriate; it means the eventual
   content handler sees no request body data.  So bridge_request()
   now only reads from r->input_filters when functioning in the
   FCGI_RESPONDER role.

Chris.

-- 
GPG Key ID: 366A375B
GPG Key Fingerprint: 485E 5041 17E1 E2BB C263  E4DE C8E3 FA36 366A 375B


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Mod-fcgid-users mailing list
Mod-fcgid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users

Reply via email to