Commit Graph

17 Commits

Author SHA1 Message Date
eraviart f40a58978d Modified Liberty metadata files, so that the Liberty Alliance servers use
non priviliged ports.

Moved all metadata files in tests/data.
2004-08-12 19:42:17 +00:00
eraviart 028912fd2c Added a lot of new X.509 certificates and keys, for tests. 2004-08-12 15:01:04 +00:00
eraviart 0cd0f454b3 Repaired non Liberty Alliance and non HTTP based login on sample identity
provider.

Removed identifications from identities.
2004-07-18 16:02:04 +00:00
eraviart 0cafe3c232 Added sessionsPath to Liberty Alliance test sites. 2004-07-17 16:51:47 +00:00
eraviart 2ddd370e5f Once upon a time, a minor god decided to use the term "stylesheet".
Then God (The True and Only God) sayd : "Use XSL".
Later God decided: "Use XSLT".
And now He says "Use SiteXslt".

In God I trust, so I obey.
2004-06-29 20:02:53 +00:00
fpeters e37b2ec757 renamed getStylesheet to getXslt and xslFilePath config option to xsltFilePath
(rationale: """XSL  is a family of recommendations""" while we only use the
"transformation" part)
2004-06-22 18:47:14 +00:00
eraviart 6a24b67957 Removed non Python <module> in general configuration files. Now XML elements
are declared in <element> elements in config files.
2004-06-09 20:21:18 +00:00
fpeters 5b23074006 fixed xslt location 2004-05-31 22:27:48 +00:00
fpeters c34da760d7 <port> and <ip> are now children of <virtualHost> (they were attributes).
ip defaults to '' which means to listen on every addresses (so I removed most
ip="*" and didn't replace them with <ip> tags)
2004-05-28 09:11:37 +00:00
eraviart 790110bb63 Use Lasso C instead of Lasso Python. 2004-05-27 13:39:04 +00:00
eraviart 899fea79e7 Update Liberty Alliance config. 2004-05-26 16:14:06 +00:00
eraviart 2dd0cc8c68 Removed use of "system" virtual host. Use aliases instead (See elements
<item ...> in config.xml).
2004-05-21 15:02:38 +00:00
eraviart 744d9c9b8d Still repairing Expression. Seems to work a little. 2004-05-14 14:33:28 +00:00
eraviart a6c26ce5f2 Still trying to make Expression work again. But doesn't work yet. 2004-05-14 12:25:46 +00:00
eraviart ffce3b3693 Added "title" element to virtual hosts. This title is now displayed by the
XSLT function getTitle().
2004-04-27 13:51:28 +00:00
eraviart bcb8a0ea24 "New" module libertyalliance0, which uses on old Python Lasso library.
This module is a replacement for libertyalliance which will be used by
expression until C Lasso can replace Python Lasso in CVQ servers.
2004-04-22 21:59:12 +00:00
eraviart b8c5a2f64a Created 2 virtual hosts: identity-provider & service-provider with their
certificates and private keys.
They will be used to test Liberty Alliance (config-liberty-alliance.xml).
So they have 2 kinds of certificates & private keys:
  - for SSL
  - for Liberty-Alliance data
2004-04-20 15:17:38 +00:00