SHCParser file cleanup (#640)
* Use File.createTempFile to manage SHCParser payload writing * Undo auto-reorg imports * Remove JsonTrackingParser.write
This commit is contained in:
parent
52cbe69651
commit
83b1702cc5
|
@ -97,7 +97,7 @@ public class SHCParser extends ParserBase {
|
|||
return res;
|
||||
}
|
||||
map = jwt.map;
|
||||
JsonTrackingParser.write(jwt.payload, "c:\\temp\\payload.json");
|
||||
|
||||
checkNamedProperties(jwt.getPayload(), prefix+"payload", "iss", "nbf", "vc");
|
||||
checkProperty(jwt.getPayload(), prefix+"payload", "iss", true, "String");
|
||||
logError(1, 1, prefix+"JWT", IssueType.INFORMATIONAL, "The FHIR Validator does not check the JWT signature "+
|
||||
|
|
Loading…
Reference in New Issue