Pavel Horal

Results 37 issues of Pavel Horal

Based on gitter question: URL based policy for `*://*:*/*?*` is not able to match queries containing question mark (e.g. `http://example.com/foo?bar?baz`), which are a valid URL. I was able to debug...

Seems like the current way to manipulate internal AM policies within the `sunamhiddenrealmdelegationservicepermissions` realm is through LDAP. Would be nice if those policies can be viewed and updated through REST...

enhancement

## Summary When in multi-master replication mode a single server is unreachable (socket connection has to timeout) it will cause replication server to not be able to accept any connection...

## Summary Current docker image bootstraps DS with hostname set to `localhost` - https://github.com/WrenSecurity/wrends/blob/b9af6473dd85fb55f62aa4adb4cab5389ff2fa4a/.docker/bootstrap/setup.sh#L36C4-L36C16. That is a sensible default for sandbox deployments. But we need to be able to setup...

Unit tests in opendj-server-legacy module are only executed with `precommit` maven profile. We don't have this profile in our [CI pipeline](https://github.com/WrenSecurity/wrends/blob/7800b7ef152e58e9f324f4c17e16290e1ee56935/.github/workflows/build.yml#L25) which is probably mistake. We need to fix unit...

:beetle: bug

Surefire's [`argLine`](https://github.com/WrenSecurity/wrends/blob/main/pom.xml#L248) configuration prevents JaCoCo plugin to correctly produce coverage report data. We should move that configuration to global properties (https://www.eclemma.org/jacoco/trunk/doc/prepare-agent-mojo.html). Running `mvn -Pmetrics test jacoco:report` has to produce coverage...

:beetle: bug

## Summary Connection handlers have too long and descriptive name with `Connection Handler` suffix. Connection handler names are used when referencing the handler so this makes all commands unnecessarily more...

:santa: enhancement

This PR fixes premature start of the glob stream which can lead to closing the resulting Transform stream before it is being properly processed by upstream components. This can lead...

### What were you expecting to happen? I have the following Vitest-based test in my project: ```ts import { pipeline } from 'streamx'; import globStream from 'glob-stream'; import toThrough from...

Just noticed that `identityServer.getProperty` has incorrect handling of function arguments. When using all 3 arguments the default value fallback can not work: https://github.com/WrenSecurity/wrenidm/blob/402d3b2afb197e141e5171ef84a75e53ba511b46/openidm-script/src/main/java/org/forgerock/openidm/script/impl/ScriptRegistryService.java#L653C21-L653C54 Probably bug of the following commit -...

bug