aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/test/java/org/sonarqube/ws/client/HttpConnectorTest.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* NO-JIRA Remove new code issues resulting from the update of the deprecated me...Matteo Mara2024-10-141-3/+15
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-141-1/+1
* SONAR-22039 Support new timeout propertiesJulien HENRY2024-04-151-1/+3
* SONAR-21857 fix ssflukasz-jarocki-sonarsource2024-03-191-2/+40
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-161-2/+2
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* SONAR-19418 Add debug logging in case error Scanner WS clientJacek Poreda2023-06-201-1/+3
* Update license templates for 2023Pierre2023-01-021-1/+1
* SONAR-17279 - Add ITs for scanning alerts in GitHub enterpriseKlaudio Sinani2022-10-071-0/+26
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-191-25/+26
* SONAR-14527 Use 30s write timeout when submitting scanner reportDuarte Meneses2021-03-031-0/+10
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-101-2/+2
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* SONAR-11113 Increase timeout for downloading pluginsEric Hartmann2018-10-101-0/+40
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* Fix build error with Maven 3.2.5Simon Brandhof2017-10-031-2/+3
* SONAR-9900 Support UTF-8 login and password in Java WS clientSimon Brandhof2017-10-021-0/+21
* SONAR-9301 Support HTTP redirect on scanner sideDuarte Meneses2017-09-151-0/+26
* SONAR-9741 add authentication by System PassCode to HttpConnectorSébastien Lesaint2017-09-131-0/+19
* SONAR-9740 support HTTP headers in API Request and sonar-wsSimon Brandhof2017-09-131-0/+31
* SONAR-9336 Fix infinite proxy authentication loopJulien HENRY2017-07-031-16/+49
* Revert "SONAR-9301 Support HTTP redirect on scanner side"Julien HENRY2017-06-011-26/+0
* SONAR-9301 Support HTTP redirect on scanner sideDuarte Meneses2017-05-241-0/+26
* SONAR-9155 Fix HTTPS proxy authenticationJulien HENRY2017-04-241-2/+10
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* SONAR-8545 Fix encoding of POST request parameters in ws-clientSimon Brandhof2017-01-061-1/+2
* SONAR-8351 share OkHttpClient utilitiesSimon Brandhof2016-11-091-4/+3
* SONAR-7741 remove support for Java 7 in HttpConnectorSébastien Lesaint2016-07-111-17/+4
* SONAR-7741 upgrade OK HTTP to 3.3.1Sébastien Lesaint2016-07-111-12/+12
* SONAR-7535 ws-client throws functional exception when the server URL is malfo...Teryk Bellahsene2016-05-061-15/+29
* SONAR-6948 Ability for Java server extensions to call web servicesSimon Brandhof2016-04-071-15/+15
* SONAR-7498 OkHttpClient doesn't use ssl socket factory by defaultSébastien Lesaint2016-04-051-2/+2
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* SONAR-7126 Scanner on Java 7 must support TLS 1.2 when connecting to SonarQub...Simon Brandhof2015-12-161-0/+37
* ws-client should not throw HttpException by defaultSimon Brandhof2015-12-021-36/+6
* SONAR-7054 use ws-client in batchSimon Brandhof2015-11-301-0/+297