Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 18362 invoked from network); 2 Nov 2008 18:07:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2008 18:07:14 -0000 Received: (qmail 25607 invoked by uid 500); 2 Nov 2008 18:07:20 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 25552 invoked by uid 500); 2 Nov 2008 18:07:20 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 25543 invoked by uid 99); 2 Nov 2008 18:07:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Nov 2008 10:07:19 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Nov 2008 18:06:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0756523888EB; Sun, 2 Nov 2008 10:06:23 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r709896 - in /geronimo/sandbox/djencks/samples/security/openid/openid-sample: openid-app/src/main/webapp/ openid-sample-jetty/src/main/plan/ openid-xrds-jetty/src/main/history/ Date: Sun, 02 Nov 2008 18:06:22 -0000 To: scm@geronimo.apache.org From: djencks@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081102180623.0756523888EB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: djencks Date: Sun Nov 2 10:06:21 2008 New Revision: 709896 URL: http://svn.apache.org/viewvc?rev=709896&view=rev Log: Add login page, improve html Added: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/src/main/history/ geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/src/main/history/dependencies.xml (with props) Modified: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/index.jsp geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/login.jsp geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/secured.jsp geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/src/main/plan/plan.xml Modified: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/index.jsp URL: http://svn.apache.org/viewvc/geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/index.jsp?rev=709896&r1=709895&r2=709896&view=diff ============================================================================== --- geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/index.jsp (original) +++ geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/index.jsp Sun Nov 2 10:06:21 2008 @@ -1,10 +1,21 @@ - -

Unsecured

+ + + OpenID Enabled Application -- Unsecured + + + +

OpenID Enabled Application -- Unsecured

+ +
- + OpenID Identifier: +
+
Modified: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/login.jsp URL: http://svn.apache.org/viewvc/geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/login.jsp?rev=709896&r1=709895&r2=709896&view=diff ============================================================================== --- geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/login.jsp (original) +++ geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/login.jsp Sun Nov 2 10:06:21 2008 @@ -1,5 +1,16 @@ - -

Unsecured

+ + OpenID Enabled Application -- Login page + + +

Login

+ +
+
+ OpenID Identifier: + +
+
+ Modified: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/secured.jsp URL: http://svn.apache.org/viewvc/geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/secured.jsp?rev=709896&r1=709895&r2=709896&view=diff ============================================================================== --- geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/secured.jsp (original) +++ geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/secured.jsp Sun Nov 2 10:06:21 2008 @@ -1,5 +1,8 @@ - + + OpenID Enabled Application -- Secured + +

Secured

Modified: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/src/main/plan/plan.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/src/main/plan/plan.xml?rev=709896&r1=709895&r2=709896&view=diff ============================================================================== --- geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/src/main/plan/plan.xml (original) +++ geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/src/main/plan/plan.xml Sun Nov 2 10:06:21 2008 @@ -19,12 +19,16 @@ + xmlns:jaspi="http://geronimo.apache.org/xml/ns/geronimo-jaspi"> openid geronimo-admin org.apache.geronimo.components.jaspi.modules.openid.OpenIDServerAuthModule + + org.apache.geronimo.security.jaspi.openid.LoginPage=login.jsp + org.apache.geronimo.security.jaspi.openid.ErrorPage=login.jsp + Added: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/src/main/history/dependencies.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/src/main/history/dependencies.xml?rev=709896&view=auto ============================================================================== --- geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/src/main/history/dependencies.xml (added) +++ geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/src/main/history/dependencies.xml Sun Nov 2 10:06:21 2008 @@ -0,0 +1,19 @@ + + + + org.apache.geronimo.samples + openid-xrds-jetty + 2.2-SNAPSHOT + car + + + org.apache.geronimo.configs + jasper + car + + + org.apache.geronimo.configs + jetty7 + car + + Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/src/main/history/dependencies.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/src/main/history/dependencies.xml ------------------------------------------------------------------------------ svn:keywords = Date Revision Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/src/main/history/dependencies.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml