File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8872,7 +8872,7 @@ class CacheServiceClient {
88728872 maskSigUrl(url, urlType) {
88738873 const sigIndex = url.indexOf('sig=');
88748874 if (sigIndex !== -1) {
8875- const sigValue = url.substring(sigIndex + 4).split('&')[0] ;
8875+ const sigValue = url.substring(sigIndex + 4);
88768876 (0, core_1.setSecret)(sigValue);
88778877 const maskedUrl = `${url.substring(0, sigIndex + 4)}***`;
88788878 (0, core_1.debug)(`Masked ${urlType}: ${maskedUrl}`);
Original file line number Diff line number Diff line change @@ -8872,7 +8872,7 @@ class CacheServiceClient {
88728872 maskSigUrl(url, urlType) {
88738873 const sigIndex = url.indexOf('sig=');
88748874 if (sigIndex !== -1) {
8875- const sigValue = url.substring(sigIndex + 4).split('&')[0] ;
8875+ const sigValue = url.substring(sigIndex + 4);
88768876 (0, core_1.setSecret)(sigValue);
88778877 const maskedUrl = `${url.substring(0, sigIndex + 4)}***`;
88788878 (0, core_1.debug)(`Masked ${urlType}: ${maskedUrl}`);
Original file line number Diff line number Diff line change @@ -8872,7 +8872,7 @@ class CacheServiceClient {
88728872 maskSigUrl(url, urlType) {
88738873 const sigIndex = url.indexOf('sig=');
88748874 if (sigIndex !== -1) {
8875- const sigValue = url.substring(sigIndex + 4).split('&')[0] ;
8875+ const sigValue = url.substring(sigIndex + 4);
88768876 (0, core_1.setSecret)(sigValue);
88778877 const maskedUrl = `${url.substring(0, sigIndex + 4)}***`;
88788878 (0, core_1.debug)(`Masked ${urlType}: ${maskedUrl}`);
Original file line number Diff line number Diff line change @@ -8872,7 +8872,7 @@ class CacheServiceClient {
88728872 maskSigUrl(url, urlType) {
88738873 const sigIndex = url.indexOf('sig=');
88748874 if (sigIndex !== -1) {
8875- const sigValue = url.substring(sigIndex + 4).split('&')[0] ;
8875+ const sigValue = url.substring(sigIndex + 4);
88768876 (0, core_1.setSecret)(sigValue);
88778877 const maskedUrl = `${url.substring(0, sigIndex + 4)}***`;
88788878 (0, core_1.debug)(`Masked ${urlType}: ${maskedUrl}`);
You can’t perform that action at this time.
0 commit comments