You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
Stacktrace below, The issue is that HttpWebRequest.getContentEncoding() can return null, but null is not checked for in ServiceRequestBase.readResponse():369
With trace on, the response received was:
302 null
Server : BigIP
Connection : Close
Set-Cookie : LastMRH_Session=e8cc4bb9;path=/;secure,MRHSession=d37d34cd1b78cbca2a575266e8cc4bb9;path=/;secure,MRHSHint=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/
Content-Length : 0
Location : /my.policy
Caused by: microsoft.exchange.webservices.data.core.exception.service.remote.ServiceRequestException: The request failed. null at microsoft.exchange.webservices.data.core.request.SimpleServiceRequestBase.internalExecute(SimpleServiceRequestBase.java:74) at microsoft.exchange.webservices.data.core.request.MultiResponseServiceRequest.execute(MultiResponseServiceRequest.java:158) at microsoft.exchange.webservices.data.core.ExchangeService.bindToFolder(ExchangeService.java:505) at microsoft.exchange.webservices.data.core.ExchangeService.bindToFolder(ExchangeService.java:523) at microsoft.exchange.webservices.data.core.service.folder.Folder.bind(Folder.java:98) at microsoft.exchange.webservices.data.core.service.folder.Folder.bind(Folder.java:147) ... 9 more Caused by: java.lang.NullPointerException at microsoft.exchange.webservices.data.core.request.ServiceRequestBase.readResponse(ServiceRequestBase.java:369) at microsoft.exchange.webservices.data.core.request.SimpleServiceRequestBase.internalExecute(SimpleServiceRequestBase.java:63)