Pavel Horal
Pavel Horal
This issue is in the application for some time and I was hoping someone else would report and possibly fix it.... did not happen, so here am I :). Already...
I have found out that on patch PAKs (PAKs with `_0_P` suffix) there can be files with offset -1 (i.e. not present?). My guess is those references are there as...
Our current data layer does not support query filters on array properties. For example the filter `tags eq 'hello'` should be able to match object `{ "tags": ["hello", "world"] }`....
I have came across strange `DEFAULT NULL` declarations in PostgreSQL schema (and derived H2 schema) on columns, where NULL value really does not make sense. I would love this to...
Current Oracle support was written for before Oracle added JSON support (12c). I think it is fairly safe to switch to JSON functions in a similar fashion as in PostgreSQL....
I have noticed that the UI artifacts contain their own copies of *trustedkeys.properties* file from wrensec-pgp-whitelist dependency. The issue probably is that pgpverify-maven-plugin adds this file as reactor artifact and...
Not sure what are the current benefits of using Jetty wrapped under [OPS4j Pax Web](https://github.com/ops4j/org.ops4j.pax.web) instead of simply using Http Service natively provided by Jetty. I would like to evaluate...
I would love to have a different logging subsystem. JULI (`java.util.logging`) is pretty cumbersome and have very limited logging feature support (e.g. no date based file rotation, multi-line logging format,...
I want to start a discussion about potentially migrating to JUnit 5. The main objective of this issue is to enumerate potential flaws of TestNG, benefits of JUnit 5 and...
### Context Authentication can have multiple modules participating on the authentication process. Those modules are handled by [FallbackAuthContext](https://github.com/WrenSecurity/wrensec-commons/blob/master/auth-filters/forgerock-authn-filter/forgerock-jaspi-runtime/src/main/java/org/forgerock/caf/authentication/framework/FallbackAuthContext.java), which goes through every module one by one until a successful authentication...