Added files that I forgot to commit for 0.4.1

Improved ColdFusion.
This commit is contained in:
Emmanuel Raviart 2004-09-07 21:04:21 +00:00
parent 394a153255
commit fd9574d0be
4 changed files with 14 additions and 5 deletions

5
NEWS
View File

@ -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
--------------------------

View File

@ -45,6 +45,10 @@
</CVSRepository>
</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>

View File

@ -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>

View File

@ -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()>