mendix / RestServices

REST service module for Mendix. Supports consuming and publishing REST based services and real-time data synchronization. Supports JSON, form-encoded, multipart and binary data transport.
Apache License 2.0
31 stars 46 forks source link

Publishing microflow with path should not be sensitive to the trailing '/' #21

Closed ismailhabib closed 10 years ago

dlhartveld commented 10 years ago

This about whether

GET /rest/myMicroflow/

can be retrieved with

GET /rest/myMicroflow

(I.e., ignoring the trailing slash.)

dlhartveld commented 10 years ago

Implemented in v1.3.0-rc2.