-
bopferma committed revision 28 to the Ganymede SVN repository, changing 3 files.
2009-09-04 21:20:27 UTC in Ganymede
-
bopferma committed revision 27 to the Ganymede SVN repository, changing 1 files.
2009-09-04 21:00:25 UTC in Ganymede
-
bopferma committed revision 26 to the Ganymede SVN repository, changing 14 files.
2009-09-04 05:02:29 UTC in Ganymede
-
bopferma committed revision 25 to the Ganymede SVN repository, changing 5 files.
2009-09-04 01:59:44 UTC in Ganymede
-
bopferma committed revision 24 to the Ganymede SVN repository, changing 1 files.
2009-09-04 01:57:56 UTC in Ganymede
-
I am having some issues getting matrix parameters. I have the following method set up...
@GET
@Path("/{id}")
@ProduceMime("text/plain")
public String getLocationById(@PathParam("id")
PathSegment id) {
return "Location of Id: " + id.getMatrixParameters() + ":" + id.getPath();
}
Test URL:
GET http://localhost:8080/jsr311/Location/lat=1;long=2
Response:
Location of Id: {}:lat=1.
2008-04-02 21:09:37 UTC in RESTEasy
-
bopferma committed revision 23 to the Ganymede SVN repository, changing 1 files.
2006-11-01 01:23:34 UTC in Ganymede
-
bopferma committed revision 22 to the Ganymede SVN repository, changing 1 files.
2006-10-15 23:00:44 UTC in Ganymede
-
bopferma committed revision 21 to the Ganymede SVN repository, changing 1 files.
2006-10-15 22:47:37 UTC in Ganymede
-
bopferma committed revision 20 to the Ganymede SVN repository, changing 1 files.
2006-10-15 22:39:06 UTC in Ganymede