Re: How to predict wildcard mapping matching order when using Struts annotations

2014-11-19 Thread Lukasz Lenart
2014-11-12 7:42 GMT+01:00 Jim deVos james.t.de...@asu.edu: When struts encounters a URI that matches multiple wildcard mappings it chooses the most recent match (ie. the last one wins ). As a result, I should define less-specific patterns before the more specific patterns. This is simple

How to predict wildcard mapping matching order when using Struts annotations

2014-11-12 Thread Jim deVos
When struts encounters a URI that matches multiple wildcard mappings it chooses the most recent match (ie. the last one wins ). As a result, I should define less-specific patterns before the more specific patterns. This is simple enough when using XML-based config, but I'm not sure how it works