You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most other REST frameworks allow both @Path("hello") and @Path("/hello") but MSF4J only recognizes the latter. Also, JAX-RS spec only talks about relative path parameters and it's example always use the non-/ variant.
The text was updated successfully, but these errors were encountered:
Most other REST frameworks allow both
@Path("hello")
and@Path("/hello")
but MSF4J only recognizes the latter. Also, JAX-RS spec only talks about relative path parameters and it's example always use the non-/ variant.The text was updated successfully, but these errors were encountered: