toedter / hal-explorer

An API explorer for RESTful Hypermedia APIs using HAL or HAL-FORMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Path variables being inserted into template as request variable (querystring)

colin-young opened this issue · comments

HAL-Explorer: v0.10.0

Given a URI template:

http://localhost:8081/v1/customer/{customerId}

The template is expanded as:

http://localhost:8081/v1/customer/?customerId=12345

Where I am expecting (and so is Spring-Hateoas):

http://localhost:8081/v1/customer/12345

Thanks for reporting, I will take a look at it.

fixed, will be in the next release.

Confirmed. Thanks!