Skip to main content

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

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


Back to the top