Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  nceas 220 almost 24 years Matt Jones Fixed bug where TEXT nodes couldn't be longer t...

Latest revisions

# Date Author Comment
220 06/27/2000 08:14 PM Matt Jones

Fixed bug where TEXT nodes couldn't be longer than 4000 characters, which
is the maximum length of a VARCHAR2 field in Oracle. Now, if text
exceeds the field length, I break the text up into a series of TEXT
nodes each of the max field length, and the remainder in the last...

219 06/27/2000 07:36 PM Matt Jones

Added feature to now ouput COMMENTs and PIs when the document is
read from the database with DBReader.

215 06/27/2000 05:00 PM bojilova

changed to
response.sendRedirect(response.encodeRedirectUrl("/xmltodb/lib/index.html"));

213 06/27/2000 04:53 PM Matt Jones

Added srbrmi classes for authentication support

212 06/27/2000 03:43 PM bojilova

changed to use username/password entered on login

210 06/27/2000 02:25 PM bojilova

changes releted to login and session tracking

209 06/27/2000 02:24 PM bojilova

New- class that encapsulates session creation and user authentication

205 06/26/2000 09:50 PM Matt Jones

Updated javadoc documentation.

204 06/26/2000 09:31 PM Matt Jones

Fixed bugs associated with the new UPDATE and DELETE functions of
DBWriter. There were problematic interactions between some static
variables used in DBEntityResolver and the way in which the
Servlet objects are re-used across multiple client invocations....

203 06/26/2000 03:35 AM Matt Jones

Merged in substantial changes to DBWriter and associated classes and to
the MetaCatServlet in order to accomodate the new UPDATE and DELETE
functions. The command line tools and the parameters for the
servlet have changed substantially.

View revisions

Also available in: Atom