Refactor OpenID test pages and add test methods returning the user info.

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959522 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jsdelfino 2010-07-01 06:04:43 +00:00
commit 8e35575af7
11 changed files with 187 additions and 92 deletions

View file

@ -20,5 +20,6 @@
<html><body>
<h1>Unprotected area - It works!</h1>
<p><a href="protected">Protected area</a></p>
<p><a href="login.html">Sign in</a></p>
<p><a href="protected/login">Sign in</a></p>
<p><a href="/protected/logout">Sign out</a></p>
</body></html>