[infinispan-issues] [JBoss JIRA] Created: (ISPN-714) REST server shouldn't attempt to deserialize application/x-java-serialized-object mime type

Manik Surtani (JIRA) jira-events at lists.jboss.org
Tue Oct 19 13:20:54 EDT 2010


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

                 Key: ISPN-714
                 URL: https://jira.jboss.org/browse/ISPN-714
             Project: Infinispan
          Issue Type: Feature Request
          Components: Cache Server
    Affects Versions: 4.1.0.Final, 4.0.0.Final
            Reporter: Manik Surtani
            Assignee: Manik Surtani
             Fix For: 4.2.0.BETA1, 4.2.0.Final


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.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list