]
Galder Zamarreño updated ISPN-784:
----------------------------------
Fix Version/s: 4.2.0.CR2
(was: 4.2.0.CR1)
In Memcached, negative items sizes in set/add should return
CLIENT_ERROR
------------------------------------------------------------------------
Key: ISPN-784
URL:
https://jira.jboss.org/browse/ISPN-784
Project: Infinispan
Issue Type: Bug
Components: Cache Server
Affects Versions: 4.1.0.Final, 4.2.0.BETA1
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 4.2.0.CR2, 4.2.0.Final
our server:
$ echo -e "set issue70 0 0 -1\r" | nc localhost 11211
SERVER_ERROR org.infinispan.server.core.ServerException:
java.lang.NegativeArraySizeException
original memcached implementation:
$ echo -e "set issue70 0 0 -1\r" | nc localhost 11212
CLIENT_ERROR bad command line format
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: