Skip to content

Commit 5e08d17

Browse files
committed
TCK related update
Signed-off-by: Maxim Nesen <[email protected]>
1 parent 39ffced commit 5e08d17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core-common/src/main/java/org/glassfish/jersey/message/internal/InboundMessageContext.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,7 @@ public InboundMessageContext(Configuration configuration, boolean translateNce)
172172
*/
173173
public InboundMessageContext(Configuration configuration, MultivaluedMap<String, String> httpHeaders, boolean translateNce) {
174174
super(configuration);
175-
this.headers = new GuardianStringKeyMultivaluedMap<>(HeaderUtils.createInbound());
176-
this.headers(httpHeaders);
175+
this.headers = new GuardianStringKeyMultivaluedMap<>(httpHeaders);
177176
this.entityContent = new EntityContent();
178177
this.translateNce = translateNce;
179178
this.configuration = configuration;

0 commit comments

Comments
 (0)