users@jax-rs-spec.java.net

[jax-rs-spec users] [jsr339-experts] Re: Default path template and case sensitivity

From: Marek Potociar <marek.potociar_at_oracle.com>
Date: Fri, 8 Feb 2013 14:44:15 +0100

+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
>
>
>
>
>