Closed GoogleCodeExporter closed 9 years ago
It behaves the same way even if I do when().get(URI.create("/project/request/"
+ request.getId())).
Original comment by el...@elnur.me
on 10 Feb 2014 at 12:32
This is a blocking issue since I can't find a way to test this part of the API.
Please fix this as soon as you can.
Original comment by el...@elnur.me
on 10 Feb 2014 at 12:37
Seems like I was wrong. It duplicated it even when I do just
when().get("/request/{id}", request.getId()).
Original comment by el...@elnur.me
on 10 Feb 2014 at 12:44
It works okay for /project/foo/1, but not for /project/request/1. Like it's
going crazy because of the “request” word.
Original comment by el...@elnur.me
on 10 Feb 2014 at 12:48
Oh. Never mind. It was actually caused by a redirect in my API. LOL. Sorry. :)
Original comment by el...@elnur.me
on 10 Feb 2014 at 12:54
Original comment by johan.ha...@gmail.com
on 14 Feb 2014 at 6:38
Original issue reported on code.google.com by
el...@elnur.me
on 10 Feb 2014 at 12:23