finatra icon indicating copy to clipboard operation
finatra copied to clipboard

Fast, testable, Scala services built on TwitterServer and Finagle

Results 14 finatra issues
Sort by recently updated
recently updated
newest added

**Describe the bug** PathPattern calls QueryStringDecoder.decodeComponent, which replaces '+' to ' '. This behavior is expected in query strings, but not in path strings. (FYI, QueryStringDecoder.decodeComponent has an overloaded version...

## Background Context I'm working in a hosting environment that at a high level works like this: - Load balancer monitors `/health` endpoint, exposed via admin port, to identify if...

Is seems impossible to remove/restrict the access to some admin routes. I think about ressource like registry.json that we don't want everyone to access. In that case we must desactivate...

**Describe the bug** I cannot output MDC content in logs if the log backend is `log4j2`. **To Reproduce** ```scala object MyAppMain extends MyApp class MyApp extends HttpServer with Logging {...