commit | 721b0ceaa36f45945b27fa7a698a9c3ebf9c5837 | [log] [tgz] |
---|---|---|
author | Bill Blough <billblough@apache.org> | Tue Dec 04 02:54:53 2018 +0000 |
committer | Bill Blough <billblough@apache.org> | Tue Dec 04 02:54:53 2018 +0000 |
tree | b8c26ada53d5333328568e2e454bb54de20d42d7 | |
parent | bb3bf5b2b58efa18bf10382ae415b12d356743b1 [diff] |
Fix client response status/header buffer issues Fix buffer overflows in axis2_http_client_receive_header and axis2_http_client_connect_ssl_host when reading response status and headers. Also, increase allowed header length to 4096, in accordance with RFC2109. Jira: AXISC-1415, AXISC-1511, AXISC-1661