When i have an entity in my database that has a '/' in the key field entitys
that exist beneath it have malformed href attributes for instance
http://localhost:3983/WebDataService1.svc/JTMLink('hhhhg.se/Blank.ne')
has several JTMnode attributes but they are not refered to correctly see below
<link
rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/JTMNodes"
type="application/atom+xml;type=entry" title="JTMNodes"
href="Blank.ne')/JTMNodes" />
the reference to the JTMNode seems to have been created by taking the url of
the current entity and copying everything from the last slash('/') this
breaks if the current entity has a '/' in its key field.
|