- Dec 01, 2022
-
-
Heiko Jansen authored
This copies code contributed to ngx_headers_more by @zhuizhuhaomeng in openresty/headers-more-nginx-module@d502e41 I omitted the PCRE2-related build flag added in that same commit because I do not understand the reason for that.
-
Heiko Jansen authored
This copies code contributed to ngx_headers_more by @hnakamur in openresty/headers-more-nginx-module@91eb0db
-
- Jun 03, 2016
-
-
David Beitey authored
-
- May 20, 2016
-
-
David Beitey authored
-
- May 17, 2016
-
- Feb 18, 2016
-
-
David Beitey authored
-
David Beitey authored
-
David Beitey authored
-
- Oct 14, 2015
-
-
David\ Beitey authored
This fixes #9 and #8 by reading headers_out from the subrequest resposne and copying them into the main request's headers_out. Previously, the direct assignment (shallow copy) produced the effect whereby no filters that ran after the shib module could modify headers. The reason for this appears to be linking inside the ngx_list ``headers`` inside the request option; suffice to say, this is a much better approach.
-
David\ Beitey authored
-
- Sep 29, 2015
-
-
David Beitey authored
-
- Sep 28, 2015
-
-
David\ Beitey authored
This reverts commit f5bfd9ea.
-
David Beitey authored
This ensures that Nginx can still manipulate responses from the Shibboleth authorizer.
-
- Aug 25, 2015
-
-
jm authored
-
- Jan 08, 2015
-
-
David\ Beitey authored
-
- Oct 16, 2014
-
-
Luca Bruno authored
This mostly follows the FastCGI Authorizer specification, with the exception of the processing of the request and response bodies, and variable naming. See http://forum.nginx.org/read.php?2,238523,238523#msg-238523 for a lengthier discussion. Signed-off-by:
Luca Bruno <luca.bruno@rocket-internet.de>
-
Luca Bruno authored
Signed-off-by:
Luca Bruno <luca.bruno@rocket-internet.de>
-
Luca Bruno authored
Signed-off-by:
Luca Bruno <luca.bruno@rocket-internet.de>
-
Maxim Dounin authored
-