Sergey, The issue is tomorrow the regex template may be changed to support a range of versions, like 1.0 through 3.8 It would be nice if the proxy could accept a kind of 'version override' parameter to specify the version of the method to use. Because one method may be configured to accept 'versioned' calls for versions 1.1-2.9, another method may support versions 2.3-7.8
>From you response looks like UriTemplate will resolve those 'versioned' URIs correctly but there is no way to tell the proxy that there is a 'version' which should be used in the target URI. Is that correct? Thanks, Dmitry Sergey Beryozkin-5 wrote: > > You just don't need that 'version' template variable given that you > essentially hard-code the version (1.0) anyway given the way your regular > expression looks like, so that is why I suggested to remove it from @Path. > -- View this message in context: http://old.nabble.com/JaxRS-%27versioned%27-URIs-support-tp27913896p27925894.html Sent from the cxf-user mailing list archive at Nabble.com.