Servertec Internet Server aJile Edition Version 2.1.4 09/04/2005
- initial open source release
Servertec Internet Server aJile Edition Version 2.1.3 03/04/2005
- stec.iws.Utils.date() now preinitializes the cached date
- removed redundant code from stec.iws.ConsoleLogger
- stec.iws.RequestHandler.log() now calls stec.iws.Utils.date()
- updated documentation
Servertec Internet Server aJile Edition Version 2.1.2 12/01/2003
- fixed bug that resulted in request headers being case sensitive
- updated DumpFormServlet example
- updated documentation
Servertec Internet Server aJile Edition Version 2.1.1 10/19/2003
- tested with aJile SDK 3.16.09
- changed the number of client requests that evaluation release allowed from
50 to 250
- updated documentation
Servertec Internet Server aJile Edition Version 2.1.0 07/06/2003
- changed url rewriting to encode session id in url and not in query string
- changed keep-alive implementation to better work with Microsoft Windows
2003
- improved performance by better caching commonly used internal objects
- updated cookie tester example
- updated documentation
Servertec Internet Server aJile Edition Version 2.0.0 10/19/2002
- redesigned server engine
- better optimized configuration files for aJile platform
- better optimized code for aJile platform
- added support for aJile SDK 3.16.06
- removed default from iws.ini
- added default_page to stec.iws.FileServlet
- removed directory from iws.ini
- added directory_access to stec.iws.FileServlet
- removed remote_admin from iws.ini
- added remote_admin to stec.iws.CommandServlet
- removed username from iws.ini
- added remote_admin to stec.iws.CommandServlet
- removed password from iws.ini
- added password to stec.iws.CommandServlet
- removed access_log_tempaltes from stec.iws.ConsoleLogger
- removed max_connections from iws.ini
- removed templates.ini
- updated release and sample ajile_iws.ajp file
- documented stec.iws.iwsStorage class, Servertec's virtual file system for embedded systems
- updated documentation
Servertec Internet Server aJile Edition Version 1.10.2 06/03/2001
- added CommandServlet, stop_iws and iwsCommand used to stop the server
- added iwsStorage class used to automatically generate classes for storage directories and files
- added build_iws script
- added debug server configuration parameter
- added remote_admin server configuration parameter
- added username server configuration parameter
- added password server configuration parameter
- added How To documentation
- added CommandServlet documentation
- reduced code size by eliminating unnecessary code
- improved code efficiency by removing redundant code from loops
- changed ETAG response header sent by stec.iws.FileServlet to be Microsoft Internet Explorer compatible
- fixed bug that resulted in the server sending an extra response header when PrintWriter is used after the response is sent when the PrintWriter is closed
- changed make_iws to use iwsStorage
- documented stop_iws and iwsCommand
- updated installation documentation
- updated examples
- updated API
- updated documentation
Servertec Internet Server aJile Edition Version 1.10.1 04/29/2001
|