-
I used maven dependency to download and run the test, but get
cannot find symbol
symbol: class SparkSServer
When i exploded the downloaded jar , i see that SparkServer is not packaged in the jar …
-
### Version
- vert.x web: 3.2.1
### Context
It's standard practice during a user login to first invalidate the session and then populate session variables. Implementations in other platforms like PH…
-
Jade4J received a lot of fixes, some of which I needed. Please update the Jade4J dependency version of `spark-template-jade`.
For those interested in using a more recent Jade4J version than the one p…
-
`retz.bind` on the client side specifies the location of the Retz server. `retz.bind` on the server side specifies the interface to listen on. However, even when `http://localhost:9090` is specified, …
-
[ This is original description is in error - the bug is not before()/mime-type handling related ]
My HTML in static resources doesn't end in .html. I'm adding that with a filter.
```
public static v…
ph-hs updated
7 years ago
-
As stated [here](http://jade-lang.com/reference/code/), Jade supports the following syntax:
``` jade
-
var tmp = 12
h1= tmp
```
This syntax works on http://jade-lang.com/demo/ but not on http://na…
-
In the same class I map my get()s and so on, I map:
```
webSocket("/testsock", PingWebSocket.class);
// a bunch of get()s
init();
```
I am using this implementation: https://github.com/p…
-
Trying to set httponly flag throws exception
Works:
response.cookie("jwt","testcookie",86000,true);
Throws exception:
response.cookie("jwt","testcookie",86000,true,true);
java.lang.NullPointerExcep…
-
No release in over a year. Looks like this should be forked or handed over to someone else. Would the owner chime in? There are 58 open PRs.
-
# Description
We recently upgraded to Spark2.2 in preparation for multithreading our service.
However, we couldn't get any response from our routes whenever we had threadPool set to a value below 8 …