Print

Print


Hi all and happy new year !

I do not manage to reproduce this issue on a vanilla XRootD server.

Which version are you running? How does the config file look like?

```
$ curl -I -H "Want-Digest: sha-512,sha-256;q=0.8,sha;q=0.6,md5;q=0.4,adler32;q=0.2" -L https://localhost:1096/tmp/bigfile_5M_copy
HTTP/1.1 200 OK
Connection: Keep-Alive
Content-Length: 5242880
Digest: SHA-512=dias4A==

$ curl -I -H "Want-Digest: adler32" -L https://localhost:1096/tmp/bigfile_5M_copy
HTTP/1.1 200 OK
Connection: Keep-Alive
Content-Length: 5242880
Digest: adler32=7626ace0

$ curl -I -H "Want-Digest: DOES_NOT_EXIST" -L https://localhost:1096/tmp/bigfile_5M_copy
HTTP/1.1 200 OK
Connection: Keep-Alive
Content-Length: 5242880
Digest: unknown=dias4A==

$ curl -I -H "Want-Digest: sha"  -L https://localhost:1096/tmp/bigfile_5M_copy
HTTP/1.1 200 OK
Connection: Keep-Alive
Content-Length: 5242880
Digest: SHA=dias4A==
```

I do not manage to get a 500 error on the server side.

Thanks in advance.

Cheers,
Cedric

-- 
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/issues/1707#issuecomment-1375617488
You are receiving this because you are subscribed to this thread.

Message ID: <[log in to unmask]>

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1