nginx-shib / nginx-http-shibboleth

Shibboleth auth request module for nginx
https://github.com/nginx-shib/nginx-http-shibboleth/wiki
Other
209 stars 27 forks source link

New headers with stripped Variable- contain invalid hash #6

Closed vidiecan closed 9 years ago

vidiecan commented 9 years ago

The hash member variable is not properly initialised when inserting stripped header element into the list of headers. If memory is reused, you can get valid hashes from before that can make problems in modules like ajp that.

davidjb commented 9 years ago

Thanks very much! This may well be the reason my Nginx was having issues with the AJP module.