[ https://issues.apache.org/jira/browse/OLINGO-272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13989359#comment-13989359 ]
Challen commented on OLINGO-272: -------------------------------- fixed in branch olingo272 > 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)