[jira] [Updated] (WW-4496) better reconciliation of static url mappings

2022-10-22 Thread Lukasz Lenart (Jira)


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

Lukasz Lenart updated WW-4496:
--
Fix Version/s: 7.0.0
   (was: 6.1.0)

> better reconciliation of static url mappings
> 
>
> Key: WW-4496
> URL: https://issues.apache.org/jira/browse/WW-4496
> Project: Struts 2
>  Issue Type: Improvement
>Affects Versions: 2.3.20
>Reporter: adam brin
>Priority: Major
> Fix For: 7.0.0
>
>
> the struts static url mappings are great for simplifying URL paths and 
> including "data" in the URL structures.  We're having collisions that are 
> causing problems though:
> eg.
> {quote}
> class1:
> @Namespace("/dataset/")
> ...
> @Action("\{id\}")
> ...
> class3:
> @Namespace("/dataset")
> ...
> @Action("columns/\{id\}")
> {quote}
> In this case, Class1's mapping seem to "own" everything under /dataset 
> regardless of what other classes like (class2) define.  It'd be nice if 
> struts could, as it scans all of the namespaces and actions, evaluated 
> left-to-right non-programatically specified values ahead of those that are 
> variables. E.g. /dataset/columns/\{id\} would be evaluated prior to matching 
> /dataset/\{id\}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (WW-4496) better reconciliation of static url mappings

2021-12-12 Thread Lukasz Lenart (Jira)


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

Lukasz Lenart updated WW-4496:
--
Fix Version/s: 2.6.1
   (was: 2.6)

> better reconciliation of static url mappings
> 
>
> Key: WW-4496
> URL: https://issues.apache.org/jira/browse/WW-4496
> Project: Struts 2
>  Issue Type: Improvement
>Affects Versions: 2.3.20
>Reporter: adam brin
>Priority: Major
> Fix For: 2.6.1
>
>
> the struts static url mappings are great for simplifying URL paths and 
> including "data" in the URL structures.  We're having collisions that are 
> causing problems though:
> eg.
> {quote}
> class1:
> @Namespace("/dataset/")
> ...
> @Action("\{id\}")
> ...
> class3:
> @Namespace("/dataset")
> ...
> @Action("columns/\{id\}")
> {quote}
> In this case, Class1's mapping seem to "own" everything under /dataset 
> regardless of what other classes like (class2) define.  It'd be nice if 
> struts could, as it scans all of the namespaces and actions, evaluated 
> left-to-right non-programatically specified values ahead of those that are 
> variables. E.g. /dataset/columns/\{id\} would be evaluated prior to matching 
> /dataset/\{id\}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (WW-4496) better reconciliation of static url mappings

2017-06-18 Thread Lukasz Lenart (JIRA)

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

Lukasz Lenart updated WW-4496:
--
Fix Version/s: (was: 2.5.next)
   2.6

> better reconciliation of static url mappings
> 
>
> Key: WW-4496
> URL: https://issues.apache.org/jira/browse/WW-4496
> Project: Struts 2
>  Issue Type: Improvement
>Affects Versions: 2.3.20
>Reporter: adam brin
> Fix For: 2.6
>
>
> the struts static url mappings are great for simplifying URL paths and 
> including "data" in the URL structures.  We're having collisions that are 
> causing problems though:
> eg.
> {quote}
> class1:
> @Namespace("/dataset/")
> ...
> @Action("\{id\}")
> ...
> class3:
> @Namespace("/dataset")
> ...
> @Action("columns/\{id\}")
> {quote}
> In this case, Class1's mapping seem to "own" everything under /dataset 
> regardless of what other classes like (class2) define.  It'd be nice if 
> struts could, as it scans all of the namespaces and actions, evaluated 
> left-to-right non-programatically specified values ahead of those that are 
> variables. E.g. /dataset/columns/\{id\} would be evaluated prior to matching 
> /dataset/\{id\}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (WW-4496) better reconciliation of static url mappings

2016-11-13 Thread Lukasz Lenart (JIRA)

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

Lukasz Lenart updated WW-4496:
--
Fix Version/s: (was: 2.5.x)
   2.5.7

> better reconciliation of static url mappings
> 
>
> Key: WW-4496
> URL: https://issues.apache.org/jira/browse/WW-4496
> Project: Struts 2
>  Issue Type: Improvement
>Affects Versions: 2.3.20
>Reporter: adam brin
> Fix For: 2.5.7
>
>
> the struts static url mappings are great for simplifying URL paths and 
> including "data" in the URL structures.  We're having collisions that are 
> causing problems though:
> eg.
> {quote}
> class1:
> @Namespace("/dataset/")
> ...
> @Action("\{id\}")
> ...
> class3:
> @Namespace("/dataset")
> ...
> @Action("columns/\{id\}")
> {quote}
> In this case, Class1's mapping seem to "own" everything under /dataset 
> regardless of what other classes like (class2) define.  It'd be nice if 
> struts could, as it scans all of the namespaces and actions, evaluated 
> left-to-right non-programatically specified values ahead of those that are 
> variables. E.g. /dataset/columns/\{id\} would be evaluated prior to matching 
> /dataset/\{id\}



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


[jira] [Updated] (WW-4496) better reconciliation of static url mappings

2015-04-29 Thread Lukasz Lenart (JIRA)

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

Lukasz Lenart updated WW-4496:
--
Fix Version/s: 2.5

> better reconciliation of static url mappings
> 
>
> Key: WW-4496
> URL: https://issues.apache.org/jira/browse/WW-4496
> Project: Struts 2
>  Issue Type: Improvement
>Affects Versions: 2.3.20
>Reporter: adam brin
> Fix For: 2.5
>
>
> the struts static url mappings are great for simplifying URL paths and 
> including "data" in the URL structures.  We're having collisions that are 
> causing problems though:
> eg.
> {quote}
> class1:
> @Namespace("/dataset/")
> ...
> @Action("\{id\}")
> ...
> class3:
> @Namespace("/dataset")
> ...
> @Action("columns/\{id\}")
> {quote}
> In this case, Class1's mapping seem to "own" everything under /dataset 
> regardless of what other classes like (class2) define.  It'd be nice if 
> struts could, as it scans all of the namespaces and actions, evaluated 
> left-to-right non-programatically specified values ahead of those that are 
> variables. E.g. /dataset/columns/\{id\} would be evaluated prior to matching 
> /dataset/\{id\}



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


[jira] [Updated] (WW-4496) better reconciliation of static url mappings

2015-04-29 Thread adam brin (JIRA)

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

adam brin updated WW-4496:
--
Description: 
the struts static url mappings are great for simplifying URL paths and 
including "data" in the URL structures.  We're having collisions that are 
causing problems though:

eg.
{quote}
class1:
@Namespace("/dataset/")
...
@Action("\{id\}")

...
class3:
@Namespace("/dataset")
...
@Action("columns/\{id\}")
{quote}

In this case, Class1's mapping seem to "own" everything under /dataset 
regardless of what other classes like (class2) define.  It'd be nice if struts 
could, as it scans all of the namespaces and actions, evaluated left-to-right 
non-programatically specified values ahead of those that are variables. E.g. 
/dataset/columns/\{id\} would be evaluated prior to matching /dataset/\{id\}

  was:
the struts static url mappings are great for simplifying URL paths and 
including "data" in the URL structures.  We're having collisions that are 
causing problems though:

eg.
{quote}
class1:
@Namespace("/dataset/")
...
@Action("\{id\}")

...
class3:
@Namespace("/dataset")
...
@Action("columns/\{id\}")
{quote}

In this case, Class1's mapping seem to "own" everything under /dataset 
regardless of what other classes like (class2) define.  It'd be nice if struts 
could, as it scans all of the namespaces and actions, evaluated left-to-right 
non-programatically specified values ahead of those that are variables. E.g. 
/dataset/columns/{id} would be evaluated prior to matching /dataset/{id}


> better reconciliation of static url mappings
> 
>
> Key: WW-4496
> URL: https://issues.apache.org/jira/browse/WW-4496
> Project: Struts 2
>  Issue Type: Improvement
>Affects Versions: 2.3.20
>Reporter: adam brin
>
> the struts static url mappings are great for simplifying URL paths and 
> including "data" in the URL structures.  We're having collisions that are 
> causing problems though:
> eg.
> {quote}
> class1:
> @Namespace("/dataset/")
> ...
> @Action("\{id\}")
> ...
> class3:
> @Namespace("/dataset")
> ...
> @Action("columns/\{id\}")
> {quote}
> In this case, Class1's mapping seem to "own" everything under /dataset 
> regardless of what other classes like (class2) define.  It'd be nice if 
> struts could, as it scans all of the namespaces and actions, evaluated 
> left-to-right non-programatically specified values ahead of those that are 
> variables. E.g. /dataset/columns/\{id\} would be evaluated prior to matching 
> /dataset/\{id\}



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


[jira] [Updated] (WW-4496) better reconciliation of static url mappings

2015-04-29 Thread adam brin (JIRA)

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

adam brin updated WW-4496:
--
Description: 
the struts static url mappings are great for simplifying URL paths and 
including "data" in the URL structures.  We're having collisions that are 
causing problems though:

eg.
{quote}
class1:
@Namespace("/dataset/")
...
@Action("\X{id}")

...
class3:
@Namespace("/dataset")
...
@Action("columns/\X{id}")
{quote}

In this case, Class1's mapping seem to "own" everything under /dataset 
regardless of what other classes like (class2) define.  It'd be nice if struts 
could, as it scans all of the namespaces and actions, evaluated left-to-right 
non-programatically specified values ahead of those that are variables. E.g. 
/dataset/columns/{id} would be evaluated prior to matching /dataset/{id}

  was:
the struts static url mappings are great for simplifying URL paths and 
including "data" in the URL structures.  We're having collisions that are 
causing problems though:

eg.
{quote}
class1:
@Namespace("/dataset/")
...
@Action("{id}")

...
class3:
@Namespace("/dataset")
...
@Action("columns/{id}")
{quote}

In this case, Class1's mapping seem to "own" everything under /dataset 
regardless of what other classes like (class2) define.  It'd be nice if struts 
could, as it scans all of the namespaces and actions, evaluated left-to-right 
non-programatically specified values ahead of those that are variables. E.g. 
/dataset/columns/{id} would be evaluated prior to matching /dataset/{id}


> better reconciliation of static url mappings
> 
>
> Key: WW-4496
> URL: https://issues.apache.org/jira/browse/WW-4496
> Project: Struts 2
>  Issue Type: Improvement
>Affects Versions: 2.3.20
>Reporter: adam brin
>
> the struts static url mappings are great for simplifying URL paths and 
> including "data" in the URL structures.  We're having collisions that are 
> causing problems though:
> eg.
> {quote}
> class1:
> @Namespace("/dataset/")
> ...
> @Action("\X{id}")
> ...
> class3:
> @Namespace("/dataset")
> ...
> @Action("columns/\X{id}")
> {quote}
> In this case, Class1's mapping seem to "own" everything under /dataset 
> regardless of what other classes like (class2) define.  It'd be nice if 
> struts could, as it scans all of the namespaces and actions, evaluated 
> left-to-right non-programatically specified values ahead of those that are 
> variables. E.g. /dataset/columns/{id} would be evaluated prior to matching 
> /dataset/{id}



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


[jira] [Updated] (WW-4496) better reconciliation of static url mappings

2015-04-29 Thread adam brin (JIRA)

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

adam brin updated WW-4496:
--
Description: 
the struts static url mappings are great for simplifying URL paths and 
including "data" in the URL structures.  We're having collisions that are 
causing problems though:

eg.
{quote}
class1:
@Namespace("/dataset/")
...
@Action("\{id\}")

...
class3:
@Namespace("/dataset")
...
@Action("columns/\{id\}")
{quote}

In this case, Class1's mapping seem to "own" everything under /dataset 
regardless of what other classes like (class2) define.  It'd be nice if struts 
could, as it scans all of the namespaces and actions, evaluated left-to-right 
non-programatically specified values ahead of those that are variables. E.g. 
/dataset/columns/{id} would be evaluated prior to matching /dataset/{id}

  was:
the struts static url mappings are great for simplifying URL paths and 
including "data" in the URL structures.  We're having collisions that are 
causing problems though:

eg.
{quote}
class1:
@Namespace("/dataset/")
...
@Action("\X{id}")

...
class3:
@Namespace("/dataset")
...
@Action("columns/\X{id}")
{quote}

In this case, Class1's mapping seem to "own" everything under /dataset 
regardless of what other classes like (class2) define.  It'd be nice if struts 
could, as it scans all of the namespaces and actions, evaluated left-to-right 
non-programatically specified values ahead of those that are variables. E.g. 
/dataset/columns/{id} would be evaluated prior to matching /dataset/{id}


> better reconciliation of static url mappings
> 
>
> Key: WW-4496
> URL: https://issues.apache.org/jira/browse/WW-4496
> Project: Struts 2
>  Issue Type: Improvement
>Affects Versions: 2.3.20
>Reporter: adam brin
>
> the struts static url mappings are great for simplifying URL paths and 
> including "data" in the URL structures.  We're having collisions that are 
> causing problems though:
> eg.
> {quote}
> class1:
> @Namespace("/dataset/")
> ...
> @Action("\{id\}")
> ...
> class3:
> @Namespace("/dataset")
> ...
> @Action("columns/\{id\}")
> {quote}
> In this case, Class1's mapping seem to "own" everything under /dataset 
> regardless of what other classes like (class2) define.  It'd be nice if 
> struts could, as it scans all of the namespaces and actions, evaluated 
> left-to-right non-programatically specified values ahead of those that are 
> variables. E.g. /dataset/columns/{id} would be evaluated prior to matching 
> /dataset/{id}



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


[jira] [Updated] (WW-4496) better reconciliation of static url mappings

2015-04-29 Thread adam brin (JIRA)

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

adam brin updated WW-4496:
--
Description: 
the struts static url mappings are great for simplifying URL paths and 
including "data" in the URL structures.  We're having collisions that are 
causing problems though:

eg.
{quote}
class1:
@Namespace("/dataset/")
...
@Action("{id}")

...
class3:
@Namespace("/dataset")
...
@Action("columns/{id}")
{quote}

In this case, Class1's mapping seem to "own" everything under /dataset 
regardless of what other classes like (class2) define.  It'd be nice if struts 
could, as it scans all of the namespaces and actions, evaluated left-to-right 
non-programatically specified values ahead of those that are variables. E.g. 
/dataset/columns/{id} would be evaluated prior to matching /dataset/{id}

  was:
the struts static url mappings are great for simplifying URL paths and 
including "data" in the URL structures.  We're having collisions that are 
causing problems though:

eg.
{quote}
class1:
@Namespace("/dataset/")
...
@Action("{id}")

...

class2:
@Namespace("/dataset/columns")
...
@Action("{id}")

class3:
@Namespace("/dataset")
...
@Action("columns/{id}")
{quote}

In this case, Class1's mapping seem to "own" everything under /dataset 
regardless of what other classes define.  It'd be nice if struts could, as it 
scans all of the namespaces and actions, evaluated left-to-right 
non-programatically specified values ahead of those that are variables. E.g. 
/dataset/columns/{id} would be evaluated prior to matching /dataset/{id}


> better reconciliation of static url mappings
> 
>
> Key: WW-4496
> URL: https://issues.apache.org/jira/browse/WW-4496
> Project: Struts 2
>  Issue Type: Improvement
>Affects Versions: 2.3.20
>Reporter: adam brin
>
> the struts static url mappings are great for simplifying URL paths and 
> including "data" in the URL structures.  We're having collisions that are 
> causing problems though:
> eg.
> {quote}
> class1:
> @Namespace("/dataset/")
> ...
> @Action("{id}")
> ...
> class3:
> @Namespace("/dataset")
> ...
> @Action("columns/{id}")
> {quote}
> In this case, Class1's mapping seem to "own" everything under /dataset 
> regardless of what other classes like (class2) define.  It'd be nice if 
> struts could, as it scans all of the namespaces and actions, evaluated 
> left-to-right non-programatically specified values ahead of those that are 
> variables. E.g. /dataset/columns/{id} would be evaluated prior to matching 
> /dataset/{id}



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