You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2024/01/16 07:15:00 UTC

[jira] [Commented] (NIFI-12612) Fix JASN1Reader to handle OBJECT IDENTIFIER

    [ https://issues.apache.org/jira/browse/NIFI-12612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17807072#comment-17807072 ] 

ASF subversion and git services commented on NIFI-12612:
--------------------------------------------------------

Commit d446c0c90b5eba3ff813f711c5a69d88e07bc988 in nifi's branch refs/heads/support/nifi-1.x from Tamas Palfy
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=d446c0c90b ]

NIFI-12612 In asn1 bundle handle OBJECT IDENTIFIER type as string.

Signed-off-by: Pierre Villard <pi...@gmail.com>

This closes #8247.


> 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
>            Assignee: Tamas Palfy
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)