You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Jiri Stary (JIRA)" <ji...@apache.org> on 2017/01/02 09:37:58 UTC

[jira] [Created] (IO-525) ValidatingObjectInputStream does not handle arrays of primitive types

Jiri Stary created IO-525:
-----------------------------

             Summary: ValidatingObjectInputStream does not handle arrays of primitive types
                 Key: IO-525
                 URL: https://issues.apache.org/jira/browse/IO-525
             Project: Commons IO
          Issue Type: Bug
    Affects Versions: 2.5
            Reporter: Jiri Stary


ValidatingObjectInputStream does not handle arrays and primitive types correctly. 

The current behaviour expects a classname, but for example for byte arrays it fails on unknown class with name [B

I would expect some possibility of whitelisting of primitive types and/or arrays



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)