Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CE722200C00 for ; Wed, 18 Jan 2017 20:02:36 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id CD409160B44; Wed, 18 Jan 2017 19:02:36 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2B263160B22 for ; Wed, 18 Jan 2017 20:02:36 +0100 (CET) Received: (qmail 22077 invoked by uid 500); 18 Jan 2017 19:02:35 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 22057 invoked by uid 99); 18 Jan 2017 19:02:35 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jan 2017 19:02:35 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id B711C18066C for ; Wed, 18 Jan 2017 19:02:34 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.198 X-Spam-Level: X-Spam-Status: No, score=-1.198 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id UjmJd5-6LxdJ for ; Wed, 18 Jan 2017 19:02:32 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id EEDDE5FB6A for ; Wed, 18 Jan 2017 19:02:31 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id ED77EE864E for ; Wed, 18 Jan 2017 19:02:27 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 8B93025289 for ; Wed, 18 Jan 2017 19:02:26 +0000 (UTC) Date: Wed, 18 Jan 2017 19:02:26 +0000 (UTC) From: "Jackson Thompson (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CXF-7214) Login Register Changing reply-to causes NPE in MessageSenderInterceptor.java MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 18 Jan 2017 19:02:37 -0000 [ https://issues.apache.org/jira/browse/CXF-7214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15828573#comment-15828573 ] Jackson Thompson commented on CXF-7214: --------------------------------------- The is the request to use that causes the NPE. 54469 https://integcert.synxis.com/interface/ota2010Av2/OTA2010A.svc http://htng.org/PWSWG/2010/12/RatePlan_SubmitRequest http://www.w3.org/2005/08/addressing/role/anonymous http://localhost:8082/test 32779 25 > Login Register Changing reply-to causes NPE in MessageSenderInterceptor.java > ------------------------------------------------------------------------------ > > Key: CXF-7214 > URL: https://issues.apache.org/jira/browse/CXF-7214 > Project: CXF > Issue Type: Bug > Components: WS-* Components > Affects Versions: 3.1.9 > Environment: java 1.8 , Spring Boot 1.4.0 , WIndows 10 > Reporter: Jackson Thompson > Attachments: pom.xml, src.zip > > > I am changing the reply-to in an interceptor when I get an anonymous reply-to. When I do, I get an NPE at MessageSenderInterceptor.java:46. If I replace the wsa:reply-to header in the test request it responses correctly. I can pull the map latter in the can and the reply-to header is set to my new uri. -- This message was sent by Atlassian JIRA (v6.3.4#6332)