Erlend Hamnaberg

Results 55 issues of Erlend Hamnaberg

When you have a namespace asigned to the root node default prefix like this. ``` xml ``` This translates into the Anti-xml tree ``` scala Elem(Some(""), "root", Attributes(), Map(("" ->...

When adding sources in different configurations: I would like to either ignore the source directly, or include the dependencies for all configurations. Example: adding integration tests. I would like to...

* Only send LastHttpContent if channel is active * Avoid async scheduling if possible

* Using apache.org for options does not seem to work. * Disabled an assertion which is system specific in SpnegoEngineTest * Add extra allowed dns message when on Java 11...

We should probably expose an api to set headers not just add. See for instance: https://github.com/unfiltered/unfiltered/blob/0.10.x/filter/src/main/scala/bindings.scala#L38

Now `HttpRequest[A]` and `HttpResponse[B]` are tightly integrated with `java.io.InputStream` and `java.io.OutputStream`, We should remove that hard requirement to be able to have a non-blocking interface. These operations should still be...

From RFC-7159: https://tools.ietf.org/html/rfc7159#section-8 >JSON text SHALL be encoded in UTF-8, UTF-16, or UTF-32. The default encoding is UTF-8, and JSON texts that are encoded in UTF-8 are interoperable in the...

low-hanging-fruit

We should be able to match on different resources paths than just the root + queried path.

low-hanging-fruit

This part of the Oauth2 spec was never finalized and we should remove it.

You cant really use the basic auth kit if you are using the Async or Future apis. We should support the different options to make them more useful.