Branch: refs/heads/master
Home:
https://github.com/hawkular/hawkular-ui-services
Commit: 39f1903568e72fb54e309885d07239a97e13f856
https://github.com/hawkular/hawkular-ui-services/commit/39f1903568e72fb54...
Author: Alexandre Mendonça <amendonca(a)redhat.com>
Date: 2015-12-07 (Mon, 07 Dec 2015)
Changed paths:
M dist/hawkular-ui-service.js
M dist/hawkular-ui-service.min.js
M src/rest/hawkRest-inventory-provider.ts
Log Message:
-----------
Fix to double encoded slash, was replacing with RegExp value
There was a issue where "%252F" was being replace with the actual value
of the regexp "/%2F/gi" and not the string "%2F" itself.
Externalized strings and regexp to vars and also made the URL matching
case insensitive.
Commit: 8ffdbe63e11f3d574b8f73299934543145a500b3
https://github.com/hawkular/hawkular-ui-services/commit/8ffdbe63e11f3d574...
Author: Mike Thompson <mtho11(a)users.noreply.github.com>
Date: 2015-12-07 (Mon, 07 Dec 2015)
Changed paths:
M dist/hawkular-ui-service.js
M dist/hawkular-ui-service.min.js
M src/rest/hawkRest-inventory-provider.ts
Log Message:
-----------
Merge pull request #74 from ammendonca/HWK-ENCODED-SLASH-FIX
Fix to double encoded slash, was replacing with RegExp value
Compare:
https://github.com/hawkular/hawkular-ui-services/compare/406ca4e94ff2...8...