Fix Bug 51343

This commit is contained in:
Julia Radzhabova 2021-07-27 18:20:52 +03:00
parent d4cc0d9fa0
commit c8e30ead12
24 changed files with 24 additions and 48 deletions

View file

@ -155,8 +155,7 @@
} }
function encodeUrlParam(str) { function encodeUrlParam(str) {
return str.replace(/&/g, '&') return str.replace(/"/g, '"')
.replace(/"/g, '"')
.replace(/'/g, ''') .replace(/'/g, ''')
.replace(/</g, '&lt;') .replace(/</g, '&lt;')
.replace(/>/g, '&gt;'); .replace(/>/g, '&gt;');

View file

@ -148,8 +148,7 @@
} }
function encodeUrlParam(str) { function encodeUrlParam(str) {
return str.replace(/&/g, '&amp;') return str.replace(/"/g, '&quot;')
.replace(/"/g, '&quot;')
.replace(/'/g, '&#39;') .replace(/'/g, '&#39;')
.replace(/</g, '&lt;') .replace(/</g, '&lt;')
.replace(/>/g, '&gt;'); .replace(/>/g, '&gt;');

View file

@ -225,8 +225,7 @@
} }
function encodeUrlParam(str) { function encodeUrlParam(str) {
return str.replace(/&/g, '&amp;') return str.replace(/"/g, '&quot;')
.replace(/"/g, '&quot;')
.replace(/'/g, '&#39;') .replace(/'/g, '&#39;')
.replace(/</g, '&lt;') .replace(/</g, '&lt;')
.replace(/>/g, '&gt;'); .replace(/>/g, '&gt;');

View file

@ -217,8 +217,7 @@
} }
function encodeUrlParam(str) { function encodeUrlParam(str) {
return str.replace(/&/g, '&amp;') return str.replace(/"/g, '&quot;')
.replace(/"/g, '&quot;')
.replace(/'/g, '&#39;') .replace(/'/g, '&#39;')
.replace(/</g, '&lt;') .replace(/</g, '&lt;')
.replace(/>/g, '&gt;'); .replace(/>/g, '&gt;');

View file

@ -225,8 +225,7 @@
} }
function encodeUrlParam(str) { function encodeUrlParam(str) {
return str.replace(/&/g, '&amp;') return str.replace(/"/g, '&quot;')
.replace(/"/g, '&quot;')
.replace(/'/g, '&#39;') .replace(/'/g, '&#39;')
.replace(/</g, '&lt;') .replace(/</g, '&lt;')
.replace(/>/g, '&gt;'); .replace(/>/g, '&gt;');

View file

@ -197,8 +197,7 @@
} }
function encodeUrlParam(str) { function encodeUrlParam(str) {
return str.replace(/&/g, '&amp;') return str.replace(/"/g, '&quot;')
.replace(/"/g, '&quot;')
.replace(/'/g, '&#39;') .replace(/'/g, '&#39;')
.replace(/</g, '&lt;') .replace(/</g, '&lt;')
.replace(/>/g, '&gt;'); .replace(/>/g, '&gt;');

View file

@ -199,8 +199,7 @@
return urlParams; return urlParams;
} }
function encodeUrlParam(str) { function encodeUrlParam(str) {
return str.replace(/&/g, '&amp;') return str.replace(/"/g, '&quot;')
.replace(/"/g, '&quot;')
.replace(/'/g, '&#39;') .replace(/'/g, '&#39;')
.replace(/</g, '&lt;') .replace(/</g, '&lt;')
.replace(/>/g, '&gt;'); .replace(/>/g, '&gt;');

View file

@ -218,8 +218,7 @@
} }
function encodeUrlParam(str) { function encodeUrlParam(str) {
return str.replace(/&/g, '&amp;') return str.replace(/"/g, '&quot;')
.replace(/"/g, '&quot;')
.replace(/'/g, '&#39;') .replace(/'/g, '&#39;')
.replace(/</g, '&lt;') .replace(/</g, '&lt;')
.replace(/>/g, '&gt;'); .replace(/>/g, '&gt;');

View file

@ -206,8 +206,7 @@
} }
function encodeUrlParam(str) { function encodeUrlParam(str) {
return str.replace(/&/g, '&amp;') return str.replace(/"/g, '&quot;')
.replace(/"/g, '&quot;')
.replace(/'/g, '&#39;') .replace(/'/g, '&#39;')
.replace(/</g, '&lt;') .replace(/</g, '&lt;')
.replace(/>/g, '&gt;'); .replace(/>/g, '&gt;');

View file

@ -200,8 +200,7 @@
} }
function encodeUrlParam(str) { function encodeUrlParam(str) {
return str.replace(/&/g, '&amp;') return str.replace(/"/g, '&quot;')
.replace(/"/g, '&quot;')
.replace(/'/g, '&#39;') .replace(/'/g, '&#39;')
.replace(/</g, '&lt;') .replace(/</g, '&lt;')
.replace(/>/g, '&gt;'); .replace(/>/g, '&gt;');

View file

@ -224,8 +224,7 @@
} }
function encodeUrlParam(str) { function encodeUrlParam(str) {
return str.replace(/&/g, '&amp;') return str.replace(/"/g, '&quot;')
.replace(/"/g, '&quot;')
.replace(/'/g, '&#39;') .replace(/'/g, '&#39;')
.replace(/</g, '&lt;') .replace(/</g, '&lt;')
.replace(/>/g, '&gt;'); .replace(/>/g, '&gt;');

View file

@ -217,8 +217,7 @@
} }
function encodeUrlParam(str) { function encodeUrlParam(str) {
return str.replace(/&/g, '&amp;') return str.replace(/"/g, '&quot;')
.replace(/"/g, '&quot;')
.replace(/'/g, '&#39;') .replace(/'/g, '&#39;')
.replace(/</g, '&lt;') .replace(/</g, '&lt;')
.replace(/>/g, '&gt;'); .replace(/>/g, '&gt;');

View file

@ -247,8 +247,7 @@
} }
function encodeUrlParam(str) { function encodeUrlParam(str) {
return str.replace(/&/g, '&amp;') return str.replace(/"/g, '&quot;')
.replace(/"/g, '&quot;')
.replace(/'/g, '&#39;') .replace(/'/g, '&#39;')
.replace(/</g, '&lt;') .replace(/</g, '&lt;')
.replace(/>/g, '&gt;'); .replace(/>/g, '&gt;');

View file

@ -239,8 +239,7 @@
} }
function encodeUrlParam(str) { function encodeUrlParam(str) {
return str.replace(/&/g, '&amp;') return str.replace(/"/g, '&quot;')
.replace(/"/g, '&quot;')
.replace(/'/g, '&#39;') .replace(/'/g, '&#39;')
.replace(/</g, '&lt;') .replace(/</g, '&lt;')
.replace(/>/g, '&gt;'); .replace(/>/g, '&gt;');

View file

@ -190,8 +190,7 @@
return urlParams; return urlParams;
} }
function encodeUrlParam(str) { function encodeUrlParam(str) {
return str.replace(/&/g, '&amp;') return str.replace(/"/g, '&quot;')
.replace(/"/g, '&quot;')
.replace(/'/g, '&#39;') .replace(/'/g, '&#39;')
.replace(/</g, '&lt;') .replace(/</g, '&lt;')
.replace(/>/g, '&gt;'); .replace(/>/g, '&gt;');

View file

@ -218,8 +218,7 @@
} }
function encodeUrlParam(str) { function encodeUrlParam(str) {
return str.replace(/&/g, '&amp;') return str.replace(/"/g, '&quot;')
.replace(/"/g, '&quot;')
.replace(/'/g, '&#39;') .replace(/'/g, '&#39;')
.replace(/</g, '&lt;') .replace(/</g, '&lt;')
.replace(/>/g, '&gt;'); .replace(/>/g, '&gt;');

View file

@ -181,8 +181,7 @@
} }
function encodeUrlParam(str) { function encodeUrlParam(str) {
return str.replace(/&/g, '&amp;') return str.replace(/"/g, '&quot;')
.replace(/"/g, '&quot;')
.replace(/'/g, '&#39;') .replace(/'/g, '&#39;')
.replace(/</g, '&lt;') .replace(/</g, '&lt;')
.replace(/>/g, '&gt;'); .replace(/>/g, '&gt;');

View file

@ -173,8 +173,7 @@
} }
function encodeUrlParam(str) { function encodeUrlParam(str) {
return str.replace(/&/g, '&amp;') return str.replace(/"/g, '&quot;')
.replace(/"/g, '&quot;')
.replace(/'/g, '&#39;') .replace(/'/g, '&#39;')
.replace(/</g, '&lt;') .replace(/</g, '&lt;')
.replace(/>/g, '&gt;'); .replace(/>/g, '&gt;');

View file

@ -225,8 +225,7 @@
} }
function encodeUrlParam(str) { function encodeUrlParam(str) {
return str.replace(/&/g, '&amp;') return str.replace(/"/g, '&quot;')
.replace(/"/g, '&quot;')
.replace(/'/g, '&#39;') .replace(/'/g, '&#39;')
.replace(/</g, '&lt;') .replace(/</g, '&lt;')
.replace(/>/g, '&gt;'); .replace(/>/g, '&gt;');

View file

@ -217,8 +217,7 @@
} }
function encodeUrlParam(str) { function encodeUrlParam(str) {
return str.replace(/&/g, '&amp;') return str.replace(/"/g, '&quot;')
.replace(/"/g, '&quot;')
.replace(/'/g, '&#39;') .replace(/'/g, '&#39;')
.replace(/</g, '&lt;') .replace(/</g, '&lt;')
.replace(/>/g, '&gt;'); .replace(/>/g, '&gt;');

View file

@ -254,8 +254,7 @@
} }
function encodeUrlParam(str) { function encodeUrlParam(str) {
return str.replace(/&/g, '&amp;') return str.replace(/"/g, '&quot;')
.replace(/"/g, '&quot;')
.replace(/'/g, '&#39;') .replace(/'/g, '&#39;')
.replace(/</g, '&lt;') .replace(/</g, '&lt;')
.replace(/>/g, '&gt;'); .replace(/>/g, '&gt;');

View file

@ -239,8 +239,7 @@
} }
function encodeUrlParam(str) { function encodeUrlParam(str) {
return str.replace(/&/g, '&amp;') return str.replace(/"/g, '&quot;')
.replace(/"/g, '&quot;')
.replace(/'/g, '&#39;') .replace(/'/g, '&#39;')
.replace(/</g, '&lt;') .replace(/</g, '&lt;')
.replace(/>/g, '&gt;'); .replace(/>/g, '&gt;');

View file

@ -189,8 +189,7 @@
return urlParams; return urlParams;
} }
function encodeUrlParam(str) { function encodeUrlParam(str) {
return str.replace(/&/g, '&amp;') return str.replace(/"/g, '&quot;')
.replace(/"/g, '&quot;')
.replace(/'/g, '&#39;') .replace(/'/g, '&#39;')
.replace(/</g, '&lt;') .replace(/</g, '&lt;')
.replace(/>/g, '&gt;'); .replace(/>/g, '&gt;');

View file

@ -217,8 +217,7 @@
} }
function encodeUrlParam(str) { function encodeUrlParam(str) {
return str.replace(/&/g, '&amp;') return str.replace(/"/g, '&quot;')
.replace(/"/g, '&quot;')
.replace(/'/g, '&#39;') .replace(/'/g, '&#39;')
.replace(/</g, '&lt;') .replace(/</g, '&lt;')
.replace(/>/g, '&gt;'); .replace(/>/g, '&gt;');