[ http://issues.apache.org/jira/browse/VELTOOLS-67?page=comments#action_12449034 ] Nathan Bubna commented on VELTOOLS-67: --------------------------------------
Looks good. i have a few refinements, but i'll try and get this in on Monday. As for supporting this with session/application scoped tools, it wouldn't work well to do it in ChainedContext, since the ToolInfo isn't in really in view there. i'd rather keep the restriction in front of tool init rather than after. i think there may be ways to do this in the manager without much pain, but we may need to wait until 2.x. > Patch implementing path-scoped tools > ------------------------------------ > > Key: VELTOOLS-67 > URL: http://issues.apache.org/jira/browse/VELTOOLS-67 > Project: VelocityTools > Issue Type: New Feature > Components: VelocityView > Affects Versions: 1.3 > Environment: all > Reporter: Claude Brisson > Assigned To: Nathan Bubna > Priority: Minor > Attachments: path-scopes.patch, request-path.patch > > > This patch adds two new scopes: > <scope>/some_path/*</scope> is a subset of the request scope restricting the > instantiation of tools to servlet requests having an URI that begins with > /some_path/. > <scope>/some_pathname</scope> is a subset of the request scope restricting > the instantiation of tools to servlet requests whose URI matches exactly > /some_pathname -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
