[infinispan-issues] [JBoss JIRA] Created: (ISPN-784) In Memcached, negative items sizes in set/add should return CLIENT_ERROR
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Thu Nov 18 05:30:07 EST 2010
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.2.0.BETA1, 4.1.0.Final
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 4.2.0.CR1, 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: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list