- 71a2040 [maven-release-plugin] prepare for next development iteration by Robert Lazarski · 3 years, 8 months ago
- 813906d [maven-release-plugin] prepare release v1.8.0 by Robert Lazarski · 3 years, 8 months ago v1.8.0
- 93d54be AXIS2-5999 fix unit tests by Robert Lazarski · 3 years, 10 months ago
- 57c32e7 AXIS2-5999 Return HTTP 404 instead 500 on 'The service cannot be found' by Robert Lazarski · 3 years, 10 months ago
- 58e171e AXIS2-5999 Return HTTP 404 instead 500 on 'The service cannot be found' by Robert Lazarski · 3 years, 10 months ago
- 73d03aa AXIS2-5959 rename CommonsHTTPTransportSenderTest to HTTPClient4TransportSenderTest by robert lazarski · 3 years, 11 months ago
- 663814a AXIS2-5959 comment cleanup by robert lazarski · 4 years ago
- 3069d17 Update XMLUnit by Andreas Veithen · 4 years, 3 months ago
- 223246c Update to a more recent servlet version by Andreas Veithen · 4 years, 3 months ago
- ffe6a39 Remove the getBytes method from MessageFormatter and always use writeTo. by Andreas Veithen · 6 years ago
- 2835949 Put the ConfigurationContext into the request scope and then get the service map from there. by Andreas Veithen · 8 years ago
- 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
- fb0e1b3 AXIS2-5661: Ignore empty values for the http.proxyPort system property. by Andreas Veithen · 8 years ago
- 32de433 Don't change system properties in JettyServer. by Andreas Veithen · 8 years ago
- 9c6bf66 Completely upgrade to the APIs supported by the latest HTTPClient 4.x version. by Andreas Veithen · 8 years ago
- 665bf38 Eliminate all usages of the deprecated HttpParams API. by Andreas Veithen · 8 years ago
- 8c31676 Eleminate usages of deprecated APIs. by Andreas Veithen · 8 years ago
- 5c5b88f Some code cleanup. by Andreas Veithen · 8 years ago
- 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
- ebc263e Unify the setTimeouts code. by Andreas Veithen · 8 years ago
- c2dbadb Unify the HTTP response processing. by Andreas Veithen · 8 years ago
- 2e8daab Some cleanup. by Andreas Veithen · 8 years ago
- f065ece Merge AbstractHTTPSender and HTTPSender into a single class. by Andreas Veithen · 8 years ago
- 328a139 Unify the obtainHTTPHeaderInformation code. by Andreas Veithen · 8 years ago
- 885fa9f Make the code a bit more generic so that we can eventually unify it. by Andreas Veithen · 8 years ago
- 61791ca Unify the CommonsTransportHeaders code. by Andreas Veithen · 8 years ago
- b351802 Store the HttpResponse in the Request implementation instead of passing it around. by Andreas Veithen · 8 years ago
- 725daf4 Use Axiom's Header class instead of NamedValue. by Andreas Veithen · 8 years ago
- 617e25e Remove unused code. by Andreas Veithen · 8 years ago
- 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
- 96f34b5 Don't store stuff in the message context unless necessary. by Andreas Veithen · 8 years ago
- c1532e7 Remove unnecessary code. by Andreas Veithen · 8 years ago
- 9e11837 Dismantle the populateCommonProperties methods. by Andreas Veithen · 8 years ago
- c09c3fa Streamline the GZIP request compression handling in the HTTP transport: by Andreas Veithen · 8 years ago
- 8a393a4 Remove unnecessary code. by Andreas Veithen · 8 years ago
- 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
- 557d025 Compute the content type only once. by Andreas Veithen · 8 years ago
- c4307e6 Streamline the code that enabled HTTP chunking. by Andreas Veithen · 8 years ago
- 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
- 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
- 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
- c412dff Simplify the authentication code. by Andreas Veithen · 8 years ago
- ffc7a49 Move the setAuthenticationInfo method to RequestImpl. by Andreas Veithen · 8 years ago
- d6864b1 Initialize HostConfiguration/HttpHost early. by Andreas Veithen · 8 years ago
- 698998e Move getHostConfiguration to RequestImpl. by Andreas Veithen · 8 years ago
- 7997cfd Reduce code duplication. by Andreas Veithen · 8 years ago
- 17d5733 Simplify some overengineered code. by Andreas Veithen · 8 years ago
- 240174a Move the executeMethod, handleRequest and cleanup methods to RequestImpl. by Andreas Veithen · 8 years ago
- 747b69e Unify the Request implementations; for each HTTPClient version, they are essentially the same. by Andreas Veithen · 8 years ago
- 78e33ea Reduce code duplication. by Andreas Veithen · 8 years ago
- f0bc792 Fix inconsistent argument ordering. by Andreas Veithen · 8 years ago
- 6e03d14 Remove unnecessary type parameters. by Andreas Veithen · 8 years ago
- 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
- efe556b Do URL mangling in the HTTPSender base class. by Andreas Veithen · 8 years ago
- 611d28c Unify the code that sets the Content-Type header. by Andreas Veithen · 8 years ago
- abd5d8c Improve encapsulation. by Andreas Veithen · 8 years ago
- 6abaf56 Remove unnecessary code. by Andreas Veithen · 8 years ago
- 8eef168 Unify the code that computes the SOAPAction header. by Andreas Veithen · 8 years ago
- 2b90a7e Compute the message formatter in the HTTPSender base class. by Andreas Veithen · 8 years ago
- 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
- 9c337cf Extract common code. by Andreas Veithen · 8 years ago
- 9fc2387 Remove old comments. by Andreas Veithen · 8 years ago
- 7d0c2a5 Rename some variables. by Andreas Veithen · 8 years ago
- ddda1c5 Remove unnecessary code. by Andreas Veithen · 8 years ago
- 02f6d38 Trivial refactoring: transform anonymous Request subclasses into named classes. by Andreas Veithen · 8 years ago
- 1567571 Trivial refactoring to start simplifying/unifying the HTTP transport code. by Andreas Veithen · 8 years ago
- b87e6fc AXIS2-5809: Ensure that connections are properly released. by Andreas Veithen · 8 years ago
- 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
- 81e32f2 AXIS2-5683: Fix a potential XSS vulnerability in ListingAgent. by Andreas Veithen · 9 years ago
- 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
- 2a3c059 Move JSP views to /WEB-INF/views. by Andreas Veithen · 9 years ago
- 62a999e Remove effectively unreachable code. by Andreas Veithen · 9 years ago
- 7163502 Revert r1527429 (AXIS2-5608). by Andreas Veithen · 9 years ago
- 9496629 Implement URL rewriting in the admin console so that it works with session cookies disabled. by Andreas Veithen · 9 years ago
- 7f4125f AXIS2-5761: Deprecate and move the Commons HttpClient 3.x based transport to a separate module. by Andreas Veithen · 9 years ago
- 72247e7 AXIS2-5761: Properly separate HttpClient 3.x and 4.x code. by Andreas Veithen · 9 years ago
- 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
- 9d97740 Adapt to changes in Axiom 1.3. by Andreas Veithen · 9 years ago
- ed7ee86 Clean up whitespace. by Andreas Veithen · 9 years ago
- 413255c Remove references to Axiom implementation classes. by Andreas Veithen · 9 years ago
- 8f17aab [maven-release-plugin] rollback changes from release preparation of 1_7 by Andreas Veithen · 9 years ago
- 3c01e3e [maven-release-plugin] prepare branch 1_7 by Andreas Veithen · 9 years ago
- c7d63bf Rolled back another failed attempt to create branch. by Andreas Veithen · 9 years ago
- 878cc62 [maven-release-plugin] prepare branch 1_7 by Andreas Veithen · 9 years ago
- 8e1cdeb Roll back failed attempt to create branch. by Andreas Veithen · 9 years ago
- 9785ee5 [maven-release-plugin] prepare branch 1_7 by Andreas Veithen · 9 years ago
- d150775 [maven-release-plugin] prepare for next development iteration by Andreas Veithen · 9 years ago
- 87bab6e [maven-release-plugin] prepare release v1.7.0 by Andreas Veithen · 9 years ago
- a23ab4f Make the root POM the parent POM. by Andreas Veithen · 9 years ago
- 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
- 4963c72 Speed up test execution. by Andreas Veithen · 10 years ago
- c222c05 Applying the patch https://issues.apache.org/jira/secure/attachment/12674478/AXIS2-5673.patch by Deepal Jayasinghe · 10 years ago
- 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
- 25ae0f1 applying the patch from AXIS2-5239, upgrading axis2 to use xmlschema2 by Kishanthan Thangarajah · 11 years ago
- 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
- 782d287 Removed duplicate dependency declaration. Maven 3 doesn't like that. by Andreas Veithen · 12 years ago
- c2f2b94 Applied patch for AXIS2-5520 by Sagara Gunathunga · 12 years ago
- 21d9ff8 AXIS2-5434: Moved the unit tests for the HTTP transport. by Andreas Veithen · 12 years ago
- 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
- 23dbbd2 AXIS2-5374 fixed . by Sagara Gunathunga · 12 years ago