This repository has been archived by the owner on May 28, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Get Matrix Parameter from current path segment #680
Comments
Reported by [email protected] |
Issue-Links: |
tvf said: IMO @MatrixParam should always handle the matrix params at the end of the currently matched path. Whether or not other matrix parameters come later in the URI should be of no relevance for this. |
@japod said: |
cowwoc said: |
cowwoc said: 8 months have elapsed. Do you plan on fixing this anytime soon? |
This issue was imported from java.net JIRA JERSEY-408 |
This was referenced Apr 25, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The @MatrixParam annotation will only detect matrix parameters when they are the
last thing in the URL. For example:
.../X;a=b will work
but .../X;a=b/ will not work
and .../X;a=b/Y/ will not work
Paul's suggestion to address this would be:
The ability to get the current path segment or segments associated with the
resource; and
a qualifier on @MatrixParam to declare that the matrix parameter is
associated with the current path segment
(or the last path segment in the current set).
Environment
Operating System: All
Platform: Macintosh
Affected Versions
[1.1.1-ea]
The text was updated successfully, but these errors were encountered: