[root]/modules/nhttp/src/org/apache/axis2/transport/nhttp
use charencoding with the new SOAP builder of Axis2
issue only a warning for connection reset by peer and not a error with a stack trace
16 lines of code changed in:
allow sample axis2 server a -xdebug option
fix SYNAPSE-71
2 lines of code changed in:
fix sample #50 for rampart outgoing messages with latest axis2 and rampart versions
3 lines of code changed in:
set eol-style=native for java, xml, html and properties files
eol-style=LF for sh and eol-style=CRLF for bat
0 lines of code changed in:
update and fix copyright notice to be correct
309 lines of code changed in:
Update to Axis2 1.2 level (i.e. trunk) SNAPSHOT - and update poms to generate synapse 1.0-rc1-snapshots
currently a possible axis2 addressing bug prevents normal synapse operation - will get it fixed on axis2 asap
19 lines of code changed in:
Apply patch from Oleg for enhanced logging of HttpCore classes used by the nhttp transport
https://issues.apache.org/jira/browse/SYNAPSE-70
Thanks Oleg
933 lines of code changed in:
show how to use client authentication and hostname verification with a commented out sample parameter in the axis2.xml
update to set the content type header for messages going out through the nio transport
5 lines of code changed in:
fix possible NPE for timeouts
5 lines of code changed in:
fix spelling (and hence functional) issue in picking up the correct hostname verifier
4 lines of code changed in:
Add client authentication (required, optional or none) support and hostname verification support. HostnameVerifier copied from not yet commons ssl temporarily
712 lines of code changed in:
capture stack trace into logs
1 lines of code changed in:
add throttle mediator
Throttle mediator can configure using policy
The syntax for it
<throttle><policy key=""/></throttle> OR <throttle><policy>InLineXML</policy></throttle>
5 lines of code changed in:
fixed a minor issue when getting Remote IPAddress
A fix for issue In JIRA SYNAPSE-57
4 lines of code changed in:
Allow Synapse to get notified of connection and send errors for load balancing etc from the non blocking transport
48 lines of code changed in:
Change the get-property XPath function to use two parameters – property name and scope
Improve Property mediator to reflect changes of get-property function
Change the implementation of Switch Mediator- remove switchcase mediator
add AnonymousList Mediator with Factory and Serializer
remove the Try Mediator
22 lines of code changed in:
update NIO transport to read and write back custom http headers on the responses
35 lines of code changed in:
update NIO transport to write back custom http headers set on the Axis2 message context and to make the remote party IP address available to the Axis2 MC for incoming requests
37 lines of code changed in:
detect default http and https port correctly from a url
12 lines of code changed in:
cleanup core/axis2 package and refactor some parts of the code
provide proper one-way (in-only) support for nio transport
54 lines of code changed in:
(12 more)