To reproduce:
- (Optional, pretty sure this will work with existing LDNode resources) Start up LDNode, create a new account using
--create-admin.
- Try to view a container (like
/) or resource (like /profile/card) in your browser (after authenticating).
Expect: A redirect to the --default-app (Warp by default).
Actual: Get a 404 Not found (even on a public resource like the profile card).
Note: Passing in Accept: text/turtle (say, via curl) works as expected.
To reproduce:
--create-admin./) or resource (like/profile/card) in your browser (after authenticating).Expect: A redirect to the
--default-app(Warp by default).Actual: Get a 404 Not found (even on a public resource like the profile card).
Note: Passing in
Accept: text/turtle(say, viacurl) works as expected.