Updating: Changes in Plexus 3.0

Administrators

Casual administrators should note that the configuration files have changed. The most notable change is the most configuration is now done in local.conf.

Developers

Gateway writers should be aware of these changes from 2.2.1 to 3.0 in the interface to gateway programs (the impact should be minimal on well written gateways).

The main thing you need to worry about is that incoming path names are no longer filtered for special characters. There is a new routine called &main'safeopen that can be used to open files with names derived from user data. The rest shouldn't affect code in the gateway itself (unless you want to use the new query facilities to preprocess the query data).


Tony Sanders