dev@jsr311.java.net

JAX-RS 0.81 ?

From: Stephan Koops <Stephan.Koops_at_web.de>
Date: Wed, 28 May 2008 16:35:13 +0200

Hello,

my thesis nears it's end. Is it possible to create a new stable version
the next days or week, e.g. version 0.81 ? If it is official available
with its code and spec file, I can easy refer to it.
IMO it is useful to finalize the UriBuilder.extension(.) change
(extension is appended to the path on build time, not while call of this
method) for it.

What about the discussion about @PathParam (@PathParam(..) PathSegment
and @PathParam(.., limited=false) List<String>)?
I could also write that there is open discussion about this and could
not present a final solution in my thesis. It's also a good solution,
because it's easy ... :-)

Did I remember right, that there where no functional change in the spec
document since the public review (v0.8), only carifications, type error
removals e.g.?

And one discussion point: The method
SecurityContext.getAuthenticationScheme() requires, that it returns the
constants BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH or FORM_AUTH of
interface SecurityContext, if this auth scheme is meant (for == instead
of equals() for speed reasons I think). This requires, that this method
does the matching, which also needs some equal compares. So the speed
advantage is away, and it costs perhaps more than less time. Because of
that I propose to remove the requirement, that it must be one of the
constants, only equal objects.

best regards
   Stephan