Hi,

On 6/4/07, Marcel Reutegger <[EMAIL PROTECTED]> wrote:
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 ?

Good point, I'll keep it in mind when writing more documentation on
these servlets.

BR,

Jukka Zitting

Reply via email to