This repository has been archived by the owner on Aug 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Seaside303Changelog
Johan Brichau edited this page Mar 26, 2015
·
1 revision
Seaside 3.0.3 is closed, but not yet released bug fix release for Seaside 3.0.
The following bugs were fixed:
- Issue 607: No adapter can be stared if two stopped adapters are on the same port
- Issue 609: Consider not using #subStrings: in WAUrl>>addToPath:
- Issue 611: Auto Reload of a page and memory consumption
- Issue 619: error detected on WATemporaryFile
- Issue 621: error uploading file
- Issue 618: Port number in server adaptors
In addition the following improvements were made:
- Reaping of expired sessions now happens every n (default 10) session creations instead of every n session accesses. This is back to the behavior of Seaside 2.8. If you want the behavior of previous Seaside 3 releases use
WARetrievalIntervalReapingStrategy
.WARetrievalIntervalReapingStrategy
reaps on access as well as creation (new). Already registered applications will not be migrated and continue to useWARetrievalIntervalReapingStrategy
. To use the newWAAccessIntervalReapingStrategy
they have to be registered again or the configuration of the cache has to be updated. - Upload streaming of the Comanche adaptor can be configured in the control panel