Mojasef release notes: version 0.0.1.2 (2005/02/02)
About this release
This release is the first "alpha" released to sourceforge and offered for initial
testing by a select group. The basic functionality should largely be there, but dark
corners are unexplored, and several key areas are still unimplemented.
Changes since the previous version
Known problems
- Sessions last forever. I had to pull the session reaping code at the last minute,
so bear in mind that memory usage will grow if this server is left running.
- Manual missing. I thought I'd get this out for experimentation while I continue
with the manual. The examples give a brief overview, though.
- Several spec handlers still unimplemented. Several key spec suffix handlers still
need implementing including '#' (Map), '%' (Cache) , '+' (add), '&' (fallback), '*' (expand)
- Simplistic Session cookie The generated session cookie is just an incrementing number,
there may be problems with this.
- Only HTTP/1.0 Mojasef does not support any HTTP/1.1 features such as "keepalive"
- Apparent problem with nested tract templates. During experimentation before release
a fault was discovered with the loading of tract attributes in nsted templates. This is not yet
covered by the test suite.
- No Cookie utilities. If you want to write cookies you're on your own. Mojasef needs
some cookie-building utility methods.