Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [lyo-dev] about URLs

Thanks for reporting this (you can also open bugs at http://bugs.eclipse.org using Project = Lyo).

This will be fixed by bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=369240

Regards,
Mike

2012/1/20 Stéphanie Ouillon <stephanie@xxxxxxxxx>
Hello,

I was just having a look at lyo and trying it out, and I noticed that some provided URLs were bad in webapp/cm:

** little typo fix:

diff --git a/org.eclipse.lyo.samples.bugzilla/src/main/webapp/cm/serviceprovider_rdfxml.jsp b/org.eclipse.lyo.samples.bugzilla/src/main/webapp/cm/serviceprovider_rdfxml.jsp
index aa06323..b58989b 100644
--- a/org.eclipse.lyo.samples.bugzilla/src/main/webapp/cm/serviceprovider_rdfxml.jsp
+++ b/org.eclipse.lyo.samples.bugzilla/src/main/webapp/cm/serviceprovider_rdfxml.jsp
@@ -140,7 +140,7 @@ response.setHeader("OSLC-Core-Version", "2.0");
<oslc:prefixDefinition>
<oslc:PrefixDefinition>
<oslc:prefix>foaf</oslc:prefix>
- <oslc:prefixBase rdf:resource="http://http://xmlns.com/foaf/0.1/" />
+ <oslc:prefixBase rdf:resource="http://xmlns.com/foaf/0.1/" />
</oslc:PrefixDefinition>
</oslc:prefixDefinition>


** http://www.bugzilla.org/rdf# & co points to a 404 page not found (I didn't find the correct pages)


Regards

--
Stéphanie Ouillon
_______________________________________________
lyo-dev mailing list
lyo-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/lyo-dev


Back to the top