You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2019/12/12 02:23:45 UTC

[GitHub] [servicecomb-java-chassis] yhs0092 edited a comment on issue #1456: consulting about the cse context injection

yhs0092 edited a comment on issue #1456: consulting about the cse context injection
URL: https://github.com/apache/servicecomb-java-chassis/issues/1456#issuecomment-564820527
 
 
   If you mean the [InvocationContext](https://docs.servicecomb.io/java-chassis/zh_CN/general-development/context.html), actually Java-Chassis keep the InvocationContext in a map. And on the REST transport mode, it's serialized as json and passed in HTTP header, the header name is `x-cse-context`.
   The header name is kept in the const `org.apache.servicecomb.core.Const#CSE_CONTEXT`. You can find the related logic by searching the reference of 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services