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 communication. Is there something like a “proxy simulator” or a set of test proxies you use? It would be great if others could share their setups. In case s/o has deeper knowledge in using the Apache HTTP Client APIs: the code we use to configure our HTTP proxy is in [1]. All insights are welcome. Thank you Marcel [1] https://git.eclipse.org/c/epp/org.eclipse.epp.logging.git/tree/bundles/org.eclipse.epp.logging.aeri.ui/src/org/eclipse/epp/internal/logging/aeri/ui/utils/Proxies.java <https://git.eclipse.org/c/epp/org.eclipse.epp.logging.git/tree/bundles/org.eclipse.epp.logging.aeri.ui/src/org/eclipse/epp/internal/logging/aeri/ui/utils/Proxies.java> —— Statistics for the latest RC: Number of requests with no authentication: P2: 3278 Apache: 3280 Number of requests with any (or unknown) authentication: P2: 74 Apache: 30 Number of requests with NTLM authentication: P2: 24 Apache: 6
_______________________________________________ cross-project-issues-dev mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
