jakartaee / rest

Jakarta RESTful Web Services
Other
363 stars 119 forks source link

Extends @MatrixParam with ("subpath;param") #34

Open glassfishrobot opened 14 years ago

glassfishrobot commented 14 years ago

Can be a new feature?

On this URL: GET /mercedes/e55;color=black/2006/interior;color=tan

Mapped as: @Path("/

{make}

/

{model}

/

{year}

/

{extra}

")

Can access to all "color" matrix params, for example, with:

@MatrixParam("model;color") @MatrixParam("extra;color")

Thanks to Bill Burke for example (on their book "RESTfull Java with JAX-RS)

Yes, rather than using @PathParam("model") PathSegment ps.

Can you please log an issue here:

http://jsr311.dev.java.net/

Paul.

Environment

Operating System: All Platform: All

Affected Versions

[2.1]

glassfishrobot commented 6 years ago
glassfishrobot commented 14 years ago

@glassfishrobot Commented Reported by joseaio@java.net

glassfishrobot commented 11 years ago

@glassfishrobot Commented @spericas said: Interesting feature that didn't make the cut for 2.0. Moving to ice box for future review.

glassfishrobot commented 14 years ago

@glassfishrobot Commented Issue-Links: is related to JAX_RS_SPEC-201 relates to JAX_RS_SPEC-3

glassfishrobot commented 7 years ago

@glassfishrobot Commented This issue was imported from java.net JIRA JAX_RS_SPEC-29