Support redirection
-------------------

                 Key: SLING-277
                 URL: https://issues.apache.org/jira/browse/SLING-277
             Project: Sling
          Issue Type: New Feature
          Components: Launchpad
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger
             Fix For: 2.0.0


Add support to redirect a request to a another location. This is used to enable 
simple redirection of the root node to another location, such as an index.html 
page.

The implementation is based around this functionality:

   * Default a new resource type "sling:redirect"
   * Add a servlet handling GET requests to sling:redirect resources
   * To be able to dump sling:redirect resources in JSON, handle these 
resources for .json requests in the JSON renderer
   * Define a mixin node type sling:Redirect extending sling:Resource defining 
the sling:redirect property

-- 
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