backport ISecuritySettings#EnforceMounts functionality
------------------------------------------------------

                 Key: WICKET-411
                 URL: https://issues.apache.org/jira/browse/WICKET-411
             Project: Wicket
          Issue Type: Task
          Components: wicket
            Reporter: Eelco Hillenius
             Fix For: 1.3


A nice feature that is currently only in 2.0 is the ability to 'enforce 
mounts'. In 2.0 this is regulated through setting 
ISecuritySettings#EnforeMounts. The JavaDocs:

        /**
         * Gets whether mounts should be enforced. If true, requests for mounted
         * targets have to done through the mounted paths. If, for instance, a
         * bookmarkable page is mounted to a path, a request to that same page 
via
         * the bookmarkablePage parameter will be denied.
         * 
         * @return Whether mounts should be enforced
         */

This feature was built in to support URL based authorization schemas, and is 
talked about in Wicket in Action. We should back port it.

See also WICKET-410


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to