Merge pull request #35 from imsglc/uri-upload

Uri upload
This commit is contained in:
mlyon-ims
2022-07-19 09:47:49 -04:00
committed by GitHub
2 changed files with 19 additions and 5 deletions
@@ -82,7 +82,7 @@ public class OB30Inspector extends VCInspector {
List<ReportItems> accumulator = new ArrayList<>();
int probeCount = 0;
try {
try {
//detect type (png, svg, json, jwt) and extract json data
probeCount++;
accumulator.add(new CredentialParseProbe().run(resource, ctx));