-
What's the timeline for HTTP/2 support in finatra? I heard that HTTP/2 support is in progress from @cacoco on gitter but couldn't find any issues that were tracking it's progress.
-
When using TestInjector to inject Module with Boolean flag, default value was never used and is always returning true. The default value is correct when injecting in finatra http or thrift server.
…
-
-
[fix HttpHeaders's Date locale problem](https://github.com/twitter/finatra/pull/312)
It comes again in v2.4. I think this could fix this problem:
```
diff --git a/http/src/main/scala/com/twitter/fin…
-
ResponseBuilder.fileOrIndex(file, index) doesn't validate when file exists.
### Expected behavior
When file doesn't exists, Finatra should provide index.
### Actual behavior
The method fileOrIndex p…
-
Hello,
This is a pretty strange bug report but after upgrading to `0.0.4` we're seeing the following errors when generating coverageReports with scoverage. This is with finagle 6.40 and scalatest 3.…
-
Hi ,
I would like to know if there is a way to install Finatra in systems without internet access. Is there like an installable. I would like to install finatra in a private network which does not …
-
I am not using zipkin and I wonder how I can disable it? I get a lot of exceptions looking like this:
`
ChannelStatsHandler caught an exception
java.net.ConnectException: Connection refused: localh…
-
How come Finatra executes perfectly in my IDE IDEA 2016.2.14, but no fails from the command line?
Sorry it is [my demonstration project](https://github.com/peterpilgrim/credit-suisse-crowd-funding/bl…
-
A trailing slash gets appended when running feature tests.
### Expected behavior
The request url should be the same as entered into the test and should not falsely append a trailing slash.
##…