jsr339-experts@jax-rs-spec.java.net

[jsr339-experts] Default path template and case sensitivity

From: Sergey Beryozkin <sberyozkin_at_talend.com>
Date: Fri, 8 Feb 2013 11:16:28 +0000

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