Changes between Initial Version and Version 1 of Ticket #196, comment 2


Ignore:
Timestamp:
08/13/12 21:18:37 (12 years ago)
Author:
Matt Kolve

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #196, comment 2

    initial v1  
    44<D:href>/foo/a test</D:href>
    55}}}
     6XBMC 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.
    67
    78Apache's webdav sends back the href encoded properly
     
    1112
    1213Does nginx use 'H' as the delimiter between a uri and protocol?
     14Should 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.