-
Need documentation on sessions and CSRF support. It seems like it was present at one point but got removed in the version 2.x.
-
Move the [`FinagleMDCAdapter`](https://github.com/twitter/finatra/blob/develop/inject/inject-slf4j/src/main/scala/com/twitter/inject/logging/FinagleMDCAdapter.scala) from Finatra to Finagle as it is u…
-
Issues resolving finatra feature test dependencies with a pants project.
### Expected behavior
I'm trying to run finatra feature testing with a project that uses pants, and I'm slightly confused…
-
I noticed that the $Version parameter in cookies causes (what I think is) unexpected behavior in Finatra's parsing of the cookies from the request.
Finatra / Finagle version: `19.6.0`.
### Expec…
-
When deserialising generic case classes which, in turn, contain fields with generic case classes, parsing fails with a `JsonMappingException`.
### Expected behavior
````scala
import com.twitter…
-
When running some Finatra feature tests in scala for a `TwitterServer`, permissions in the JVM [SecurityManager](https://docs.oracle.com/javase/8/docs/api/java/lang/SecurityManager.html) policy are no…
-
One line summary of the issue here.
### Expected behavior
As concisely as possible, describe the expected behavior.
### Actual behavior
As concisely as possible, describe the observed beha…
-
Jackson deserialisation issue: when using `Option[T]` as a field in a generic case class, `T` will always be deserialised as a `Map`.
### Expected behavior
````scala
import com.twitter.finatra.ja…
-
When I upgrade the Jackson to 2.11.0, the code can compile and all tests pass.
However, it throws this error for the example app after starts up:
```
$ sbt "project hello-world-example" run
[i…
xcv58 updated
4 years ago
-
While running `bloop compile` with v1.4.1 I got the following error that I have never seen before 🤔
```sh
java.lang.RuntimeException: java.lang.AssertionError: assertion failed: Expected protocol…