Changes between Initial Version and Version 1 of Ticket #196, comment 2
- Timestamp:
- 08/13/12 21:18:37 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #196, comment 2
initial v1 4 4 <D:href>/foo/a test</D:href> 5 5 }}} 6 XBMC then takes these unencoded uri's and tries to use them without encoding, which is where the error with nginx seems to have come from. 6 7 7 8 Apache's webdav sends back the href encoded properly … … 11 12 12 13 Does nginx use 'H' as the delimiter between a uri and protocol? 14 Should http clients encode uri's if the uri's haven't been encoded in html or xml? I think Chrome and Firefox do this, but am not sure if the rfc specifies to do this.