Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 40482 invoked from network); 16 Aug 2010 04:00:09 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Aug 2010 04:00:09 -0000 Received: (qmail 30606 invoked by uid 500); 16 Aug 2010 04:00:08 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 30054 invoked by uid 500); 16 Aug 2010 04:00:06 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 30045 invoked by uid 99); 16 Aug 2010 04:00:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Aug 2010 04:00:04 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,SPF_PASS,T_HK_NAME_FM_MR_MRS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mrshelly@gmail.com designates 74.125.82.41 as permitted sender) Received: from [74.125.82.41] (HELO mail-ww0-f41.google.com) (74.125.82.41) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Aug 2010 03:59:56 +0000 Received: by wwi17 with SMTP id 17so596296wwi.0 for ; Sun, 15 Aug 2010 20:59:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=ZRoLPY4rpfvRcv9Gm8LbDeSNm+Z6s8UCcqmteziAj40=; b=ZcPwtfMqEoTBAygRV2E+AiWzYEmFxZ+6jUBs6Lw2tP6iTUsZgTA8bR0QZdORmoon/I BEADWQ9cBbHXY/A/SMcwwLQ7gMdRDLhuU/WJjLhcWskGcA0lJc76pLlfj+jNVue+wHm7 0ks0gzY4Zx7zFk8nmrHJa0a+n5l7sO9lMRWsk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=pjiJBrromKGYM0CpqC9I0snzgceYpXSGu8UF1Oljg2CIjccn8rJ3wA4YXv09stnFVT JKrL7EP7dfNxzILwlhAWbTzfWeILS/pSLwVYDNG0vQ84EL9643vD6kqr6HokzVgNXsKa vmqbe1kLfV8Ll4P9DOYcCbIJ7ehmUPYB32W1U= MIME-Version: 1.0 Received: by 10.227.135.141 with SMTP id n13mr4089124wbt.97.1281931176473; Sun, 15 Aug 2010 20:59:36 -0700 (PDT) Received: by 10.227.137.200 with HTTP; Sun, 15 Aug 2010 20:59:36 -0700 (PDT) Date: Mon, 16 Aug 2010 11:59:36 +0800 Message-ID: Subject: Hey, How to get the client certificate information in my JSP page? From: Mr Shelly To: dev@tomcat.apache.org Content-Type: multipart/alternative; boundary=0016e65b5e34667391048de8dc4b X-Virus-Checked: Checked by ClamAV on apache.org --0016e65b5e34667391048de8dc4b Content-Type: text/plain; charset=UTF-8 I used Tomcat 5.5, and set the clientAuth="true". ref: http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html How to get the client certificate information in my JSP page? I use request.getHeader('SSL_CLIENT_S_DN_CN'), but got the Null value. anybody help me? and Thank you. mrshelly 2010-08-16 --0016e65b5e34667391048de8dc4b--