yada

borkdude 2018-01-16T17:48:26.000591Z

I get the same error message as #132 when requesting char-set wrapped in quotes:

$ curl -gv localhost:3700/api/echo -H “accept-charset: \“utf-8\“”
*   Trying ::1...
* TCP_NODELAY set
* Connected to localhost (::1) port 3700 (#0)
> GET /api/echo HTTP/1.1
> Host: localhost:3700
> User-Agent: curl/7.54.0
> Accept: */*
> accept-charset: “utf-8"
>
< HTTP/1.1 500 Internal Server Error
< Content-Type: text/plain
< Server: Aleph/0.4.4
< Connection: Keep-Alive
< Date: Tue, 16 Jan 2018 17:47:26 GMT
< content-length: 3626
<
java.lang.IllegalArgumentException: No implementation of method: :charset of protocol: #’yada.charset/Charset found for class: nil

borkdude 2018-01-16T17:48:54.000383Z

Should I file a new issue or comment under #132?

malcolmsparks 2018-01-16T17:50:22.000180Z

Raise a new issue. This needs fixing finally.

malcolmsparks 2018-01-16T17:50:28.000648Z

Thanks