-
I have a couple of mustache files stored in `resources/mustache`. I have set `-Dlocal_docroot=resources` and `-Dtemplate_path=mustache/` when running my finatra server.
Whenever I load a partial (whi…
yuzeh updated
11 years ago
-
Doing this:
render.status(HttpResponseStatus.MOVED_PERMANENTLY.getCode).header("Location", redirectUrl).toFuture
does not work because of the missing body. Responds with a 500 instead.
-
I am unable to use a Map as the template input parameter:
```
template.execute(writer,Map("name"->"Bob")).close()
```
Where `template` is the result from `compile`. It works find with an object crea…
-
-
Upon booting twitter-server, I get:
```
java.util.ServiceConfigurationError: com.twitter.finagle.http.HttpMuxHandler: Provider com.twitter.finagle.stats.MetricsExporter could not be instantiated: jav…
-
probably due to the m4 changes
-
Seems to be an incompatibility between bsd and gnu version of sed
-
1.1.1 has a bunch of goodies over 0.2.4 and is available on Maven Central.
-
There should be a possibility to define custom error handler for specified exception.
Right now it is possible to define custom filter as a workaround but this could be simplified.
-
There should be a possibility to serve static resources
- Images
- CSS files
- JS files
- etc.