Letractively / mod-auth-external

Automatically exported from code.google.com/p/mod-auth-external
0 stars 0 forks source link

Environment to include REQUEST_METHOD - feature request #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Normal install and setup can work but the provided environment does not 
include REQUEST_METHOD?
2.
3.

What is the expected output? What do you see instead?
ENV{'REQUEST_METHOD'} is null

What version of the product are you using? On what operating system?
3.2.4

Please provide any additional information below.
This is more of a feature request than an issue.  It will be very useful to 
also know the request_method used such as "GET" "POST" "PUT" - mostly valuable 
if you are using authnz_external on a DAV folder so you can decide 
read-only/read-write permissions by understanding the request_method.

The code would just need a patch to add request_method to the environment.  
Happy to contribute the patch if you would like for me to!

Vijay 

Original issue reported on code.google.com by ericavi...@ericavijay.net on 28 Aug 2014 at 1:20

GoogleCodeExporter commented 8 years ago
Enclosed is the patch file with the recommended small change from SVN latest 
repository.

Original comment by ericavi...@ericavijay.net on 1 Sep 2014 at 9:32

Attachments: