You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Challen (JIRA)" <ji...@apache.org> on 2014/05/04 11:34:14 UTC

[jira] [Created] (OLINGO-272) https authentication request results in NonRepeatableRequestException

Challen created OLINGO-272:
------------------------------

             Summary: https authentication request results in NonRepeatableRequestException
                 Key: OLINGO-272
                 URL: https://issues.apache.org/jira/browse/OLINGO-272
             Project: Olingo
          Issue Type: Bug
          Components: odata4-client
    Affects Versions: V4 0.1.0
            Reporter: Challen


step1, 
client.getConfiguration().setHttpClientFactory( new BasicAuthHttpClientFactory("xxxusername ", "xxxxpassword"));
step2, 
final ODataEntityCreateRequest<ODataEntity> createDraftReq = client.getCUDRequestFactory().getEntityCreateRequest(createDraftUriBuilder.build(), draft);
final ODataEntityCreateResponse<ODataEntity> createDraftRes = createDraftReq.setFormat(format);
createDraftReq.execute();
Actual: NonRepeatableRequestException (guess it is because of login retry).
Expected: no exception.



--
This message was sent by Atlassian JIRA
(v6.2#6252)