Closed GoogleCodeExporter closed 9 years ago
I haven't tested it, but you may be able to use:
Header set X-MyAuth-Require "webdav_bt:jcea"
This will require mod_headers and it will come through in the environ as:
HTTP_X_MYAUTH_REQUIRE.
Usually mod_wsgi relies on SetEnv, but those variables aren't put into a place
the mod_setenv that can get them until after authentication occurs. You may
though be able to smuggle it through as a header.
Original comment by Graham.Dumpleton@gmail.com
on 18 Dec 2013 at 12:56
Would actually needed to have been:
Header set X-MyAuth-Require "webdav_bt:jcea" early
Not sure why not working though.
Any problem may be related to issues with mod_headers interaction described in:
https://github.com/GrahamDumpleton/mod_wsgi/issues/5
Going to close this issue here and create new issue for why not working on new
issue tracker.
Original comment by Graham.Dumpleton@gmail.com
on 31 Aug 2014 at 2:45
Original issue reported on code.google.com by
j...@jcea.es
on 17 Dec 2013 at 8:42