Return-Path: X-Original-To: apmail-axis-java-dev-archive@www.apache.org Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CB1996837 for ; Sat, 18 Jun 2011 18:54:11 +0000 (UTC) Received: (qmail 58301 invoked by uid 500); 18 Jun 2011 18:54:10 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 58199 invoked by uid 500); 18 Jun 2011 18:54:10 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 58189 invoked by uid 99); 18 Jun 2011 18:54:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Jun 2011 18:54:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Jun 2011 18:54:08 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5B002420641 for ; Sat, 18 Jun 2011 18:53:47 +0000 (UTC) Date: Sat, 18 Jun 2011 18:53:47 +0000 (UTC) From: "Vilnis Termanis (JIRA)" To: java-dev@axis.apache.org Message-ID: <1051016523.18396.1308423227369.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (RAMPART-65) Accessing message context from within the CallbackHandler MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/RAMPART-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051584#comment-13051584 ] Vilnis Termanis commented on RAMPART-65: ---------------------------------------- I couldn't see any other way be able to get the client's IP address other than via MessageContext so I created a quick patch. This might not the right way to address the issue but it does work. Regards, VT > Accessing message context from within the CallbackHandler > ---------------------------------------------------------- > > Key: RAMPART-65 > URL: https://issues.apache.org/jira/browse/RAMPART-65 > Project: Rampart > Issue Type: New Feature > Affects Versions: 1.1 > Reporter: Francesco Scandelli > Attachments: rampart-dist-1.6.0-RAMPART-65.patch > > > The CallbackHandler has a "handle" method to be executed in order to authentificate a user, but if it needs the message context (for example to know which operation is being invoked), it cannot access it. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org