Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-714

REST server shouldn't attempt to deserialize application/x-java-serialized-object mime type

XMLWordPrintable

    • Medium

      The REST server attempts to deserialize byte streams with mime type of application/x-java-serialized-object and store the deserialized object. This can lead to ClassNotFoundExceptions.

      Should instead attempt to store this as bytes and pass back accordingly. If, however, an object already exists on the server side as an object, it should be maintained on the server side in its deserialized form.

            manik_jira Manik Surtani (Inactive)
            manik_jira Manik Surtani (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: