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)

Reply via email to