summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--doap.rdf4
-rw-r--r--java/coldfusion/web/assertionConsumer.cfm6
-rw-r--r--java/coldfusion/web/singleSignOn.cfm4
4 files changed, 14 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 18a305da..d9af1536 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
NEWS
====
+0.4.1 - September 7th 2004
+--------------------------
+
+Small bug fixes. Windows DLL are now linked with standard call aliases.
+
0.4.0 - September 6th 2004
--------------------------
diff --git a/doap.rdf b/doap.rdf
index cde91f3d..686e99e4 100644
--- a/doap.rdf
+++ b/doap.rdf
@@ -46,6 +46,10 @@
</repository>
<release>
<Version>
+ <created>2004-09-07</created>
+ <revision>0.4.1</revision>
+ </Version>
+ <Version>
<created>2004-09-06</created>
<revision>0.4.0</revision>
</Version>
diff --git a/java/coldfusion/web/assertionConsumer.cfm b/java/coldfusion/web/assertionConsumer.cfm
index 9c882a10..37c2b878 100644
--- a/java/coldfusion/web/assertionConsumer.cfm
+++ b/java/coldfusion/web/assertionConsumer.cfm
@@ -1,9 +1,9 @@
<html>
<head>
- <title>Lasso</title>
+ <title>Lasso Assertion Consumer</title>
</head>
<body>
- <h1>Lasso</h1>
+ <h1>Lasso Assertion Consumer</h1>
<!--
<cfdump var="#QUERY_STRING#">
<cfobject type="java" name="sys" class="java.lang.System" action="create">
@@ -36,7 +36,7 @@
<cfset lasso.acceptSso()>
<cfset identityDump=lasso.getIdentityDump()>
<cfset sessionDump=lasso.getSessionDump()>
- <!-- TODO: Store identity dump and session dump into your users and sessions databases. -->
+ <!-- TODO: Store identity dump and session dump into your users and sessions databases.-->
<cfoutput>
<p>User is now logged. RelayState = #relayState#</p>
</cfoutput>
diff --git a/java/coldfusion/web/singleSignOn.cfm b/java/coldfusion/web/singleSignOn.cfm
index a67809b5..dbd40644 100644
--- a/java/coldfusion/web/singleSignOn.cfm
+++ b/java/coldfusion/web/singleSignOn.cfm
@@ -1,9 +1,9 @@
<html>
<head>
- <title>Lasso</title>
+ <title>Lasso Single Sign-On</title>
</head>
<body>
- <h1>Lasso</h1>
+ <h1>Lasso Single Sign-On</h1>
<!--
<cfobject type="java" name="sys" class="java.lang.System" action="create">
<cfset properties=sys.getProperties()>