+1. That would be in sync with my current view on how to support default path values in the future.
Marek
On Feb 8, 2013, at 12:16 PM, Sergey Beryozkin <sberyozkin_at_talend.com> wrote:
> Hi
>
> My understanding is that
>
> @Path("ab")
>
> won't match "aB"
>
> and if needed one should have two methods with
> @Path("ab")
> and
> @Path("aB")
>
> or a single method with
>
> @Path("{i:a[Bb]}")
>
> I wonder if the runtime should optionally support the case sensitivity to help users with writing simpler resource classes ?
> Guess one can utilize in the future a well known property for that...
>
> Cheers, Sergey
>
>
>
>
>