[ 
http://www.stripesframework.org/jira/browse/STS-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ben Gunter closed STS-141.
--------------------------


> Allow generation of URLs with the event name encoded in the path
> ----------------------------------------------------------------
>
>                 Key: STS-141
>                 URL: http://www.stripesframework.org/jira/browse/STS-141
>             Project: Stripes
>          Issue Type: Improvement
>          Components: ActionBean Dispatching
>            Reporter: Tim Fennell
>            Assignee: Tim Fennell
>             Fix For: Release 1.3
>
>
> Several users have asked for this.  Essentially it boils down to this: if you 
> want to link to an ActionBean and a specific event it'd be nice to be able to 
> use the URL:
>     /context/Bean.action/event
> instead of
>     /context/Bean.action?event
> This is fairly easy to implement on the Stripes side of things - it really 
> just involves some minor changes in the ActionResolver(s) and making sure 
> that the form and link tag play nicely.
> The problem arises that this doesn't work with Servlet mappings that use 
> extensions (e.g. '*.action'), because the extra piece of path obscures the 
> .action from the Servlet container's point of view.  However it will work 
> nicely with path-prefix mappings like '/exec/*'.  If developers are using the 
> latter, or have a URL-rewrite strategy then it's be nice to have support for 
> this.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to