[
https://issues.jboss.org/browse/ISPN-3181?page=com.atlassian.jira.plugin....
]
Martin Gencur commented on ISPN-3181:
-------------------------------------
Not sure how to handle this cos users can still configure REPEATABLE_READ in the server.
Maybe the server should throw a warning when setting this or this configuration option
should be removed altogether.
Retrieving entries via REST doesn't work
----------------------------------------
Key: ISPN-3181
URL:
https://issues.jboss.org/browse/ISPN-3181
Project: Infinispan
Issue Type: Bug
Components: Server
Reporter: Jakub Markos
Assignee: Tristan Tarrant
Attachments: console_output.txt, server.log, standalone-dist.xml
Retrieving an entry stored via REST fails with 404 http response.
The test is located here:
https://code.engineering.redhat.com/gerrit/gitweb?p=jdg-functional-tests....
{code:java}
String fullPathKey = fullPathKey(KEY_A);
post(fullPathKey, "data", "application/text");
HttpResponse resp = get(fullPathKey, "data");
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira