mendiCap

Results 6 comments of mendiCap

Any update on this? Am stuck here for some time, maybe downgrading to an older version?

@spencergibb I've forked the latest version of branch 4.1.x to test the changes so that I can continue testing my gateway. However, seems like the issue isn't quite fixed yet....

Currently I'm testing a 409. Do you know of a previous version this would work?

@spencergibb I managed to fix it with the following added catch method: ``` try { InputStream body = clientResponse.getBody(); // put the body input stream in a request attribute so...

@spencergibb Some context: I've an Angular frontend, Spring Backend, Oauth, and the gateway. The gateway handles the Oauth flow and routes requests to the frontend or backend. I've removed the...