December 9, 2002
November 11, 2002
- Fixed a problem that was causing a couple of necessary jar files to
not be included in the package.
September 26, 2002
- Fixed an SQL bug in the startup script.
September 16, 2002
- Tomcat 4.1 is now being used. This has changed a number of things.
If you have a server installed on Tomcat 4.0, please contact us.
- An alpha version of WebDAV is included in this release. If you
want to try it out, go to /biocore/webdav.
August 10, 2002
- Fixed a bug that was causing Job management start up problems if
the Globus jar files were not installed.
- Fixed a bug in the sample description for the All User project that
new installations were seeing.
June 25, 2002
- Reduced database queries for notebook accesses rather dramatically for
some requests (by a factor of 2 or 3) and added database indexes for some
of the fields in the notebookEntry table to speed things up.
- Included an alpha version of a web dav servlet for accessing the
BioFS.
- Removed logging lines from the Check class that were telling when
non-standard browsers accessed BioCoRE. They were informational only
and were not needed.
- Added handling to the BioFS for requests for non-integer IDs so that
BioCoRE doesn't throw an Internal Server Error.
- Revised the database to start storing unique IDs for the user's
Control Panels that they have open. (sessionEntry table)
May 16, 2002
Nothing that isn't visible to users.
April 18, 2002
- Fixed a few places that were sending email from biocore@ks.uiuc.edu
instead of using the tech contact field that local admins set up.
- Enhanced numerous error messages to be more descriptive.
March 26, 2002
Nothing that isn't visible to users.
March 6, 2002
- Revised the location of the sound files from biocore.ks to the local
server machine. This was causing problems with applets attempting to
request the sound file (mb).
February 27, 2002
- Added a catch around an interruption exception in the control panel
so that it doesn't spew to the user's Java console (kv).
- Removed an extraneous print to the user's Java console when shutting
down the Control panel (kv).
- Added exception catching around a stream flush() that didn't need to
send email to the admins when it failed (kv).
February 26, 2002
- Added a blank index.html file to the 'html' subdirectory so that
the contents of the directory can't be viewed (kv).
- Fixed a bug in string replacement code that was affecting places
where strings longer than 1 character were getting replaced by other
strings (kv).
- SshPath and ExpectPath are now optional in the AdminServlet (rb).
- Fixed an intermittent bug that was showing up when people logged
out. It was throwing an InvalidStateException in tomcat (kv).
- More tips for the MOTD (kv).
February 22, 2002