You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/10/24 05:32:30 UTC

[GitHub] [dubbo] EarthChen opened a new issue, #10813: Triple does not support non-lowercase attachments

EarthChen opened a new issue, #10813:
URL: https://github.com/apache/dubbo/issues/10813

   <!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy -->
   
   - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
   
   ### Environment
   
   * Dubbo version: xxx
   * Operating System version: xxx
   * Java version: xxx
   
   ### Steps to reproduce this issue
   
   1. xxx
   2. xxx
   3. xxx
   
   Pls. provide [GitHub address] to reproduce this issue.
   
   ### Expected Behavior
   
   <!-- What do you expect from the above steps?-->
   
   ### Actual Behavior
   
   <!-- What actually happens? -->
   
   If there is an exception, please attach the exception trace:
   
   ```
   Just put your stack trace here!
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] EarthChen closed issue #10813: Triple does not support non-lowercase attachments

Posted by GitBox <gi...@apache.org>.
EarthChen closed issue #10813: Triple does not support non-lowercase attachments
URL: https://github.com/apache/dubbo/issues/10813


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] EarthChen commented on issue #10813: Triple does not support non-lowercase attachments

Posted by GitBox <gi...@apache.org>.
EarthChen commented on issue #10813:
URL: https://github.com/apache/dubbo/issues/10813#issuecomment-1288444180

   triple uses http2 headers to transport the attachment, but http2's rfc definition header key must use an all-lowercase string.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] EarthChen commented on issue #10813: Triple does not support non-lowercase attachments

Posted by GitBox <gi...@apache.org>.
EarthChen commented on issue #10813:
URL: https://github.com/apache/dubbo/issues/10813#issuecomment-1288446145

   Therefore, in order to support this feature, an extra key is added to carry out transparent mapping relationship of non-lowercase attachment.
   
   However, this feature is disabled by default, and it is not recommended to use the method.
   
   If you want to be compatible with existing implementations, you can add env `dubbo.rpc.tri.support-no-lower-header=true` to open it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] EarthChen commented on issue #10813: Triple does not support non-lowercase attachments

Posted by GitBox <gi...@apache.org>.
EarthChen commented on issue #10813:
URL: https://github.com/apache/dubbo/issues/10813#issuecomment-1288442949

   fix by https://github.com/apache/dubbo/pull/10761


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org