medabdellahi / google-caldav-issues

Automatically exported from code.google.com/p/google-caldav-issues
0 stars 0 forks source link

ETags returned inside getetag on PROPFIND/REPORT are not propery quoted #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As you can see in the output attached to issue #10 the CalDAV server returns
  <D:getetag>63353567253</D:getetag>
while the correct response should be
  <D:getetag>"63353567253"</D:getetag>
or
  <D:getetag>&quot;63353567253&quot;</D:getetag>
as per RFC 2616, section 3.11 and RFC 4918, section 15.6. and 8.8.

Original issue reported on code.google.com by filip.na...@gmail.com on 4 Aug 2008 at 9:18