RESTful Mount Property ismapped
Description
The mount property hst:ismapped configures whether the mount will use a sitemap to map its URL pathInfo. It is true by default when not configured.
If URLs should not be mapped to a sitemap, set hst:ismapped to false.
As a general rule of thumb:
- When using a JaxrsRestPlainPipeline's set hst:ismapped to false.
- When using a JaxrsRestContentPipeline set hst:ismapped to true (default).