Mark's right, I need to make the docs in the package and on the homepages more explicit...updating in process...
dedmike > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Mark > D. Anderson > Sent: Friday, March 15, 2002 11:38 PM > To: Hsqldb-Developers > Subject: [Hsqldb-developers] broken demo directory files > > > the html files in demo/ just can't possibly work, unless i'm > missing something. > > for example, demo/memoryquery.html has: > <applet code="org.hsqldb.util.QueryTool" archive="hsqldb.jar" > width="460" height="400" codebase="../lib/"> > <PARAM NAME="database" VALUE="."> > </APPLET > > meanwhile WebServerConnection.java has: > if (name.indexOf("..") != -1) { > processError(FORBIDDEN); > return; > } > > the documentation should make clearer whether to start with -root > to be the install > dir, or the demo subdirectory. > assuming the install dir is the docroot, and not demo, then one > way to fix memoryquery.html > is: > <applet code="org.hsqldb.util.QueryTool" > archive="/lib/hsqldb.jar" width="460" height="400" codebase="/classes/"> > <PARAM NAME="database" VALUE="."> > </APPLET> > > -mda > > > > _______________________________________________ > hsqldb-developers mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/hsqldb-developers > _______________________________________________ hsqldb-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hsqldb-developers