Mike Noordermeer

Results 2 issues of Mike Noordermeer

By default an `EwsSSLProtocolSocketFactory` [is configured](https://github.com/OfficeDev/ews-java-api/blob/master/src/main/java/microsoft/exchange/webservices/data/core/ExchangeServiceBase.java#L246), which uses an `EwsX509TrustManager`, which [accepts all self-signed certificates by default](https://github.com/OfficeDev/ews-java-api/blob/master/src/main/java/microsoft/exchange/webservices/data/core/EwsX509TrustManager.java#L81). This is a major security risk. Our ews-java-api repo is a bit out-of-date,...

enhancement

It seems the `@LIKE` processing, where it generates an `=` comparison instead of a `LIKE` when possible, is broken in the presence of escaped wildcard characters. If you provide `test\_test`...