You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to figure out where acceptance tests define their URIs and the answer was: nowhere! The library code is set up to guess a URI if null is provided.
We shall not be doing this. OSLC Core 3.0 defines discovery on a given domain (and thus, a URI, if you strip off the original path) via a /.well-defined/ URI and not though some magic like "http://" + IPGlobalProperties.GetIPGlobalProperties().HostName+ ":8080/";
Unfortunately, this will be a breaking change.
The text was updated successfully, but these errors were encountered:
I was trying to figure out where acceptance tests define their URIs and the answer was: nowhere! The library code is set up to guess a URI if
null
is provided.We shall not be doing this. OSLC Core 3.0 defines discovery on a given domain (and thus, a URI, if you strip off the original path) via a
/.well-defined/
URI and not though some magic like"http://" + IPGlobalProperties.GetIPGlobalProperties().HostName+ ":8080/";
Unfortunately, this will be a breaking change.
The text was updated successfully, but these errors were encountered: