Tamas Palfy created NIFI-12612:
----------------------------------
Summary: Fix JASN1Reader to handle OBJECT IDENTIFIER
Key: NIFI-12612
URL: https://issues.apache.org/jira/browse/NIFI-12612
Project: Apache NiFi
Issue Type: Bug
Reporter: Tamas Palfy
OBJECT IDENTIFIER is a special asn1 type that is not recognized by JASN1Reader.
Instead it tries to handle it as a Record as a fallback.
The fix would be to simply treat (convert really) OBJECT IDENTIFIER types as
strings.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)