[jira] [Updated] (OFBIZ-1622) Added support for "anonymous" url parameters

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-1622) Added support for "anonymous" url parameters

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sharan Foga updated OFBIZ-1622:
-------------------------------
    Sprint: Bug Crush Event - 21/2/2015

> Added support for "anonymous" url parameters
> --------------------------------------------
>
>                 Key: OFBIZ-1622
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1622
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>            Reporter: Jacopo Cappellato
>            Priority: Minor
>         Attachments: anon-param.patch
>
>
> The attached patch will add support for "anonymous"/"positional" url parameters: the values of the parameters can be passed in a certain order without specifying the name of them.
> For example:
> instead of:
> categoryId=PROMOTIONS&productId=WG-1111
> you can set:
> /~PROMOTIONS/~WG-1111
> The framework will automatically assign the following names to the parameters:
> pathInfo1 (= PROMOTIONS)
> pathInfo2 (= WG-1111)
> The goal is to provide a way to have cleaner URL
> Please review the patch; if you think it is a good idea I will commit it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)