Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
Any
Description
All the code related to HTTP Authentication is implemented in axis2_http_sender_send method. As a result, sender_send method has become very long and is difficult to maintain. Therefore HTTP Authentication code should be moved to separate methods and called from sender_send method.