Jukka Zitting wrote:
As a bonus feature, the repository servlet can be mapped to the URL
space to get easy access to repository descriptors:

   <servlet-mapping>
     <servlet-name>Repository</servlet-name>
     <url-pattern>/repository/*</url-pattern>
   </servlet-mapping>

For example the name of the repository vendor is then available as
text/plain via HTTP GET at
http://host:port/context/repository/jcr.repository.vendor.

that's a very nice feature, but please note that the jackrabbit-webapp per default maps /repository to the webdav servlet. therefore we should rather use a different path as an example, just to avoid confusion. how about /repository-descriptor ?

regards
 marcel

Reply via email to