fullscale180 / slab-sinks

Semantic Logging Application Block Sinks
Apache License 2.0
13 stars 9 forks source link

path is removed from the connection string URI #7

Closed trentmswanson closed 9 years ago

trentmswanson commented 9 years ago

The path is removed from the connection string URI. This happens when adding the _bulk path to the connection string Uri and path provided.

Example http://mydomain.com/virtualdir/ Will result in http://mydomain.com/_bulk endpoint used instead of the expected http://mydomain.com/virtualdir/_bulk

the issue was with the / (slash) in the _bulk relative path being concatenated.

Thanks victor_chua for reporting this issue.