| date | version | comment
|
|---|
| 2010-04-10 | V1.4.1.65 331917 b | Maintainance version
- HTTP
- Cookies with same name were added not replaced resulting in multiple cookies. This caused problems with logout/login mechanisms. FIXED
|
| 2009-11-25 | V1.4.1.64 330725 b | Maintainance version
- HTTP
- The WelcomeHandler and FileHandler could forget to pass the QueryString if forwarding to a welcome file (index.php or so). FIXED
|
| 2009-11-18 | V1.4.1.63 330636 b | Maintainance version
- SERVER
- added the innate ability to change UID and GID under unix.
- fixed a possible 100% load loop in the servers main loop because the streams were not marked as invalid.
|
| 2008-03-14 | V1.4.1.62a 328453 b | Maintenance release
- improved conformance and performance
|
| 2007-01-12 | V1.4.1.60a 319894 b | Maintenance release
- this release is now using serlvet 2.4 which is the reason for the bigger file...
- there are not yet all servlet 2.4 features, it's just starting, applications which use serlvet 2.3 still work unaffected by this change.
- the new listeners are supported
- no support for EL yet
fixes in handling of the thread context class loader
- fixed getRequestURI in forward and include (which reported always the main URI)
- added the ability to specify *.link files in webapps folders:
- *.link files are text files
- the first line specifies the path to the webroot, the link name is the alias to access the webapp
- so the file .link connects a folder to the root context
|
| 2006-03-17 | V1.4.1.58 230568 b | Maintenance release since a new BEJY version was released.
|
| 2005-01-17 | V1.3.1.56b 231148 b | New features were added:
- BEJY Tiger also reads a config file (bejy.xml), so users and groups can be defined there and used via security-constraints in the web.xml.
There are also some bug fixes:
- added log file messages for WAR unpacking and reading SSL configurations
- fixed the class loading issue, so J2SDK1.4.2_05 and newer works again.
- enhanced jsp:include to handle local redirects (302)
- fixed alls issued to conform with jakarta watchdog
|