Skip to content

Commit

Permalink
chore: revert change for v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schneider committed Nov 7, 2023
1 parent 2385574 commit c59d406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-java/features/multi-tenancy/thread-context.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ These values can be accessed as follows:
```java
RequestHeaderContainer headers = RequestHeaderAccessor.getHeaderContainer();
headers.getHeaderValues("authorization"); // will return ["Bearer DUMMY_JWT"]
headers.getHeaderValues("set-cookie"); // will return ["cookie-1; cookie-2"]
headers.getHeaderValues("set-cookie"); // will return ["cookie-1", "cookie-2"]
headers.getHeaderValues("accept-language"); // will return ["en-US"]
headers.getHeaderValues("x-app-specific-header"); // will return ["customer-value"]
```
Expand Down

0 comments on commit c59d406

Please sign in to comment.