Niklas

Results 836 comments of Niklas

Appears to be caused by a behavior change in Jetty: https://github.com/jetty/jetty.project/issues/12162

There seem to be ways to make it behave like before, I'll ensure we ship a fix with the next bugfix release.

Just waiting for an Alpine release so we can pull the fix in. Will release v4.12.1 immediately afterwards, [it's ready otherwise](https://github.com/DependencyTrack/dependency-track/pull/4280).

@Yingrjimsch That is a different issue. `org.eclipse.jetty.io.EofException` basically means the client abandoned the connection before the server could send the complete response. Is that log always appearing when you request...

@peterloron Enterprises are more than welcome to contribute features they want :p In all seriousness, with both LDAP and OIDC available there is currently no plan to implement SAML support...

Abandoning this. We'll work towards removing Kafka entirely instead.

Can you try changing the policy operator from *All* to *Any*? With *All*, all conditions need to be met in order for a violation to be raised. Given you have...

Policies are currently only within the scope of individual components. So both conditions must be true for the same component in order for the policy to raise a violation. Project...

Thanks for reporting. Definitely an unintuitive gap right now. Ideally this should be configurable via environment variables **and** UI. If configured via env vars, the setting should be read-only in...

> but I expect that API server is a single instance Actually, you can scale the API server horizontally, too! The way concurrent scheduling of the same task is handled,...