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

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

     [ 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)