You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/05/28 08:42:17 UTC

[GitHub] wu-sheng opened a new issue #1274: Namespace fail in agent, because of invalid char and wrong key

wu-sheng opened a new issue #1274: Namespace fail in agent, because of invalid char and wrong key
URL: https://github.com/apache/incubator-skywalking/issues/1274
 
 
   Invalid `:` in header and wrong key value.
   
   ```
       public CarrierItem(String headKey, String headValue, CarrierItem next) {
           if (StringUtil.isEmpty(NAMESPACE)) {
               this.headKey = headKey;
           } else {
               this.headKey = NAMESPACE + ":" + headValue;
           }
           this.headValue = headValue;
           this.next = next;
       }
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services