Re: Serialization of equality filters broken?

2024-01-29 Thread Patrick Peer
, or need to compile the library myself. Cheers, Patrick Am Mi., 6. Dez. 2023 um 09:26 Uhr schrieb Patrick Peer : > Hi Emmanuel! > > > Side note: I'd be interested to know what is your usage of the LDAP API > > and why you picked it against other libs. Just for my personnal inter

Re: Serialization of equality filters broken?

2023-12-06 Thread Patrick Peer
ot;http://www.w3.org/2001/XMLSchema-instance;> > > > > > > > xsi:type="xsd:base64Binary">U29tZUFyYml0cmFyeUJlbmlnblN0cmluZw== > > > > > > As youc an imagine, "U29tZUFyYml0cmFyeUJlbmlnblN0cmluZw==" is > "

Re: Serialization of equality filters broken?

2023-12-05 Thread Patrick Peer
> String dsmlString = batchRequest.toDsml(); > > System.out.print( dsmlString ); > } > > which prints out the expected result: > > > > > > > SomeArbitraryBenignString > > > >

Serialization of equality filters broken?

2023-12-04 Thread Patrick Peer
pen a Jira issue, or is there an alternative/intended way to work around this? Cheers, Patrick Peer [1] @Test public void testMinimalEqualityRequest() throws Exception { SearchRequestDsml searchRequest = new SearchRequestDsml(LdapApiServiceFactory.getSingleton()); searchRequest.setFil

[jira] [Commented] (DIRAPI-379) NPE on ill formed error response

2021-10-18 Thread Patrick Peer (Jira)
[ https://issues.apache.org/jira/browse/DIRAPI-379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17430066#comment-17430066 ] Patrick Peer commented on DIRAPI-379: - I can parse the SOAP-Response and handle the error in my code

[jira] [Created] (DIRAPI-379) NPE on ill formed error response

2021-10-18 Thread Patrick Peer (Jira)
Patrick Peer created DIRAPI-379: --- Summary: NPE on ill formed error response Key: DIRAPI-379 URL: https://issues.apache.org/jira/browse/DIRAPI-379 Project: Directory Client API Issue Type: Bug