[infinispan-issues] [JBoss JIRA] (ISPN-3181) Retrieving entries via REST doesn't work

Jakub Markos (JIRA) jira-events at lists.jboss.org
Tue Jun 4 08:51:55 EDT 2013


Jakub Markos created ISPN-3181:
----------------------------------

             Summary: 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


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.git;a=blob;f=remote/core-tests/src/test/java/com/jboss/datagrid/test/rest/RESTClientTestCase.java;h=6c427c1251372ad0863d12b70998f64cb9adfe1a;hb=HEAD#l164

{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


More information about the infinispan-issues mailing list