Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Exception when using a domain #152

Open
sylvainlb opened this issue Mar 22, 2015 · 3 comments
Open

Exception when using a domain #152

sylvainlb opened this issue Mar 22, 2015 · 3 comments

Comments

@sylvainlb
Copy link

When using a domain, RwwPlay fails with a timeout exception unless a http.domain parameter is provided.
RwwPlay should accept requests wherever they're coming if not specified otherwise.

@sylvainlb sylvainlb added the bug label Mar 22, 2015
@reederz
Copy link

reederz commented Mar 22, 2015

I thought that http.domain was used for url generation internally rather than as a security measure.

@sylvainlb
Copy link
Author

Absolutely. The bug is happening when the parameter is not provided and the host requested is not in the interfaces.

@bblfish
Copy link
Member

bblfish commented Mar 22, 2015

yes, so that means that the server should function with relative URI support. Relative URIs should be always be directed by the server to the local actor. This is then another reason for supporting relative URIs, and even relative Graphs: the server may not know it's own name. So a use case for banana-rdf/banana-rdf#41

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants