[cross-project-issues-dev] Proxy Testing Tool?

2015-06-09 Thread Marcel Bruch
Dear cross-projects, for the error reporting we use the Apache HTTP Client to send error reports to its REST server. We spotted an issue how we handle proxies that require authentication - but were unfortunately not yet able completely fix it. I wonder how other projects test proxied

Re: [cross-project-issues-dev] Signer failure - OCL RC4 late

2015-06-09 Thread Ed Willink
Hi OCL RC4 built and signed. Contribution imminent. Thanks Mikael. Regards Ed Willink On 09/06/2015 06:32, Ed Willink wrote: Hi https://bugs.eclipse.org/bugs/show_bug.cgi?id=469672 Regards Ed Willink On 08/06/2015 22:53, Ed Willink wrote: Hi The signer appears

Re: [cross-project-issues-dev] Proxy Testing Tool?

2015-06-09 Thread Igor Fedorenko
You can use jetty to create in-process http proxy servers. There is helper for this in m2e [1] and I think Tycho has something similar too. There is also MockWebServer from Square [2], which arguably gives you finer control over your test server behaviour. We use it to test some aspects of Aether

Re: [cross-project-issues-dev] Where's WindowBuilder?

2015-06-09 Thread Eric Clayberg
Thank you, Mark! I submitted two needed CQs, the IP log, and the release review docs. On Mon, Jun 8, 2015 at 10:53 PM, Mark R Russell mrruss...@google.com wrote: I have made good progress. I should have a build tomorrow. It is getting too late for me to work. I only have five more projects

Re: [cross-project-issues-dev] Almost all projects are ready for the June 10 release review

2015-06-09 Thread Goulwen Le Fur
Great, Thanks you. -- Goulwen Le Fur - goulwen.le...@obeo.fr Le 08/06/2015 18:32, Wayne Beaton a écrit : It was an oversight. My apologies. Thanks for looking. Wayne On 08/06/15 05:03 AM, Goulwen Le Fur wrote: Hi Wayne, I think that everything is ok for the EEF project

Re: [cross-project-issues-dev] Proxy Testing Tool?

2015-06-09 Thread Andreas Sewe
Hi all, a bit more info. To analyze the proxy issues plaguing Code Recommenders and the Automated Error Reporting, we have included a network communication test job in earlier RCs that just pinged a stats URI at download.eclipse.org using both Apache HttpComponents or ECF (through p2's

Re: [cross-project-issues-dev] Proxy Testing Tool?

2015-06-09 Thread Andreas Sewe
Hi Scott, For everyone's info, there's been a long discussion of what appear to be HttpComponents-based proxy difficulties on this bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=422665 yes, I am aware of that discussion. AFAIK, we never arrived at real test scenarios, though, which

Re: [cross-project-issues-dev] Proxy Testing Tool?

2015-06-09 Thread Scott Lewis
On 6/9/2015 9:49 AM, Andreas Sewe wrote: stuff deleted Code Recommenders and the Automated Error Reporting use HttpComponents internally, either directly or through Eclipse Aether (in Code Recommenders' case). We use ECF *only* for our communication test, as we got the impression that ECF is

Re: [cross-project-issues-dev] Proxy Testing Tool?

2015-06-09 Thread Scott Lewis
For everyone's info, there's been a long discussion of what appear to be HttpComponents-based proxy difficulties on this bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=422665 ECF (used for p2) has the ability to disable the default HttpComponents-based provider and use an JRE

Re: [cross-project-issues-dev] Proxy Testing Tool?

2015-06-09 Thread Brian de Alwis
I had a lot of problems updating an RCP product behind NTLM proxies. I initially tried disabling the use of the Apache HttpClient providers and using java.net.useSystemProxies, but the system proxy support doesn’t work with PAC files. I fortunately stumbled across the proxy-vole project

Re: [cross-project-issues-dev] Proxy Testing Tool?

2015-06-09 Thread Sievers, Jan
There is helper for this in m2e [1] and I think Tycho has something similar too. yes, Tycho uses something similar https://github.com/eclipse/tycho/blob/master/tycho-its/src/test/java/org/eclipse/tycho/test/TYCHO279HttpProxy/ProxySupportTest.java HTH Jan From: