dirichs

Results 5 issues of dirichs

Run-Jetty-Run always applies the VM argument `-XX:MaxPermSize=128m` when starting the web container. This argument is out-dated since Java 8 and leads to immediate termination of the Java process for more...

Deserialization of double values with code 0x5f was correct according to the Hessian specification, but the Java implementation does things differently. As I view it, this is a bug in...

UTF8 strings were not supported in the original code by villadora, but are the way to transmit strings in Hessian, according to the specification.

Fix for issue #11: HTTP authentication fails with TypeError

Using hessian-proxy with node.js v6.10.0, I get a TypeError when trying to establish a connection secured by BASIC authentication: > TypeError: First argument must be a string, Buffer, ArrayBuffer, Array,...