Hi Daniel,

It is a NPE in cookies without domain, will be fixed for next release


Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://rmannibucau.metawerx.net/> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
<https://www.packtpub.com/application-development/java-ee-8-high-performance>


Le ven. 20 déc. 2019 à 17:20, Daniel Cunha <daniels...@apache.org> a écrit :

> Hi folks,
>
> I'm trying configure a proxy with meecrowave, I can see the test working
> fine:
>
> https://github.com/apache/openwebbeans-meecrowave/blob/master/meecrowave-proxy/src/test/java/org/apache/meecrowave/proxy/servlet/ProxyServletTest.java
>
> I'm try creating a route like:
>
> {
>   "id": "example-route",
>   "requestConfiguration": {
>     "method": "GET",
>     "prefix": "/"
>   },
>   "responseConfiguration": {
>     "target": "http://example.com/";
>   }
> }
>
> It is not working. Something wrong in my configuration?
> I'm getting always timeout for it, but I'm using the default values for
> timeouts.
>
> --
> Daniel "soro" Cunha
> https://twitter.com/dvlc_
>

Reply via email to