Quantcast
Channel: ASPNETWebStack Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 7215

Edited Issue: ODataPathParser doesn't work with virtual directory path [603]

$
0
0
For example: http://hongye2dev3/77a0d52dd12d4a5bbfeaedb62b8b32a9/UniverseEntity can't get path for odata.

It's because in ODataPathParser.cs: 41
Uri relative = baseUri.MakeRelativeUri(uri);

baseUri = uri: http://hongye2dev3/77a0d52dd12d4a5bbfeaedb62b8b32a9/
uri = uri: http://hongye2dev3/77a0d52dd12d4a5bbfeaedb62b8b32a9/UniverseEntity
The result relative will be /77a0d52dd12d4a5bbfeaedb62b8b32a9/UniverseEntity
Obviously, the relative can't be parsed by the parser

Viewing all articles
Browse latest Browse all 7215

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>