Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Kaegi2007-03-17 04:27:42 +0000
committerSimon Kaegi2007-03-17 04:27:42 +0000
commit8efd143fc7ac68e4f95c7159a72c85258067c0e9 (patch)
treeda8db70ee660a38514df9c3bea948c00d27c71af /bundles/org.eclipse.equinox.http.registry/schema/servlets.exsd
parentcc078eebec0fbcdb67875d68616348ce98ffb800 (diff)
downloadrt.equinox.bundles-8efd143fc7ac68e4f95c7159a72c85258067c0e9.tar.gz
rt.equinox.bundles-8efd143fc7ac68e4f95c7159a72c85258067c0e9.tar.xz
rt.equinox.bundles-8efd143fc7ac68e4f95c7159a72c85258067c0e9.zip
Bug 177652 - [server] HttpContexts extension-point should use "id" instead of "name"
Diffstat (limited to 'bundles/org.eclipse.equinox.http.registry/schema/servlets.exsd')
-rw-r--r--bundles/org.eclipse.equinox.http.registry/schema/servlets.exsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.http.registry/schema/servlets.exsd b/bundles/org.eclipse.equinox.http.registry/schema/servlets.exsd
index 60775b687..dcf01f236 100644
--- a/bundles/org.eclipse.equinox.http.registry/schema/servlets.exsd
+++ b/bundles/org.eclipse.equinox.http.registry/schema/servlets.exsd
@@ -69,10 +69,10 @@
</documentation>
</annotation>
</attribute>
- <attribute name="httpcontext-name" type="string">
+ <attribute name="httpcontextId" type="string">
<annotation>
<documentation>
- The equivalent of the OSGi Http Services httpcontext in registerServlet. The httpcontext-name is matched against the &quot;httpcontexts&quot; extension for a matching name. If this attribute is not provided the OSGi Http Service&apos;s DefaultHttpContext semantics are used.
+ The equivalent of the OSGi Http Services httpcontext in registerResource. The httpcontextId is matched against the &quot;httpcontexts&quot; extension for a matching id. If this attribute is not provided the OSGi Http Service&apos;s DefaultHttpContext semantics are used.
</documentation>
</annotation>
</attribute>

Back to the top