You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Yuffie Chow (JIRA)" <ji...@apache.org> on 2015/03/13 14:45:38 UTC

[jira] [Created] (CAMEL-8481) when the request cross the jetty9, it has two same key of some attributes in request header

Yuffie Chow created CAMEL-8481:
----------------------------------

             Summary: when the request cross the jetty9, it has two same key of some attributes in request header
                 Key: CAMEL-8481
                 URL: https://issues.apache.org/jira/browse/CAMEL-8481
             Project: Camel
          Issue Type: Bug
          Components: camel-jetty
    Affects Versions: 2.15.0
         Environment: win7-x64,tomcat8-x64,jdk8-x64,jetty9.2.9
            Reporter: Yuffie Chow


when the request cross the jetty9, it has two same key of some attributes in request header like the follows:
--------------this one has two User-Agent,Accept-Encoding
Accept-Encoding: gzip
User-Agent: Jetty/9.2.9.v20150224
Accept: */*
Accept-Encoding: gzip, deflate, sdch
Accept-Language: zh-CN,zh;q=0.8
Cookie: ASP.NET_SessionId=jc412f45qx2mqw55ivfuhljm
dnt: 1
Referer: http://localhost:8080/MobileService/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.89 Safari/537.36
x-requested-with: XMLHttpRequest
-------------------------------------------------------------
-------------------with two SAME cookie
Accept-Encoding: gzip
Content-Type: application/json
Accept: */*
Accept-Encoding: gzip, deflate
Accept-Language: zh-CN,zh;q=0.8
Cookie: ASP.NET_SessionId=hv5tiq55muv1ki55esc2hi45
DNT: 1
Origin: chrome-extension://hgmloofddffdnphfgcellkdfbfbjeloo
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.89 Safari/537.36
Cookie: ASP.NET_SessionId=hv5tiq55muv1ki55esc2hi45
--------------------------------------------



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)