Re: Inserting special characters

2001-01-06 Thread Dave Frankson
You can escape it using the single quote twice abc''s question Dave - Original Message - From: "Venkata Ratnam Vadlamannati" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, January 06, 2001 9:49 PM Subject: Inserting special characters > Hi all

Inserting special characters

2001-01-06 Thread Venkata Ratnam Vadlamannati
Hi all Can anybody suggest me how to insert into a text column with text such as "abc's question", "he said "I am not a culprit", it's your fault" etc., I'm using jdbc-odbc drivers for sql7.0. and HTML forms with JSP to process backend. As the string is with characters such as ", ', normal ins

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config LoaderInterceptor11.java LoaderInterceptor12.java

2001-01-06 Thread larryi
larryi 01/01/06 17:53:55 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java src/share/org/apache/tomcat/modules/config LoaderInterceptor11.java LoaderInterceptor12.java Log: The URLClassLoader in Sun's JDK1.2.2 for Windows has

cvs commit: jakarta-tomcat/src/tests/webpages/WEB-INF test-tomcat.xml

2001-01-06 Thread costin
costin 01/01/06 16:24:00 Modified:src/tests/webpages/WEB-INF test-tomcat.xml Log: Removed few bad tests (IMHO) that tested for tomcat-specific behavior ( that was wrong ). The problem is that in previous versions of tomcat, errors RequestDispatcher.include were not propaga

cvs commit: jakarta-tomcat/src/tests/share run-test.sh

2001-01-06 Thread costin
costin 01/01/06 16:19:32 Added: src/tests/share run-test.sh Log: Added a small script to run the sanity-test. You need to build it first ( ant sanity-test ), set TOMCAT_HOME and then you can run the script. I have a much better solution for running the tests, but it s

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators ErrorHandler.java

2001-01-06 Thread costin
costin 01/01/06 16:17:06 Modified:src/share/org/apache/tomcat/modules/generators ErrorHandler.java Log: - Added showDebugInfo property to the ErrorHandler module - it'll act as default ( explicit properties are easier to document, and it's better to set th

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core OutputBuffer.java

2001-01-06 Thread costin
costin 01/01/06 16:10:33 Modified:src/share/org/apache/tomcat/core OutputBuffer.java Log: Small change in OutputBuffer - the number of chars written was not exposed. We also need to know if the buffer is new ( needed to fix bug in ErrorHandler). Revision ChangesPath 1

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade RequestDispatcherImpl.java

2001-01-06 Thread costin
costin 01/01/06 16:08:59 Modified:src/facade22/org/apache/tomcat/facade RequestDispatcherImpl.java Log: Bug: RuntimeException should be propagated to the caller ( previous behavior: it was wrapped in a ServletException ) Bug: the included exception wa

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/aaa CredentialsInterceptor.java

2001-01-06 Thread nacho
nacho 01/01/06 15:25:55 Modified:src/share/org/apache/tomcat/modules/aaa CredentialsInterceptor.java Log: Authenticate must return DECLINED to let chain go Revision ChangesPath 1.2 +1 -1 jakarta-tomcat/src/share/org/apache/tomcat/mod

Re: Tomcat can be shutdown by ANYONE.

2001-01-06 Thread cmanolache
> >> One idea: > >> I know nothing about the AJP12 protocol but isn't it possible > >> to generate some random seed (or whatever) while starting > >> up tomcat, saving it to disk and then when the shutdown request > > > > Done. ( part of 3.3 ). I can back-port it into Tomcat3.2, but it's more > >

Re: acive session count?

2001-01-06 Thread cmanolache
> I need to get a count of the number of active sessions in an instance of > Tomcat. > > Was hoping it could be a flag (Tomcat -getSessionCount) or the like, so I've > been looking at adding a getSessionCount() method from the StandardManager, > through to Tomcat... But I need to get the ContextM

Tomcat for Mac OS X

2001-01-06 Thread Richard Laing
Hi, I have written a simple GUI front end for Tomcat 3.2.1 for Mac OS X, it allows the user to select the home director, configuration file and to start and stop tomcat from the GUI. It has been suggested that I contribute this to the project but amn't sure exactly how to do that! The code has

Re: acive session count?

2001-01-06 Thread Craig R. McClanahan
Michael Kuz wrote:   I need to get a count of the number of active sessions in an instance of Tomcat. Was hoping it could be a flag (Tomcat -getSessionCount) or the like, so I've been looking at adding a getSessionCount() method from the StandardManager, through to Tomcat... But I need to get the

RE: Tomcat documentation issue

2001-01-06 Thread Paulo Gaspar
I am sure you are an happier man having the last word. Have fun, Paulo > -Original Message- > From: Jon Stevens [mailto:[EMAIL PROTECTED]] > Sent: Saturday, January 06, 2001 04:57 > > on 1/5/2001 8:00 PM, "Paulo Gaspar" <[EMAIL PROTECTED]> wrote: > > > Community driven! > > Exactly. Othe

Re: Tomcat can be shutdown by ANYONE.

2001-01-06 Thread Jon Stevens
on 1/6/2001 8:17 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi Simon, > >> One idea: >> I know nothing about the AJP12 protocol but isn't it possible >> to generate some random seed (or whatever) while starting >> up tomcat, saving it to disk and then when the shutdown request > > Don

RE: [ANNOUNCEMENT] Tomcat 4.0 Beta 1

2001-01-06 Thread GOMEZ Henri
The RPM will be available by Monday/Tuesday :-) "Pour la plupart des hommes, se corriger consiste à changer de défauts." -- Voltaire >-Original Message- >From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] >Sent: Saturday, January 06, 2001 6:58 AM >To: [EMAIL PROTECTED]; [EMAIL PROTE

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/resources LocalStrings_es.properties

2001-01-06 Thread nacho
nacho 01/01/06 10:10:57 Modified:src/share/org/apache/tomcat/resources LocalStrings_es.properties Log: spell checking done, needs correction but now is better translated. Revision ChangesPath 1.13 +56 -56 jakarta-tomcat/src/share/org/

acive session count?

2001-01-06 Thread Michael Kuz
Title: acive session count? I need to get a count of the number of active sessions in an instance of Tomcat. Was hoping it could be a flag (Tomcat -getSessionCount) or the like, so I've been looking at adding a getSessionCount() method from the StandardManager, through to Tomcat... But I nee

RE: Tomcat can be shutdown by ANYONE.

2001-01-06 Thread cmanolache
Hi Simon, > One idea: > I know nothing about the AJP12 protocol but isn't it possible > to generate some random seed (or whatever) while starting > up tomcat, saving it to disk and then when the shutdown request Done. ( part of 3.3 ). I can back-port it into Tomcat3.2, but it's more than a bug f

RE: Tomcat can be shutdown by ANYONE.

2001-01-06 Thread Dimon - Gudmundur Hafsteinsson
One idea: I know nothing about the AJP12 protocol but isn't it possible to generate some random seed (or whatever) while starting up tomcat, saving it to disk and then when the shutdown request arrives, it can be matched against both the ip address and the random seed (acting as a password)? The r

Re: Tomcat documentation issue

2001-01-06 Thread Ted Husted
I'll look forward to the FAQ-O-MATIC being fixed, at which time I will happily contribute the many things I have been tucking away, while fielding some of the easier questions on the User list. I also hope that we can then open a Struts FAQ, so I can post what I have put together at < http://h