+* Sat Mar 25 2006 Shiv Kaushal <shiv@hep.man.ac.uk>
+- Change delegation header to Proxy-Delegation-Service
+ instead of Grst-
* Wed Mar 22 2006 Andrew McNab <Andrew.McNab@man.ac.uk>
- Add GRSTx509MakeDelegationID() to grst_x509.c
- Include code for new style delegation proxy storage
void delegation_header(request_rec *r, mod_gridsite_dir_cfg *conf){
apr_table_add(r->headers_out,
- apr_pstrdup(r->pool, "Grst-Delegation-Service"),
+ apr_pstrdup(r->pool, "Proxy-Delegation-Service"),
apr_psprintf(r->pool,"https://%s%s", r->hostname, conf->delegationuri));
return;