The last unresolved piece in T148590 is that MCS currently doesn't double-quote the ETag header, which is should according to http spec.
So etag should be transformed from 123/uuid to "123/uuid".
The last unresolved piece in T148590 is that MCS currently doesn't double-quote the ETag header, which is should according to http spec.
So etag should be transformed from 123/uuid to "123/uuid".
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/services/mobileapps | master | +38 -77 | Quote the ETag being set and fix it up in some endpoints |
Change 322084 had a related patch set uploaded (by Mobrovac):
Quote the ETag being set
Change 322084 merged by jenkins-bot:
Quote the ETag being set and fix it up in some endpoints