Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ServiceProviderRegistryURIs::ServiceProviderRegistryURIs() shall not guess the SPC URI #56

Open
berezovskyi opened this issue Apr 15, 2023 · 0 comments

Comments

@berezovskyi
Copy link
Member

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant