[jira] [Created] (TS-2945) balancer plugin forward to other port than 80

2014-07-18 Thread Thibault Marquand (JIRA)
Thibault Marquand created TS-2945:
-

 Summary: balancer plugin forward to other port than 80
 Key: TS-2945
 URL: https://issues.apache.org/jira/browse/TS-2945
 Project: Traffic Server
  Issue Type: Improvement
  Components: Plugins
Reporter: Thibault Marquand


The balancer plugin can't load-balancer on other ports than 80




--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (TS-2945) balancer plugin forward to other port than 80

2014-07-18 Thread Thibault Marquand (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-2945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thibault Marquand updated TS-2945:
--

Description: 
The balancer plugin can't load-balancer on other ports than 80.

In documentation of the plugin, there is nothing about how to load-balance on 
others ports.
Syntax in remap.config :
map http://foo.com http://foo.com @plugin=balancer.so @pparam=--policy=hash,url 
@pparam=one.bar.com @pparam=two.bar.com

I obviously try this : 
map http://foo.com http://foo.com @plugin=balancer.so @pparam=--policy=hash,url 
@pparam=one.bar.com:8080 @pparam=two.bar.com:8080

But ATS continue to hit on port 80 on my web server and in error.log I get this 
:
status 502 (Connect Error ) for 
'http://two.bar.com:8080/'

  was:
The balancer plugin can't load-balancer on other ports than 80



> balancer plugin forward to other port than 80
> -
>
> Key: TS-2945
> URL: https://issues.apache.org/jira/browse/TS-2945
> Project: Traffic Server
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Thibault Marquand
>
> The balancer plugin can't load-balancer on other ports than 80.
> In documentation of the plugin, there is nothing about how to load-balance on 
> others ports.
> Syntax in remap.config :
> map http://foo.com http://foo.com @plugin=balancer.so 
> @pparam=--policy=hash,url @pparam=one.bar.com @pparam=two.bar.com
> I obviously try this : 
> map http://foo.com http://foo.com @plugin=balancer.so 
> @pparam=--policy=hash,url @pparam=one.bar.com:8080 @pparam=two.bar.com:8080
> But ATS continue to hit on port 80 on my web server and in error.log I get 
> this :
> status 502 (Connect Error ) for 
> 'http://two.bar.com:8080/'



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TS-1475) static analysis: clean up all clang and coverity reports

2014-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14066521#comment-14066521
 ] 

ASF subversion and git services commented on TS-1475:
-

Commit e8bdd466c70e1940471f6adf1cb77f0362e1c91e in trafficserver's branch 
refs/heads/master from [~psudaemon]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=e8bdd46 ]

TS-1475: fix clang warning


> static analysis: clean up all clang and coverity reports
> 
>
> Key: TS-1475
> URL: https://issues.apache.org/jira/browse/TS-1475
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Cleanup
>Affects Versions: 3.3.0
>Reporter: Zhao Yongming
> Fix For: sometime
>
>
> the new report is in http://people.apache.org/~igalic/checks/ats/latest/ and 
> I will open more sub tasks



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Created] (TS-2946) Core dump in snprintf

2014-07-18 Thread Sudheer Vinukonda (JIRA)
Sudheer Vinukonda created TS-2946:
-

 Summary: Core dump in snprintf
 Key: TS-2946
 URL: https://issues.apache.org/jira/browse/TS-2946
 Project: Traffic Server
  Issue Type: Bug
  Components: Core
Reporter: Sudheer Vinukonda


While fixing TS-2938, ran into another core dump with the below stack trace. 
server_request object seems corrupted even in this stack trace, just like 
TS-2938. Investigating further.

{code}
(gdb) #0  0x003ca2044283 in vfprintf () from /lib64/libc.so.6
#1  0x003ca206f9d2 in vsnprintf () from /lib64/libc.so.6
#2  0x003ca204f4a3 in snprintf () from /lib64/libc.so.6
#3  0x00648724 in ink_fast_ltoa (heap=0x2b7682cd0010, 
mh=0x2b7682cd00c8, field=0x2b7682cd0298, value=) at 
../../lib/ts/ink_string.h:449
#4  mime_format_int64 (heap=0x2b7682cd0010, mh=0x2b7682cd00c8, 
field=0x2b7682cd0298, value=) at MIME.cc:2810
#5  mime_field_value_set_int64 (heap=0x2b7682cd0010, mh=0x2b7682cd00c8, 
field=0x2b7682cd0298, value=) at MIME.cc:2064
#6  0x005de7f0 in value_set_int64 (request_sent_time=1405317978, 
response_received_time=1405317978, now=1405663927, base=, 
outgoing=0x2b7679272418)
at ../../proxy/hdrs/MIME.h:817
#7  value_set_int64 (request_sent_time=1405317978, 
response_received_time=1405317978, now=1405663927, base=, 
outgoing=0x2b7679272418) at ../../proxy/hdrs/MIME.h:1334
#8  set_age (request_sent_time=1405317978, response_received_time=1405317978, 
now=1405663927, base=, outgoing=0x2b7679272418) at 
../../proxy/hdrs/MIME.h:1548
#9  HttpTransactHeaders::insert_time_and_age_headers_in_response 
(request_sent_time=1405317978, response_received_time=1405317978, 
now=1405663927, base=, 
outgoing=0x2b7679272418) at HttpTransactHeaders.cc:754
#10 0x005c0aca in HttpTransact::build_response (s=0x2b7679271d38, 
base_response=0x2b777d8b90b8, outgoing_response=0x2b7679272418, 
outgoing_version=, 
status_code=HTTP_STATUS_NONE, reason_phrase=0x755b4b "None") at 
HttpTransact.cc:7772
#11 0x005d4b84 in HttpTransact::build_response_from_cache 
(s=0x2b7679271d38, warning_code=HTTP_WARNING_CODE_NONE) at HttpTransact.cc:2869
#12 0x005d6858 in HttpTransact::HandleCacheOpenReadHit 
(s=0x2b7679271d38) at HttpTransact.cc:2755
#13 0x005922a6 in HttpSM::call_transact_and_set_next_state 
(this=0x2b7679271cd0, f=) at HttpSM.cc:6788
#14 0x005ac562 in HttpSM::handle_api_return (this=0x2b7679271cd0) at 
HttpSM.cc:1505
#15 0x005a49e0 in HttpSM::state_api_callout (this=0x2b7679271cd0, 
event=0, data=0x0) at HttpSM.cc:1437
#16 0x005aa402 in HttpSM::set_next_state (this=0x2b7679271cd0) at 
HttpSM.cc:6830
#17 0x005ac562 in HttpSM::handle_api_return (this=0x2b7679271cd0) at 
HttpSM.cc:1505
#18 0x005a49e0 in HttpSM::state_api_callout (this=0x2b7679271cd0, 
event=0, data=0x0) at HttpSM.cc:1437
#19 0x005aa402 in HttpSM::set_next_state (this=0x2b7679271cd0) at 
HttpSM.cc:6830
#20 0x005ac562 in HttpSM::handle_api_return (this=0x2b7679271cd0) at 
HttpSM.cc:1505
#21 0x005a49e0 in HttpSM::state_api_callout (this=0x2b7679271cd0, 
event=0, data=0x0) at HttpSM.cc:1437
#22 0x005a7810 in do_api_callout (this=0x2b7679271cd0, event=, data=0xb050) at HttpSM.cc:444
#23 setup_cache_lookup_complete_api (this=0x2b7679271cd0, event=, data=0xb050) at HttpSM.cc:2403
#24 HttpSM::state_cache_open_read (this=0x2b7679271cd0, event=, data=0xb050) at HttpSM.cc:2459
#25 0x005a7518 in HttpSM::main_handler (this=0x2b7679271cd0, 
event=1103, data=0xb050) at HttpSM.cc:2501
#26 0x00585882 in handleEvent (this=0x2b76792736a0, event=1103, 
data=0xb050) at ../../iocore/eventsystem/I_Continuation.h:146
#27 HttpCacheSM::state_cache_open_read (this=0x2b76792736a0, event=1103, 
data=0xb050) at HttpCacheSM.cc:137
#28 0x006dc0ee in Cache::open_read (this=, 
cont=0x2b76792736a0, key=, request=0x2b76792723d8, 
params=0x2b7679271db0, 
type=, 
hostname=0x2b7659b96150 
"ads.unister-gmbh.denewsletter_img/aidude/template/countdown/stdblue/countdown63.gifin-den-urlaub-deals.de%2Ftime_2014-07-09_2014-07-16_H_stdblue.gif&t=1405663926&ttl=4492800&sig=DtpLmS6SPFs7BWU7bvb5IA"...,
 host_len=19) at CacheRead.cc:143
#29 0x006bcd2d in open_read (this=, 
cont=0x2b76792736a0, url=0x2b76792723f0, cluster_cache_local=, request=0x2b76792723d8, 
params=0x2b7679271db0, pin_in_cache=0, type=CACHE_FRAG_TYPE_HTTP) at 
P_CacheInternal.h:1079
#30 CacheProcessor::open_read (this=, cont=0x2b76792736a0, 
url=0x2b76792723f0, cluster_cache_local=, 
request=0x2b76792723d8, params=0x2b7679271db0, 
pin_in_cache=0, type=CACHE_FRAG_TYPE_HTTP) at Cache.cc:3440
#31 0x00585334 in do_cache_open_read (this=0x2b76792736a0, url=, hdr=, params=, 
pin_in_cache=)
at HttpCacheSM.cc:216
#32 HttpCacheSM::open_read (this=0x2b7679

[jira] [Commented] (TS-2946) Core dump in snprintf

2014-07-18 Thread Sudheer Vinukonda (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-2946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14066696#comment-14066696
 ] 

Sudheer Vinukonda commented on TS-2946:
---

Some relavant gdb output:

{code}
(gdb) frame 10
#10 0x005c0aca in HttpTransact::build_response (s=0x2b7679271d38, 
base_response=0x2b777d8b90b8, outgoing_response=0x2b7679272418, 
outgoing_version=, 
status_code=HTTP_STATUS_NONE, reason_phrase=0x755b4b "None") at 
HttpTransact.cc:7772
7772HttpTransact.cc: No such file or directory.
in HttpTransact.cc
(gdb) p s->hdr_info.server_request.m_http
$11 = (HTTPHdrImpl *) 0x2b7682cd0098
(gdb) p *s->hdr_info.server_request.m_http
$12 = { = {m_type = 3, m_length = 48, m_obj_flags = 0}, 
m_polarity = HTTP_TYPE_RESPONSE, m_version = 65537, u = {req = {m_url_impl = 
0x2b777d8b98fe, 
  m_ptr_method = 0x1330012 , m_len_method 
= 0, m_method_wks_idx = 0}, resp = {
  m_ptr_reason = 0x2b777d8b98fe "Temporary Redirect\r\nLocation: 
http://ads.unister-gmbh.de/newsletter_img/aidude/template/countdown/stdblue/countdown63.gif\r\nCache-Control:
 max-age=600, public, must-revalidate\r\nVary: Accept-Encoding\r\nC"..., 
m_len_reason = 18, m_status = 307}}, m_fields_impl = 0x2b7682cd00c8}
(gdb) p *s->hdr_info.server_response.m_http
$13 = { = {m_type = 3, m_length = 48, m_obj_flags = 0}, 
m_polarity = HTTP_TYPE_RESPONSE, m_version = 65537, u = {req = {m_url_impl = 
0x2b76da41c00d, 
  m_ptr_method = 0x1330012 , m_len_method 
= 0, m_method_wks_idx = 0}, resp = {
  m_ptr_reason = 0x2b76da41c00d "Temporary Redirect\r\nLocation: 
http://ads.unister-gmbh.de/newsletter_img/aidude/template/countdown/stdblue/countdown00.gif\r\nCache-Control:
 max-age=600, public, must-revalidate\r\nVary: Accept-Encoding\r\nC"..., 
m_len_reason = 18, m_status = 307}}, m_fields_impl = 0x2b7683c540c8}
(gdb) p *s->hdr_info.server_response.m_http->0x2b76da41c00d
A syntax error in expression, near `0x2b76da41c00d'.
(gdb) p *s->hdr_info.server_response.m_http->u.req.m_url_impl
$14 = { = {m_type = 84, m_length = 28005, m_obj_flags = 7}, 
m_len_scheme = 29295, m_len_user = 29281, m_len_password = 8313, m_len_host = 
25938, m_len_port = 26980, 
  m_len_path = 25970, m_len_params = 29795, m_len_query = 2573, m_len_fragment 
= 28492, m_len_printed_string = 24931, 
  m_ptr_scheme = 0x7468203a6e6f6974 , 
m_ptr_user = 0x7364612f2f3a7074 , 
  m_ptr_password = 0x72657473696e752e , m_ptr_host = 0x65642e68626d672d , 
  m_ptr_port = 0x74656c7377656e2f , 
m_ptr_path = 0x2f676d695f726574 , 
  m_ptr_params = 0x742f656475646961 , 
m_ptr_query = 0x2f6574616c706d65 , 
  m_ptr_fragment = 0x776f64746e756f63 , m_ptr_printed_string = 0x756c626474732f6e , 
  m_scheme_wks_idx = 12133, m_port = 28515, m_url_type = 117 'u', m_type_code = 
110 'n', m_clean = 0}
(gdb) p *s->hdr_info.server_request.m_http->u.req.m_url_impl
$15 = { = {m_type = 84, m_length = 28005, m_obj_flags = 7}, 
m_len_scheme = 29295, m_len_user = 29281, m_len_password = 8313, m_len_host = 
25938, m_len_port = 26980, 
  m_len_path = 25970, m_len_params = 29795, m_len_query = 2573, m_len_fragment 
= 28492, m_len_printed_string = 24931, 
  m_ptr_scheme = 0x7468203a6e6f6974 , 
m_ptr_user = 0x7364612f2f3a7074 , 
  m_ptr_password = 0x72657473696e752e , m_ptr_host = 0x65642e68626d672d , 
  m_ptr_port = 0x74656c7377656e2f , 
m_ptr_path = 0x2f676d695f726574 , 
  m_ptr_params = 0x742f656475646961 , 
m_ptr_query = 0x2f6574616c706d65 , 
  m_ptr_fragment = 0x776f64746e756f63 , m_ptr_printed_string = 0x756c626474732f6e , 
  m_scheme_wks_idx = 12133, m_port = 28515, m_url_type = 117 'u', m_type_code = 
110 'n', m_clean = 0}


(gdb) frame 5
#5  mime_field_value_set_int64 (heap=0x2b7682cd0010, mh=0x2b7682cd00c8, 
field=0x2b7682cd0298, value=) at MIME.cc:2064
2064MIME.cc: No such file or directory.
in MIME.cc
(gdb) down
#4  mime_format_int64 (heap=0x2b7682cd0010, mh=0x2b7682cd00c8, 
field=0x2b7682cd0298, value=) at MIME.cc:2810
2810in MIME.cc
(gdb) down
#3  0x00648724 in ink_fast_ltoa (heap=0x2b7682cd0010, 
mh=0x2b7682cd00c8, field=0x2b7682cd0298, value=) at 
../../lib/ts/ink_string.h:449
449 ../../lib/ts/ink_string.h: No such file or directory.
in ../../lib/ts/ink_string.h
(gdb) up
#4  mime_format_int64 (heap=0x2b7682cd0010, mh=0x2b7682cd00c8, 
field=0x2b7682cd0298, value=) at MIME.cc:2810
2810MIME.cc: No such file or directory.
in MIME.cc
(gdb) print buf
$10 = 0x2b76053146c0 ""
(gdb) x buf
0x2b76053146c0: 0x53c8ba00
{code}

> Core dump in snprintf
> -
>
> Key: TS-2946
> URL: https://issues.apache.org/jira/browse/TS-2946
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Core
>Reporter: Sudheer Vinukonda
>
> While fixing TS-2938, ran into another core dump with the below stack trace. 
> server_request object seems corrupted even in this stack trace, just like

[jira] [Commented] (TS-1475) static analysis: clean up all clang and coverity reports

2014-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14066707#comment-14066707
 ] 

ASF subversion and git services commented on TS-1475:
-

Commit 835d41276089636770326e6100d86c4bf81be623 in trafficserver's branch 
refs/heads/master from [~psudaemon]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=835d412 ]

TS-1475: fix clang warning


> static analysis: clean up all clang and coverity reports
> 
>
> Key: TS-1475
> URL: https://issues.apache.org/jira/browse/TS-1475
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Cleanup
>Affects Versions: 3.3.0
>Reporter: Zhao Yongming
> Fix For: sometime
>
>
> the new report is in http://people.apache.org/~igalic/checks/ats/latest/ and 
> I will open more sub tasks



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TS-1475) static analysis: clean up all clang and coverity reports

2014-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14066717#comment-14066717
 ] 

ASF subversion and git services commented on TS-1475:
-

Commit a49da9382939663a797a423bd52445d1145212a8 in trafficserver's branch 
refs/heads/master from [~psudaemon]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=a49da93 ]

TS-1475: fix clang warning


> static analysis: clean up all clang and coverity reports
> 
>
> Key: TS-1475
> URL: https://issues.apache.org/jira/browse/TS-1475
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Cleanup
>Affects Versions: 3.3.0
>Reporter: Zhao Yongming
> Fix For: sometime
>
>
> the new report is in http://people.apache.org/~igalic/checks/ats/latest/ and 
> I will open more sub tasks



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TS-1475) static analysis: clean up all clang and coverity reports

2014-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14066722#comment-14066722
 ] 

ASF subversion and git services commented on TS-1475:
-

Commit 5d17e949afb74b50324211ccd616efb7863d0099 in trafficserver's branch 
refs/heads/master from [~psudaemon]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=5d17e94 ]

TS-1475: fix clang warning


> static analysis: clean up all clang and coverity reports
> 
>
> Key: TS-1475
> URL: https://issues.apache.org/jira/browse/TS-1475
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Cleanup
>Affects Versions: 3.3.0
>Reporter: Zhao Yongming
> Fix For: sometime
>
>
> the new report is in http://people.apache.org/~igalic/checks/ats/latest/ and 
> I will open more sub tasks



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TS-1475) static analysis: clean up all clang and coverity reports

2014-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14066731#comment-14066731
 ] 

ASF subversion and git services commented on TS-1475:
-

Commit 687f6d7386d1a0110b6f330a22cb2da826dda095 in trafficserver's branch 
refs/heads/master from [~psudaemon]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=687f6d7 ]

TS-1475: fix clang warning


> static analysis: clean up all clang and coverity reports
> 
>
> Key: TS-1475
> URL: https://issues.apache.org/jira/browse/TS-1475
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Cleanup
>Affects Versions: 3.3.0
>Reporter: Zhao Yongming
> Fix For: sometime
>
>
> the new report is in http://people.apache.org/~igalic/checks/ats/latest/ and 
> I will open more sub tasks



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TS-1475) static analysis: clean up all clang and coverity reports

2014-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14066743#comment-14066743
 ] 

ASF subversion and git services commented on TS-1475:
-

Commit 5437ae74ab3c5f4513ebb023b234f54a795df768 in trafficserver's branch 
refs/heads/master from [~psudaemon]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=5437ae7 ]

TS-1475: fix clang warning


> static analysis: clean up all clang and coverity reports
> 
>
> Key: TS-1475
> URL: https://issues.apache.org/jira/browse/TS-1475
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Cleanup
>Affects Versions: 3.3.0
>Reporter: Zhao Yongming
> Fix For: sometime
>
>
> the new report is in http://people.apache.org/~igalic/checks/ats/latest/ and 
> I will open more sub tasks



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TS-2915) SEGV occurs when POST request was posted without Expect: 100-continue header

2014-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-2915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14066754#comment-14066754
 ] 

ASF subversion and git services commented on TS-2915:
-

Commit 71b370c298dcd50c41e5bf95ceb99c82153195e1 in trafficserver's branch 
refs/heads/master from [~ffcai]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=71b370c ]

TS-2915: SEGV occurs when POST request was posted without Expect: 100-continue 
header


> SEGV occurs when POST request was posted without Expect: 100-continue header
> 
>
> Key: TS-2915
> URL: https://issues.apache.org/jira/browse/TS-2915
> Project: Traffic Server
>  Issue Type: Bug
>  Components: HTTP
>Affects Versions: 5.0.0
>Reporter: Ryo Okubo
>Assignee: Bryan Call
>  Labels: crash, review
> Fix For: 5.1.0
>
> Attachments: bugfix.diff
>
>
> The patch merged on TS-1125 has a bug that occurs Segmentation fault.
> It's reproduced when send_100_continue_response option was enabled and POST 
> request was posted without Expect: 100-continue header.
> Please check follow links.
> https://github.com/apache/trafficserver/blob/master/proxy/http/HttpSM.cc#L1898
> https://github.com/apache/trafficserver/blob/master/proxy/http/HttpSM.cc#L3290



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TS-1475) static analysis: clean up all clang and coverity reports

2014-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14066781#comment-14066781
 ] 

ASF subversion and git services commented on TS-1475:
-

Commit b0d33f33d2476f0e52a307dd6ce0ddf6f27af502 in trafficserver's branch 
refs/heads/master from [~psudaemon]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=b0d33f3 ]

TS-1475: fix clang warning


> static analysis: clean up all clang and coverity reports
> 
>
> Key: TS-1475
> URL: https://issues.apache.org/jira/browse/TS-1475
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Cleanup
>Affects Versions: 3.3.0
>Reporter: Zhao Yongming
> Fix For: sometime
>
>
> the new report is in http://people.apache.org/~igalic/checks/ats/latest/ and 
> I will open more sub tasks



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TS-1475) static analysis: clean up all clang and coverity reports

2014-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14066802#comment-14066802
 ] 

ASF subversion and git services commented on TS-1475:
-

Commit b0c07ef6f61a4519ae480ddf70b453105bd5a3ac in trafficserver's branch 
refs/heads/master from [~psudaemon]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=b0c07ef ]

TS-1475: fix clang warning


> static analysis: clean up all clang and coverity reports
> 
>
> Key: TS-1475
> URL: https://issues.apache.org/jira/browse/TS-1475
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Cleanup
>Affects Versions: 3.3.0
>Reporter: Zhao Yongming
> Fix For: sometime
>
>
> the new report is in http://people.apache.org/~igalic/checks/ats/latest/ and 
> I will open more sub tasks



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TS-2924) Configurable client's ssl protocols and cipher suite

2014-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14066807#comment-14066807
 ] 

ASF subversion and git services commented on TS-2924:
-

Commit 6ac0e198ee31f2e6aac1e0e17f6253c9a06dd118 in trafficserver's branch 
refs/heads/master from [~sunwei]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=6ac0e19 ]

TS-2924: Configurable client's ssl protocols and cipher suite


> Configurable client's ssl protocols and cipher suite
> 
>
> Key: TS-2924
> URL: https://issues.apache.org/jira/browse/TS-2924
> Project: Traffic Server
>  Issue Type: Improvement
>  Components: SSL
>Reporter: Wei Sun
>  Labels: yahoo
> Attachments: TS-2924.diff
>
>
> A few old origins cannot support the latest ssl protocols well, ats is 
> expected to be able to configure dedicated cipher suite and protocols for SSL 
> client context.
> {code}
> e.g. Enable SSLv3/TLSv1/TLSv1_1/TLSv1_2
> map http://foo1.com https://www.bankadviser.com/scbteod/scbteod_logo.GIF
> map http://foo2.com 
> https://applications.bancopopular.com/images/emails/fb-share-button.jpg
> curl -H 'Host: foo1.com' http://localhost:8080/  -v // failed to setup ssl 
> connection to origin
> curl -H 'Host: foo2.com' http://localhost:8080/  -v //SSL connection hang
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TS-1475) static analysis: clean up all clang and coverity reports

2014-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14066818#comment-14066818
 ] 

ASF subversion and git services commented on TS-1475:
-

Commit 4c6b252646d8aa937a98411c7b959505a63099cf in trafficserver's branch 
refs/heads/master from [~psudaemon]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=4c6b252 ]

TS-1475: fix clang warning


> static analysis: clean up all clang and coverity reports
> 
>
> Key: TS-1475
> URL: https://issues.apache.org/jira/browse/TS-1475
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Cleanup
>Affects Versions: 3.3.0
>Reporter: Zhao Yongming
> Fix For: sometime
>
>
> the new report is in http://people.apache.org/~igalic/checks/ats/latest/ and 
> I will open more sub tasks



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Created] (TS-2947) Make the setting proxy.config.http.global_user_agent_header over rideable per remap

2014-07-18 Thread Sudheer Vinukonda (JIRA)
Sudheer Vinukonda created TS-2947:
-

 Summary: Make the setting 
proxy.config.http.global_user_agent_header over rideable per remap
 Key: TS-2947
 URL: https://issues.apache.org/jira/browse/TS-2947
 Project: Traffic Server
  Issue Type: Improvement
  Components: Core
Reporter: Sudheer Vinukonda


There's a requirement among some of our origins to see custom and different 
user_agent headers. This ticket adds the setting 
proxy.config.http.global_user_agent_header to the list of overrideable params.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (TS-2947) Make the setting proxy.config.http.global_user_agent_header over rideable per remap

2014-07-18 Thread Sudheer Vinukonda (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sudheer Vinukonda updated TS-2947:
--

Attachment: TS-2947.diff

> Make the setting proxy.config.http.global_user_agent_header over rideable per 
> remap
> ---
>
> Key: TS-2947
> URL: https://issues.apache.org/jira/browse/TS-2947
> Project: Traffic Server
>  Issue Type: Improvement
>  Components: Core
>Reporter: Sudheer Vinukonda
> Attachments: TS-2947.diff
>
>
> There's a requirement among some of our origins to see custom and different 
> user_agent headers. This ticket adds the setting 
> proxy.config.http.global_user_agent_header to the list of overrideable params.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (TS-2947) Make the setting proxy.config.http.global_user_agent_header over rideable per remap

2014-07-18 Thread Leif Hedstrom (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leif Hedstrom updated TS-2947:
--

Labels: review  (was: )

> Make the setting proxy.config.http.global_user_agent_header over rideable per 
> remap
> ---
>
> Key: TS-2947
> URL: https://issues.apache.org/jira/browse/TS-2947
> Project: Traffic Server
>  Issue Type: Improvement
>  Components: Core
>Reporter: Sudheer Vinukonda
>  Labels: review
> Fix For: 5.1.0
>
> Attachments: TS-2947.diff
>
>
> There's a requirement among some of our origins to see custom and different 
> user_agent headers. This ticket adds the setting 
> proxy.config.http.global_user_agent_header to the list of overrideable params.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TS-2947) Make the setting proxy.config.http.global_user_agent_header over rideable per remap

2014-07-18 Thread Leif Hedstrom (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14066877#comment-14066877
 ] 

Leif Hedstrom commented on TS-2947:
---

No additions to the regression tests ?

> Make the setting proxy.config.http.global_user_agent_header over rideable per 
> remap
> ---
>
> Key: TS-2947
> URL: https://issues.apache.org/jira/browse/TS-2947
> Project: Traffic Server
>  Issue Type: Improvement
>  Components: Core
>Reporter: Sudheer Vinukonda
>  Labels: review
> Fix For: 5.1.0
>
> Attachments: TS-2947.diff
>
>
> There's a requirement among some of our origins to see custom and different 
> user_agent headers. This ticket adds the setting 
> proxy.config.http.global_user_agent_header to the list of overrideable params.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (TS-2947) Make the setting proxy.config.http.global_user_agent_header over rideable per remap

2014-07-18 Thread Leif Hedstrom (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leif Hedstrom updated TS-2947:
--

Fix Version/s: 5.1.0

> Make the setting proxy.config.http.global_user_agent_header over rideable per 
> remap
> ---
>
> Key: TS-2947
> URL: https://issues.apache.org/jira/browse/TS-2947
> Project: Traffic Server
>  Issue Type: Improvement
>  Components: Core
>Reporter: Sudheer Vinukonda
>  Labels: review
> Fix For: 5.1.0
>
> Attachments: TS-2947.diff
>
>
> There's a requirement among some of our origins to see custom and different 
> user_agent headers. This ticket adds the setting 
> proxy.config.http.global_user_agent_header to the list of overrideable params.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TS-1475) static analysis: clean up all clang and coverity reports

2014-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14066885#comment-14066885
 ] 

ASF subversion and git services commented on TS-1475:
-

Commit 9660cc2fb0efaca2ae8b28c248f315a7de7fcc97 in trafficserver's branch 
refs/heads/master from [~psudaemon]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=9660cc2 ]

TS-1475: fix clang warning


> static analysis: clean up all clang and coverity reports
> 
>
> Key: TS-1475
> URL: https://issues.apache.org/jira/browse/TS-1475
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Cleanup
>Affects Versions: 3.3.0
>Reporter: Zhao Yongming
> Fix For: sometime
>
>
> the new report is in http://people.apache.org/~igalic/checks/ats/latest/ and 
> I will open more sub tasks



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TS-1475) static analysis: clean up all clang and coverity reports

2014-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14066901#comment-14066901
 ] 

ASF subversion and git services commented on TS-1475:
-

Commit d5329c3b657e99371ddc3567865f50f0a144aea4 in trafficserver's branch 
refs/heads/master from [~psudaemon]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=d5329c3 ]

TS-1475: fix clang warning


> static analysis: clean up all clang and coverity reports
> 
>
> Key: TS-1475
> URL: https://issues.apache.org/jira/browse/TS-1475
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Cleanup
>Affects Versions: 3.3.0
>Reporter: Zhao Yongming
> Fix For: sometime
>
>
> the new report is in http://people.apache.org/~igalic/checks/ats/latest/ and 
> I will open more sub tasks



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TS-1475) static analysis: clean up all clang and coverity reports

2014-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14066918#comment-14066918
 ] 

ASF subversion and git services commented on TS-1475:
-

Commit 40eb76c342321a6441080d88c50cdae23d4ebb40 in trafficserver's branch 
refs/heads/master from [~psudaemon]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=40eb76c ]

TS-1475: fix clang warning


> static analysis: clean up all clang and coverity reports
> 
>
> Key: TS-1475
> URL: https://issues.apache.org/jira/browse/TS-1475
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Cleanup
>Affects Versions: 3.3.0
>Reporter: Zhao Yongming
> Fix For: sometime
>
>
> the new report is in http://people.apache.org/~igalic/checks/ats/latest/ and 
> I will open more sub tasks



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TS-1475) static analysis: clean up all clang and coverity reports

2014-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14066975#comment-14066975
 ] 

ASF subversion and git services commented on TS-1475:
-

Commit b792f649667c184534d7278c9484fa8bda38734d in trafficserver's branch 
refs/heads/master from [~psudaemon]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=b792f64 ]

TS-1475: fix clang warning


> static analysis: clean up all clang and coverity reports
> 
>
> Key: TS-1475
> URL: https://issues.apache.org/jira/browse/TS-1475
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Cleanup
>Affects Versions: 3.3.0
>Reporter: Zhao Yongming
> Fix For: sometime
>
>
> the new report is in http://people.apache.org/~igalic/checks/ats/latest/ and 
> I will open more sub tasks



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (TS-2947) Make the setting proxy.config.http.global_user_agent_header over rideable per remap

2014-07-18 Thread Sudheer Vinukonda (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sudheer Vinukonda updated TS-2947:
--

Attachment: (was: TS-2947.diff)

> Make the setting proxy.config.http.global_user_agent_header over rideable per 
> remap
> ---
>
> Key: TS-2947
> URL: https://issues.apache.org/jira/browse/TS-2947
> Project: Traffic Server
>  Issue Type: Improvement
>  Components: Core
>Reporter: Sudheer Vinukonda
>  Labels: review
> Fix For: 5.1.0
>
> Attachments: TS-2947.diff
>
>
> There's a requirement among some of our origins to see custom and different 
> user_agent headers. This ticket adds the setting 
> proxy.config.http.global_user_agent_header to the list of overrideable params.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (TS-2947) Make the setting proxy.config.http.global_user_agent_header over rideable per remap

2014-07-18 Thread Sudheer Vinukonda (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sudheer Vinukonda updated TS-2947:
--

Attachment: TS-2947.diff

Updated the patch with regression tests for the new param

> Make the setting proxy.config.http.global_user_agent_header over rideable per 
> remap
> ---
>
> Key: TS-2947
> URL: https://issues.apache.org/jira/browse/TS-2947
> Project: Traffic Server
>  Issue Type: Improvement
>  Components: Core
>Reporter: Sudheer Vinukonda
>  Labels: review
> Fix For: 5.1.0
>
> Attachments: TS-2947.diff
>
>
> There's a requirement among some of our origins to see custom and different 
> user_agent headers. This ticket adds the setting 
> proxy.config.http.global_user_agent_header to the list of overrideable params.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TS-1475) static analysis: clean up all clang and coverity reports

2014-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14066986#comment-14066986
 ] 

ASF subversion and git services commented on TS-1475:
-

Commit 9a3668f0b4e654311badd08e759714c70ef2d6c1 in trafficserver's branch 
refs/heads/master from [~psudaemon]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=9a3668f ]

TS-1475: fix clang warning


> static analysis: clean up all clang and coverity reports
> 
>
> Key: TS-1475
> URL: https://issues.apache.org/jira/browse/TS-1475
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Cleanup
>Affects Versions: 3.3.0
>Reporter: Zhao Yongming
> Fix For: sometime
>
>
> the new report is in http://people.apache.org/~igalic/checks/ats/latest/ and 
> I will open more sub tasks



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TS-1475) static analysis: clean up all clang and coverity reports

2014-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14067002#comment-14067002
 ] 

ASF subversion and git services commented on TS-1475:
-

Commit 8d1dda6f85f7e940ce59d3b91b221b500233f557 in trafficserver's branch 
refs/heads/master from [~psudaemon]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=8d1dda6 ]

TS-1475: fix clang warning


> static analysis: clean up all clang and coverity reports
> 
>
> Key: TS-1475
> URL: https://issues.apache.org/jira/browse/TS-1475
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Cleanup
>Affects Versions: 3.3.0
>Reporter: Zhao Yongming
> Fix For: sometime
>
>
> the new report is in http://people.apache.org/~igalic/checks/ats/latest/ and 
> I will open more sub tasks



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TS-1475) static analysis: clean up all clang and coverity reports

2014-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14067054#comment-14067054
 ] 

ASF subversion and git services commented on TS-1475:
-

Commit f15a76891048664c61815f920041306a2a9ea053 in trafficserver's branch 
refs/heads/master from [~psudaemon]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=f15a768 ]

TS-1475: fix clang warning


> static analysis: clean up all clang and coverity reports
> 
>
> Key: TS-1475
> URL: https://issues.apache.org/jira/browse/TS-1475
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Cleanup
>Affects Versions: 3.3.0
>Reporter: Zhao Yongming
> Fix For: sometime
>
>
> the new report is in http://people.apache.org/~igalic/checks/ats/latest/ and 
> I will open more sub tasks



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TS-1475) static analysis: clean up all clang and coverity reports

2014-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14067373#comment-14067373
 ] 

ASF subversion and git services commented on TS-1475:
-

Commit a8922d5e3e83117760ecf859c8ca85538cafbd9f in trafficserver's branch 
refs/heads/master from [~psudaemon]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=a8922d5 ]

TS-1475: fix clang warning


> static analysis: clean up all clang and coverity reports
> 
>
> Key: TS-1475
> URL: https://issues.apache.org/jira/browse/TS-1475
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Cleanup
>Affects Versions: 3.3.0
>Reporter: Zhao Yongming
> Fix For: sometime
>
>
> the new report is in http://people.apache.org/~igalic/checks/ats/latest/ and 
> I will open more sub tasks



--
This message was sent by Atlassian JIRA
(v6.2#6252)