mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-13 16:24:44 +00:00
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;
|
return res;
|
||||||
}
|
}
|
||||||
map = jwt.map;
|
map = jwt.map;
|
||||||
JsonTrackingParser.write(jwt.payload, "c:\\temp\\payload.json");
|
|
||||||
checkNamedProperties(jwt.getPayload(), prefix+"payload", "iss", "nbf", "vc");
|
checkNamedProperties(jwt.getPayload(), prefix+"payload", "iss", "nbf", "vc");
|
||||||
checkProperty(jwt.getPayload(), prefix+"payload", "iss", true, "String");
|
checkProperty(jwt.getPayload(), prefix+"payload", "iss", true, "String");
|
||||||
logError(1, 1, prefix+"JWT", IssueType.INFORMATIONAL, "The FHIR Validator does not check the JWT signature "+
|
logError(1, 1, prefix+"JWT", IssueType.INFORMATIONAL, "The FHIR Validator does not check the JWT signature "+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user