-
I set up the metrics module as described here: http://www.ninjaframework.org/documentation/basic_concepts/metrics.html
I want to time and meter a controller method:
```
@Metered @Timed
public …
-
Getting an ArrayIndexOutOfBoundsException when building okta-sdk-impl-0.7.0.pom
Downloading: https://repo.maven.apache.org/maven2/com/okta/sdk/okta-sdk-impl/0.7.0/okta-sdk-impl-0.7.0.pom
Downloade…
-
How do you feel about adopting one of the following signatures:
``` java
void handleRoute(Context context, RouteHandlerChain chain);
```
or my preference
``` java
void handleRoute(Context context);…
-
When I try to run quickstart archetype app, it builds and starts, but when I open http://localhost:8080 in my browser, i get `HTTP ERROR: 404`
Relevant part in the build log seems to be this:
``…
-
When switching between instances (e.g. same app but configured w/ different cookie encryption keys), we are sometimes getting 500 errors rather than the expected cleaning of the Ninja session.
Exam…
-
**Case:**
I have run the app by using command line then it worked perfectly, however, when I close the command line I get "502 Bag Gateway", which means the app stopped from working.
**Solution:**…
-
Hello,
I suppose this could be just a misunderstanding but I have a problem using the authenticity token with upload forms; I think the implementation of AuthenticityFilter needs to be changed.
Looki…
-
We have a goal to scan the top 1k of npm and maven for OSLS announcement. We need to actually do these scans and likely also a bit of curation on some of them to give people the flavor of the results.
-
Hey @raphaelbauer it looks like v6.2.0 never made it into maven central. Can you take a look?
-
I tried to save some session data via injecting Context and getting getSession(), but it doesn't work:
```
@RequestScoped
public class MuloqotAuthCtrl extends BaseController {
private final Cont…
dim-s updated
7 years ago