Anne Borcherding

Results 41 comments of Anne Borcherding

Have you checked the communication between VEGA and your application for example by using wireshark? Through analyzing the messages sent and recieved you might find out if the problem is...

Could you check if VEGA adds the correct header to the requests? And could you maybe check if the application answers with the 403 response codes as you have mentioned?

Thanks for checking! Is VEGA actually calling the secured paths during the test or is it maybe ignoring these URLs?

Could you enter one of those paths as base URI to check if VEGA will use it in this case? Another possible check would be to add the paths to...

VEGA is not establishing a new connection after the old one has been closed? I remember seeing some of these warnings before without having any issues with it. I don't...

If you don't mind touching the source code, I would suggest just to suppress the corresponding exceptions if it is caused by an HTTP Status 400. For this, you would...

Have you looked at that file? What does it say? There are also other open issues with similar description, maybe you could have a look at these as well. In...

Have you tried the steps that have been proposed here: #177 ?

Which version of java are you using? Looks like you hit [this issue](https://bugs.eclipse.org/bugs/show_bug.cgi?id=502108). I would recommend using version 8 or lower (see also #165)