-
##Hello, thank you for the exciting work.
I want to execute mvn eclipse:eclipse command to build Ninja as an Eclipse project, and then develope my own project in Eclipse, but I get the error flowing…
-
Hi, all.
There seems to be a problem with the date HTTP header response field. It contains the string formatted date twice.
>{'Content-Length': '31', 'Expires': 'Thu, 01 Jan 1970 00:00:00 GMT', 'Ser…
-
Hi, I have created a new appengine project using `mvn archetype:generate -DarchetypeGroupId=org.ninjaframework -DarchetypeArtifactId=ninja-appengine-blog-archetype`
On running `mvn appengine:devser…
-
Due to the call of stop() and close() the timer is calculated twice as close() calls stop() internally. If you create a simple @timed annotated controller method you can see that a single request resu…
-
-
Currently, when calling `Session#clear`, cookie domain is not set when it was set previously, thus cookie is not deleted in the client.
Here's how to reproduce it:
1) Configure cookie domain
```
# …
-
support for a global filter used in every request.
The actual method consist to create a BaseController using the "global" filter and to extend BaseController in every controller.
However, the fil…
-
It would be nice if exception message sent to BadRequest(String message) is not lost but logged and passed to 400badRequest.ftl.thml template.
I'm Ninja for just about 1 hour so far and still dont' u…
-
Complexity: Large
- Global filters, migrate existing session handling to simply be a default global filter (that can also be removed/replaced if needed).
- Global filters should be truly global, …
-
I'm new to FluentLenium, so I might be missing something.
FluentList has a bunch of methods that make it look like a FluentWebElement by delegating to the first element. e.g. `name(), text()`.
…