jfrog / artifactory-scripts

Scripts for Artifactory (Usually, for REST API), community driven.
Apache License 2.0
148 stars 166 forks source link

remove duplicate request #43

Closed avivbl closed 4 years ago

avivbl commented 4 years ago

With the removed line in place, every request is duplicate, for example: 20200413162059|2|REQUEST|0:0:0:0:0:0:0:1|admin|GET|/api/repositories|HTTP/1.1|200|0 20200413162059|1|REQUEST|0:0:0:0:0:0:0:1|admin|GET|/api/repositories|HTTP/1.1|200|0 or 20200413160551|2|REQUEST|0:0:0:0:0:0:0:1|admin|GET|/php-local/recentVuls.txt|HTTP/1.1|200|14941 20200413162751|3|REQUEST|0:0:0:0:0:0:0:1|admin|GET|/php-local/recentVuls.txt|HTTP/1.1|200|14941

Removing this line produced the same output, but with a single request for each artifact/repo