Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

link rel=meta sent twice (trivial, harmless) #72

Open
sandhawke opened this issue Jan 28, 2016 · 2 comments
Open

link rel=meta sent twice (trivial, harmless) #72

sandhawke opened this issue Jan 28, 2016 · 2 comments

Comments

@sandhawke
Copy link
Member

Just FYI:

$ curl -v --cert keys/alicedemo.pem https://alicedemo.databox.me/
...
> GET / HTTP/1.1
> Host: alicedemo.databox.me
> User-Agent: curl/7.43.0
> Accept: */*
> 
< HTTP/1.1 200 OK
< Accept-Patch: application/json, application/sparql-update
< Accept-Post: text/turtle, application/json
< Access-Control-Allow-Credentials: true
< Access-Control-Expose-Headers: User, Location, Link, Vary, Last-Modified, WWW-Authenticate, Content-Length, Accept-Patch, Accept-Post, Allow, Updates-Via, Ms-Author-Via
< Access-Control-Max-Age: 1728000
< Allow: OPTIONS, HEAD, GET, PATCH, POST, PUT, MKCOL, DELETE, COPY, MOVE, LOCK, UNLOCK
< Content-Type: text/turtle
< Etag: "659fd97569a6012bf0b557068204ef0c"
< Link: <https://alicedemo.databox.me/,acl>; rel="acl", <https://alicedemo.databox.me/,meta>; rel="meta"
< Link: <http://www.w3.org/ns/ldp#BasicContainer>; rel="type"
< Link: <http://www.w3.org/ns/ldp#Resource>; rel="type"
< Link: <https://alicedemo.databox.me/,meta>; rel="meta"

Note that rel="meta" is in there twice.

@melvincarvalho
Copy link
Member

Good catch, thanks for reporting this!

It would be great if we could encourage people that spot small issues like this, to feel empowered to dig into the code base, and maybe take the next step of submitting a patch.

@sandhawke do you think that might be something you'd like to have a go at?

@sandhawke
Copy link
Member Author

No, I'm not coding go these days.

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

No branches or pull requests

2 participants