[ 
https://issues.apache.org/jira/browse/OLINGO-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Francesco Chicchiriccò updated OLINGO-272:
------------------------------------------

    Fix Version/s: V4 0.1.0

> 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
>             Fix For: V4 0.1.0
>
>
> 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