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 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 0.4.0 - September 6th 2004
-------------------------- --------------------------

View File

@ -45,6 +45,10 @@
</CVSRepository> </CVSRepository>
</repository> </repository>
<release> <release>
<Version>
<created>2004-09-07</created>
<revision>0.4.1</revision>
</Version>
<Version> <Version>
<created>2004-09-06</created> <created>2004-09-06</created>
<revision>0.4.0</revision> <revision>0.4.0</revision>

View File

@ -1,9 +1,9 @@
<html> <html>
<head> <head>
<title>Lasso</title> <title>Lasso Assertion Consumer</title>
</head> </head>
<body> <body>
<h1>Lasso</h1> <h1>Lasso Assertion Consumer</h1>
<!-- <!--
<cfdump var="#QUERY_STRING#"> <cfdump var="#QUERY_STRING#">
<cfobject type="java" name="sys" class="java.lang.System" action="create"> <cfobject type="java" name="sys" class="java.lang.System" action="create">
@ -36,7 +36,7 @@
<cfset lasso.acceptSso()> <cfset lasso.acceptSso()>
<cfset identityDump=lasso.getIdentityDump()> <cfset identityDump=lasso.getIdentityDump()>
<cfset sessionDump=lasso.getSessionDump()> <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> <cfoutput>
<p>User is now logged. RelayState = #relayState#</p> <p>User is now logged. RelayState = #relayState#</p>
</cfoutput> </cfoutput>

View File

@ -1,9 +1,9 @@
<html> <html>
<head> <head>
<title>Lasso</title> <title>Lasso Single Sign-On</title>
</head> </head>
<body> <body>
<h1>Lasso</h1> <h1>Lasso Single Sign-On</h1>
<!-- <!--
<cfobject type="java" name="sys" class="java.lang.System" action="create"> <cfobject type="java" name="sys" class="java.lang.System" action="create">
<cfset properties=sys.getProperties()> <cfset properties=sys.getProperties()>