Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Auth request: multiple WWW-Authenticate headers (ticket #485). | Maxim Dounin | 2022-05-30 |
| | | | | | | When using auth_request with an upstream server which returns 401 (Unauthorized), multiple WWW-Authenticate headers from the upstream server response are now properly copied to the response. | ||
* | All known output headers can be linked lists now. | Maxim Dounin | 2022-05-30 |
| | | | | | | | | The h->next pointer properly provided as NULL in all cases where known output headers are added. Note that there are 3rd party modules which might not do this, and it might be risky to rely on this for arbitrary headers. | ||
* | Fixed logging. | Sergey Kandaurov | 2016-03-31 |
| | |||
* | Auth request module import. | Maxim Dounin | 2013-08-21 |