Incorrect version of rest-api-browser.min.js in RAB version 3.0.12

Issue #4 resolved
Yury Kosharovskiy created an issue

File \assets\rab\rest-api-browser.min.js contains incorrect string:

var pat=new RegExp("{"+tmplVar.name+":?(.*)}","g");

but in source of ver. 3.0.12 this line is:

var pat = new RegExp('{' + tmplVar.name + ':?(.*?)}', 'g');

This bug causes error when RAB trims all URL parameters except first.

Comments (2)

  1. Log in to comment