-
Unfortunately, we have a critical security issue in pac4j v1.9.2 and v1.9.3, if you use `DbAuthenticator` or `MongoAuthenticator` and the default password encoder `NopPasswordEncoder`.
You MUST upgra…
-
Hi,
after upgrading jooby (1.0.0.CR6 → 1.0.0.CR8) some of my endpoint paths are not recognized anymore.
For example when I wanted to pass param with defined first letter and number length I used to c…
-
Using jooby-maven-plugin debug mode does not seems to work anymore since version 1.0.0.CR6
`Listening for transport dt_socket at address: 8000` log does not appear anymore when launching jooby:run an…
-
I've been unable to find a way of getting square brackets to render in my template with handlebars.java.
e.g. create table [{{table_name}}] -> create table [employees]
It seems to be supported in …
-
jooby http://jooby.org/ での利用はできますでしょうか?
joobyのmoduleにしないとできないでしょうか?
-
Working with multiple module dependencies and jooby:run does not work.
I have the following project structure:
parent-project
|_model
|_service
|_app (contains jooby project)
- model, service and…
-
I was able to effectively execute an XSS in Jooby 404 page
to reproduce the vulnerability : `http://127.0.0.1/404alert('xss');`
Adding XSS filter will solve the issue.
-
When running:
`mvn jooby:run`
And exiting with CTRL+C, the process does not get killed and application is still available.
Is there a proper way to stop the server while running jooby:run ?
-
Yesterday I was doing comparison of all 3 servers: Netty, Jetty and Undertow. By the way Undertow is the fastest one, Netty is next, last is Jetty. Really small difference: 7300req/s - 6300req/s. For …
-
The following formulae don't have head spec, while their description says that they have the own repository on Github.
I will make PR for each formula when I have time, but I would greatly apprecia…