1. 71a2040 [maven-release-plugin] prepare for next development iteration by Robert Lazarski · 3 years, 8 months ago
  2. 813906d [maven-release-plugin] prepare release v1.8.0 by Robert Lazarski · 3 years, 8 months ago v1.8.0
  3. 93d54be AXIS2-5999 fix unit tests by Robert Lazarski · 3 years, 10 months ago
  4. 57c32e7 AXIS2-5999 Return HTTP 404 instead 500 on 'The service cannot be found' by Robert Lazarski · 3 years, 10 months ago
  5. 58e171e AXIS2-5999 Return HTTP 404 instead 500 on 'The service cannot be found' by Robert Lazarski · 3 years, 10 months ago
  6. 73d03aa AXIS2-5959 rename CommonsHTTPTransportSenderTest to HTTPClient4TransportSenderTest by robert lazarski · 3 years, 11 months ago
  7. 663814a AXIS2-5959 comment cleanup by robert lazarski · 4 years ago
  8. 3069d17 Update XMLUnit by Andreas Veithen · 4 years, 3 months ago
  9. 223246c Update to a more recent servlet version by Andreas Veithen · 4 years, 3 months ago
  10. ffe6a39 Remove the getBytes method from MessageFormatter and always use writeTo. by Andreas Veithen · 6 years ago
  11. 2835949 Put the ConfigurationContext into the request scope and then get the service map from there. by Andreas Veithen · 8 years ago
  12. 56ace85 AXIS2-5846: Fix a local file inclusion vulnerability in SimpleHTTPServer. This occurs because axis2server.sh adds the root directory of the binary distribution to the class path, and SimpleHTTPServer doesn't limit the search for XSD/WSDL files to the service class loader. This means that axis2.xml is accessible remotely via a specially crafted query string (xsd=../conf/axis2.xml). by Andreas Veithen · 8 years ago
  13. fb0e1b3 AXIS2-5661: Ignore empty values for the http.proxyPort system property. by Andreas Veithen · 8 years ago
  14. 32de433 Don't change system properties in JettyServer. by Andreas Veithen · 8 years ago
  15. 9c6bf66 Completely upgrade to the APIs supported by the latest HTTPClient 4.x version. by Andreas Veithen · 8 years ago
  16. 665bf38 Eliminate all usages of the deprecated HttpParams API. by Andreas Veithen · 8 years ago
  17. 8c31676 Eleminate usages of deprecated APIs. by Andreas Veithen · 8 years ago
  18. 5c5b88f Some code cleanup. by Andreas Veithen · 8 years ago
  19. 582b836 Remove the initializeTimeouts code. We set timeouts on a per request basis anyway and we should definitely not change settings of the connection manager (which is shared by all requests) based on information from the MessageContext, i.e. on a per request basis. by Andreas Veithen · 8 years ago
  20. ebc263e Unify the setTimeouts code. by Andreas Veithen · 8 years ago
  21. c2dbadb Unify the HTTP response processing. by Andreas Veithen · 8 years ago
  22. 2e8daab Some cleanup. by Andreas Veithen · 8 years ago
  23. f065ece Merge AbstractHTTPSender and HTTPSender into a single class. by Andreas Veithen · 8 years ago
  24. 328a139 Unify the obtainHTTPHeaderInformation code. by Andreas Veithen · 8 years ago
  25. 885fa9f Make the code a bit more generic so that we can eventually unify it. by Andreas Veithen · 8 years ago
  26. 61791ca Unify the CommonsTransportHeaders code. by Andreas Veithen · 8 years ago
  27. b351802 Store the HttpResponse in the Request implementation instead of passing it around. by Andreas Veithen · 8 years ago
  28. 725daf4 Use Axiom's Header class instead of NamedValue. by Andreas Veithen · 8 years ago
  29. 617e25e Remove unused code. by Andreas Veithen · 8 years ago
  30. c7cec44 Always clean up the response immediately unless we successfully get the InputStrem and set it on the response message context. by Andreas Veithen · 8 years ago
  31. 96f34b5 Don't store stuff in the message context unless necessary. by Andreas Veithen · 8 years ago
  32. c1532e7 Remove unnecessary code. by Andreas Veithen · 8 years ago
  33. 9e11837 Dismantle the populateCommonProperties methods. by Andreas Veithen · 8 years ago
  34. c09c3fa Streamline the GZIP request compression handling in the HTTP transport: by Andreas Veithen · 8 years ago
  35. 8a393a4 Remove unnecessary code. by Andreas Veithen · 8 years ago
  36. 7a12afa Clean up the mess related to how we maintain the isAllowedRetry flag. This should also fix AXIS2-4021. by Andreas Veithen · 8 years ago
  37. 557d025 Compute the content type only once. by Andreas Veithen · 8 years ago
  38. c4307e6 Streamline the code that enabled HTTP chunking. by Andreas Veithen · 8 years ago
  39. 306da0d Make the HTTP transport code more generic so that we don't need a separate Java method per HTTP method. by Andreas Veithen · 8 years ago
  40. 22a9d88 Disable incorrect test that pretends to send a HEAD request, but then asserts that a POST request is received. by Andreas Veithen · 8 years ago
  41. 67cc106 Don't set the Host header ourselves, especially because the value is incorrect: it's missing the port number! Instead let HTTPClient do it. Note that HTTPClient 3.x ignores the provided Host header anyway and always sends a properly computed value. HTTPClient 4.x on the other hand happily sends the incorrect value. by Andreas Veithen · 8 years ago
  42. c412dff Simplify the authentication code. by Andreas Veithen · 8 years ago
  43. ffc7a49 Move the setAuthenticationInfo method to RequestImpl. by Andreas Veithen · 8 years ago
  44. d6864b1 Initialize HostConfiguration/HttpHost early. by Andreas Veithen · 8 years ago
  45. 698998e Move getHostConfiguration to RequestImpl. by Andreas Veithen · 8 years ago
  46. 7997cfd Reduce code duplication. by Andreas Veithen · 8 years ago
  47. 17d5733 Simplify some overengineered code. by Andreas Veithen · 8 years ago
  48. 240174a Move the executeMethod, handleRequest and cleanup methods to RequestImpl. by Andreas Veithen · 8 years ago
  49. 747b69e Unify the Request implementations; for each HTTPClient version, they are essentially the same. by Andreas Veithen · 8 years ago
  50. 78e33ea Reduce code duplication. by Andreas Veithen · 8 years ago
  51. f0bc792 Fix inconsistent argument ordering. by Andreas Veithen · 8 years ago
  52. 6e03d14 Remove unnecessary type parameters. by Andreas Veithen · 8 years ago
  53. 0236097 Create the AxisRequestEntity in the HTTPSender base class. That means that we no longer need to pass the MessageFormatter and SOAP action to the implementation. by Andreas Veithen · 8 years ago
  54. efe556b Do URL mangling in the HTTPSender base class. by Andreas Veithen · 8 years ago
  55. 611d28c Unify the code that sets the Content-Type header. by Andreas Veithen · 8 years ago
  56. abd5d8c Improve encapsulation. by Andreas Veithen · 8 years ago
  57. 6abaf56 Remove unnecessary code. by Andreas Veithen · 8 years ago
  58. 8eef168 Unify the code that computes the SOAPAction header. by Andreas Veithen · 8 years ago
  59. 2b90a7e Compute the message formatter in the HTTPSender base class. by Andreas Veithen · 8 years ago
  60. c6dacac Implement the HTTPClient entities as adapters instead of subclasses of AxisRequestEntity. This will allow us to construct the AxisRequestEntity in the shared code. by Andreas Veithen · 8 years ago
  61. 9c337cf Extract common code. by Andreas Veithen · 8 years ago
  62. 9fc2387 Remove old comments. by Andreas Veithen · 8 years ago
  63. 7d0c2a5 Rename some variables. by Andreas Veithen · 8 years ago
  64. ddda1c5 Remove unnecessary code. by Andreas Veithen · 8 years ago
  65. 02f6d38 Trivial refactoring: transform anonymous Request subclasses into named classes. by Andreas Veithen · 8 years ago
  66. 1567571 Trivial refactoring to start simplifying/unifying the HTTP transport code. by Andreas Veithen · 8 years ago
  67. b87e6fc AXIS2-5809: Ensure that connections are properly released. by Andreas Veithen · 8 years ago
  68. 88464be AXIS2-5757: Don't manage the httpcore version explictly; instead just use whatever version httpclient depends on. This makes it easier to change the httpclient version. by Andreas Veithen · 9 years ago
  69. 81e32f2 AXIS2-5683: Fix a potential XSS vulnerability in ListingAgent. by Andreas Veithen · 9 years ago
  70. 83c5f4c AXIS2-4739: Avoid creating HTTP sessions in pages that don't require login, as this may be used in session fixation attacks. by Andreas Veithen · 9 years ago
  71. 2a3c059 Move JSP views to /WEB-INF/views. by Andreas Veithen · 9 years ago
  72. 62a999e Remove effectively unreachable code. by Andreas Veithen · 9 years ago
  73. 7163502 Revert r1527429 (AXIS2-5608). by Andreas Veithen · 9 years ago
  74. 9496629 Implement URL rewriting in the admin console so that it works with session cookies disabled. by Andreas Veithen · 9 years ago
  75. 7f4125f AXIS2-5761: Deprecate and move the Commons HttpClient 3.x based transport to a separate module. by Andreas Veithen · 9 years ago
  76. 72247e7 AXIS2-5761: Properly separate HttpClient 3.x and 4.x code. by Andreas Veithen · 9 years ago
  77. 95c2346 AXIS2-5761: Switch to the HttpClient 4.x based HTTP transport as default and use it for all unit tests and samples. by Andreas Veithen · 9 years ago
  78. 9d97740 Adapt to changes in Axiom 1.3. by Andreas Veithen · 9 years ago
  79. ed7ee86 Clean up whitespace. by Andreas Veithen · 9 years ago
  80. 413255c Remove references to Axiom implementation classes. by Andreas Veithen · 9 years ago
  81. 8f17aab [maven-release-plugin] rollback changes from release preparation of 1_7 by Andreas Veithen · 9 years ago
  82. 3c01e3e [maven-release-plugin] prepare branch 1_7 by Andreas Veithen · 9 years ago
  83. c7d63bf Rolled back another failed attempt to create branch. by Andreas Veithen · 9 years ago
  84. 878cc62 [maven-release-plugin] prepare branch 1_7 by Andreas Veithen · 9 years ago
  85. 8e1cdeb Roll back failed attempt to create branch. by Andreas Veithen · 9 years ago
  86. 9785ee5 [maven-release-plugin] prepare branch 1_7 by Andreas Veithen · 9 years ago
  87. d150775 [maven-release-plugin] prepare for next development iteration by Andreas Veithen · 9 years ago
  88. 87bab6e [maven-release-plugin] prepare release v1.7.0 by Andreas Veithen · 9 years ago
  89. a23ab4f Make the root POM the parent POM. by Andreas Veithen · 9 years ago
  90. 743d2e5 Remove the OSGi metadata from axis2-transport-http. axis2-kernel is not an OSGi bundle, so axis2-transport-http can't be used as an OSGi bundle either. This should also fix AXIS2-5717. by Andreas Veithen · 10 years ago
  91. 4963c72 Speed up test execution. by Andreas Veithen · 10 years ago
  92. c222c05 Applying the patch https://issues.apache.org/jira/secure/attachment/12674478/AXIS2-5673.patch by Deepal Jayasinghe · 10 years ago
  93. eaee825 Removed the hack for AXIS2-3710. It is reasonable to require code running with a new major Axis2 release to conform to the Java EE specs (i.e. to override the GenericServlet#init(ServletConfig) method in a correct way). by Andreas Veithen · 11 years ago
  94. 25ae0f1 applying the patch from AXIS2-5239, upgrading axis2 to use xmlschema2 by Kishanthan Thangarajah · 11 years ago
  95. dabd1c4 fixing AXIS2-5608 by removing the specific check for JSESSIONID/axis_session and adding whatever the value(s) in the Set-Cookie header as session cookie by Kishanthan Thangarajah · 11 years ago
  96. 782d287 Removed duplicate dependency declaration. Maven 3 doesn't like that. by Andreas Veithen · 12 years ago
  97. c2f2b94 Applied patch for AXIS2-5520 by Sagara Gunathunga · 12 years ago
  98. 21d9ff8 AXIS2-5434: Moved the unit tests for the HTTP transport. by Andreas Veithen · 12 years ago
  99. f2c75b4 AXIS2-5434: Preparing to move the transports into the core: normalized the dependency management so that the parent POM doesn't declare any dependencies (which would apply to all Maven modules) and that dependency management entries don't specify any scope other than compile. That avoids subtle issues in modules inheriting from that parent POM. by Andreas Veithen · 12 years ago
  100. 23dbbd2 AXIS2-5374 fixed . by Sagara Gunathunga · 12 years ago