jakartaee / jakartaee/rest

Extends @MatrixParam with ("subpath;param")

Open
#34 5 comments 0 reactions 1 assignee Claimed by @glassfishrobot View on GitHub
Dominant language
Java
Stars
400
Forks
143
PR merge metrics
No merged PRs in 30d

Description

> 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/](http://jsr311.dev.java.net/)

Paul.
#### Environment
Operating System: All
Platform: All
#### Affected Versions
[2.1]

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.