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

Ben Gunter resolved STS-665.
----------------------------

       Resolution: Fixed
    Fix Version/s: Release 1.6
         Assignee: Ben Gunter

Nice catch! This is fixed for 1.5.2 and 1.6.

> Resolution of URL binding conflicts depends on ActionBean class lookup order
> ----------------------------------------------------------------------------
>
>                 Key: STS-665
>                 URL: http://www.stripesframework.org/jira/browse/STS-665
>             Project: Stripes
>          Issue Type: Bug
>          Components: ActionBean Dispatching
>    Affects Versions: Release 1.5.1
>            Reporter: Radu Butnaru
>            Assignee: Ben Gunter
>            Priority: Minor
>             Fix For: Release 1.5.2, Release 1.6
>
>
> I've noticed the following problem when resolving action beans for several 
> (more than 2) conflicting clean URLs.
> Example:
> Three action beans bound to URLs:
> @UrlBinding("/customers")
> @UrlBinding("/customers/{customerName}")
> @UrlBinding("/customers/{customerName}/profile")
> Stripes randomly throws UrlBindingConflictException for the static URL 
> '/customers' between servlet container restarts. 
> Debugging showed that the problem seems to occur if the binding for the 
> static URL is cached after the other two at startup during action bean 
> resolution.
> When this was not the case, the behavior was as expected, i.e. the 
> corresponding action beans were invoked for the three URLs.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://www.stripesframework.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to