Good day

2005-07-07 Thread arieh . markel
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment. Norton AntiVirus Deleted1.txt Description: plain/text - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Good day

2005-07-07 Thread arieh . markel
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment. Norton AntiVirus Deleted1.txt Description: plain/text - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: Tomcat Admin Web Interface

2001-06-14 Thread Arieh Markel
-- What do you think ? Arieh PS - I forgot to mention a J2EE interface to manage Tomcat, which probably fits the view of those in the J2EE world. > Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm > Delivered-To: mailing list [EMAIL PROTECTED] > From: "Craig R. McClanahan"

RE: [VOTE] Final release of Tomcat 3.2.2

2001-05-18 Thread Arieh Markel
to help support the release. [ ] -0. I don't agree with the proposal but I won't stop the release. [ ] -1. I disagree with the proposal and will explain my reasons. Arieh -- Arieh Markel Sun Microsystems Inc. Netwo

Re: FW: Java World Editors' Choice Awards

2001-05-14 Thread Arieh Markel
One during that week. Is anybody else going to be present there ? Arieh > > -jon > > -- Forwarded Message > From: [EMAIL PROTECTED] > Date: Mon, 14 May 2001 11:13:13 -0700 > To: [EMAIL PROTECTED] > Subject: Java World Editors' Choice Awards > > Jon, &g

Re: Solaris Sparc Performance Problem

2001-04-24 Thread Arieh Markel
properly configured with regards to things like nameserver lookups, proxy setups, etc. Arieh > Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm > Delivered-To: mailing list [EMAIL PROTECTED] > From: [EMAIL PROTECTED] (Douglas E. Hornig) > Subject: Solaris Sparc Performance

Re: TC3.3 - building javadoc

2001-03-26 Thread Arieh Markel
.apache.tomcat.util \ org.apache.tomcat.util.depend \ org.apache.tomcat.util.net \ org.apache.tomcat.util.pattern \ org.apache.tomcat.util.threads \ org.apache.tomcat.util.xml (the package list need to be updated). Arieh > > Mel > > > __

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util FileUtil.java

2001-03-21 Thread arieh
arieh 01/03/21 14:23:08 Modified:src/share/org/apache/tomcat/util Tag: tomcat_32 FileUtil.java Log: Remove the trim() call. Revision ChangesPath No revision No revision 1.9.2.8 +4 -4

RE: to trim or not to trim (was Re: cvs commit: jakarta-tomcat/sr c/share/org/apache/tomcat/util FileUtil.java)

2001-03-21 Thread Arieh Markel
trim them. Doing this in patch() means > that some portions of Tomcat will see a request that is > technically different from what other portions see. I will remove the 'trim()' call. Arieh > > Cheers, > Larry > > > > > Have you seen any problem with the curr

to trim or not to trim (was Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util FileUtil.java)

2001-03-21 Thread Arieh Markel
aki <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util FileUtil.java > User-Agent: Wanderlust/2.4.1 (Stand By Me) Emacs/20.4 Mule/4.1 (AOI) > X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N > > Hi arieh, > &g

cvs commit: jakarta-tomcat/src/doc tomcat-localization-howto.html

2001-03-20 Thread arieh
arieh 01/03/20 08:31:10 Added: src/doc Tag: tomcat_32 tomcat-localization-howto.html Log: First revision of the localization HOWTO. Revision ChangesPath No revision No revision 1.1.2.1 +198 -0jakarta-tomcat

Re: [TC3.2.2] Codebase frozen (was RE: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/request StaticInterceptor.java)

2001-03-19 Thread Arieh Markel
re correct, this should not have gone into the tomcat_32 branch. The > only things that should be commited to tomcat_32 are bug fixes for existing > functionality. Anything else should only be committed with the approval of > the Release Manager (i.e. Me). I'm going to review these

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

2001-03-17 Thread arieh
arieh 01/03/16 15:43:56 Modified:src/share/org/apache/tomcat/core Tag: tomcat_32 Context.java Log: Add support for 'docbase' localization lookup to the getRealPath() method. Preserve backwards compatibility on the getRealPath(path, loc, loc) call. Revision Chang

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/request StaticInterceptor.java

2001-03-17 Thread arieh
arieh 01/03/16 15:42:00 Modified:src/share/org/apache/tomcat/request Tag: tomcat_32 StaticInterceptor.java Log: Add support for docbase localization lookup. Revision ChangesPath No revision No

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util FileUtil.java

2001-03-17 Thread arieh
arieh 01/03/16 15:39:52 Modified:src/share/org/apache/tomcat/util Tag: tomcat_32 FileUtil.java Log: Add support for docbase localized lookups. Revision ChangesPath No revision No revision

Question - Re: cvs commit: DefaultCMSetter.java

2001-03-16 Thread Arieh Markel
1.45.2.8 > +++ DefaultCMSetter.java2001/03/17 00:26:39 1.45.2.9 > @@ -151,7 +151,11 @@ >public void doService(Request req, Response res) > throws Exception >{ > - res.setContentType("text/html");// ISO-8859-1 default

RE: [VOTE] New Committer: Amy Roh

2001-03-16 Thread Arieh Markel
the French alps with > >a BIG whiteboard... If there is enough snow, make that: riding (snow)boards over BIG white (stuff) ... Arieh -- Arieh Markel Sun Microsystems Inc. Network Storage500 Eldorado Blvd. MS UBRM11-194 e-mail: [EMAIL

Re: Proposal for implementation of lookup of localized web-resources

2001-03-16 Thread Arieh Markel
ahmood" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: Re: Proposal for implementation of lookup of localized web-resources > X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N > > > - Original Message - > From: "Arieh Markel" <[EMAIL P

Re: Proposal for implementation of lookup of localized web-resources

2001-03-16 Thread Arieh Markel
kamoto" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: Re: Proposal for implementation of lookup of localized web-resources > X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N > > Hi!! > > From: "Arieh Markel" <[EMAIL PROTEC

Re: Proposal for implementation of lookup of localized web-resources

2001-03-16 Thread Arieh Markel
> To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: Re: Proposal for implementation of lookup of localized web-resources > From: [EMAIL PROTECTED] (Kazuhiro Kazama) > X-Dispatcher: imput version 2228(IM140) > > Arieh, > > Basically lo

Re: [VOTE] New commiter - Casey Lucas

2001-03-16 Thread Arieh Markel
+1 Arieh -- Arieh Markel Sun Microsystems Inc. Network Storage500 Eldorado Blvd. MS UBRM11-194 e-mail: [EMAIL PROTECTED] Broomfield, CO 80021 Pray for snow Phone: (303) 272-8547 x78547 (e-mail me with

RE: Proposal for implementation of lookup of localized web-resour ces

2001-03-15 Thread Arieh Markel
od is also exposed to developers so that they can invoke obtaining the resource from within a servlet as well. Arieh > > Mike. > -- > Mike Braden > [EMAIL PROTECTED] > > > -Original Message- > From: Arieh Markel [mailto:[EMAIL PROTECTED]

Proposal for implementation of lookup of localized web-resources

2001-03-15 Thread Arieh Markel
t begun looking at the code yesterday - would appreciate some pointers from the 4.x experts of where the serving of resource is done) Any opinions ? Much of the code has already been written and has been tested. Arieh -- Arieh M

Re: Clarification on Catalina TODO item: CGI emulation servlet

2001-02-20 Thread Arieh Markel
lly, because of the need of adapting differently to the manner in which the host's environment variables need to be set, establishment of PATH, probably there is more), or operate in a platform-specific manner. (I am not aware of a Java API that allows to modify the external - host - environm

Re: Bugzilla categories

2001-02-05 Thread Arieh Markel
s", charsets, etc). It's a big > issue and I want to have all the related bugs grouped togheter. I think that 'i18n' would be more appropriate. Arieh > > ( I'll work on them - but it's not easy and will take few weeks to sort it > out ) > > -- >

Re: [VOTE] Tomcat 3.3 Release Plan

2001-02-02 Thread Arieh Markel
s plan being executed, and my reason is: <-> -- Arieh Markel Sun Microsystems Inc. Network Storage500 Eldorado Blvd. MS UBRM11-194 e-mail: [EMAIL PROTECTED] Broomfie

RE: String/StringBuffer (was Re: An alternative to JSP)

2001-01-26 Thread Arieh Markel
" + "dog " + "has " + "fleas."; > } > > The following is the result from "javap -c StringTest" after compiling: > > Compiled from StringTest.java > public class StringTest extends java.lang.Object { > static java.lang.String bl

String/StringBuffer (was Re: An alternative to JSP)

2001-01-26 Thread Arieh Markel
or the string concatentation operator ( + ), and for conversion of other objects to strings. String concatenation is implemented through the StringBuffer class and its append method. String conversions are implemented through the method toString, defined by Object and inherited by all classes in Java. Fo

Re: [PROPOSAL] Tomcat 3.3 Release Plan

2001-01-24 Thread Arieh Markel
nt to lose > any potential +1's because they didn't want to commit to maintenance. > Whether there are the 3 required committers for maintenance should > be a separate issue. > > Perhaps the vote should include voting for plan approval and a > separate indication of will

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/request SimpleMapper1.java StaticInterceptor.java

2000-12-12 Thread Arieh Markel
The fix is incorrect. indexOf returns -1 when the substring is not found, not 0. The way the current code is set forces wrong behavior. It should be: (relativePath.indexOf("/META-INF/") != -1) || (relativePath.indexOf("/WEB-INF/") != -1)) Arieh > Maili

Re: [SECURITY] Security Vulnerabilities in Tomcat 3.1 and 3.2

2000-12-12 Thread Arieh Markel
), therefore, there are going to be users that will not upgrade to 3.2 but will be willing to move to 3.1.1. I would argue that a move from 3.1 to 3.1.1 falls into the category of transparent move, while not being able to say the same of moving from 3.1 to 3.2. Arieh > > -jon > > --

Re: Problem to limit the number of connections

2000-12-08 Thread Arieh Markel
rver.xml to explicitly set the property values that are appropriate for you: (Here is an example from an old server.xml I was using) Arieh -- Arieh Markel Sun Microsystems Inc

How to close a bug ? (was Re: BugRat Report #543 has been filed.)

2000-12-07 Thread Arieh Markel
I want to close this (543) bug. I believe that this is not a bug (as I explained in the attached message on which I replied to the bug filing). I think I cannot close a bug on the bugrat database. Can somebody do it for me ? Arieh -- Arieh Markel Sun Microsystems

Re: BugRat Report #543 has been filed.

2000-12-07 Thread Arieh Markel
eign contexts. This method returns null if the ServletContext cannot return a RequestDispatcher. Parameters: path - a String specifying the pathname to the resource Returns: a RequestDispatcher object that acts as a wrapper for the resource at the specifie

Improvement to Bugrat ?

2000-12-07 Thread Arieh Markel
I am wondering how difficult would be to change bugrat so that the synopsis (or part of it) appears on the mail subject line. Arieh -- Arieh Markel Sun Microsystems Inc. Network Storage500 Eldorado Blvd. MS UBRM11-194 e-mail: [EMAIL PROTECTED

Re: Proposal: new commiter

2000-12-05 Thread Arieh Markel
> > Hi, > > Please vote for Dan Milstein as a new commiter for tomcat. +1 Arieh > > Dan did an excelent review of the connector code, documented the protocol, > proposed many enhancements and re-factored the Ajp13 adapter. > > We are very lucky to have someon

Re: Problem with context initialization ?

2000-11-21 Thread Arieh Markel
t; X-Sender: costin@costin > To: [EMAIL PROTECTED], Arieh Markel <[EMAIL PROTECTED]> > Subject: Re: Problem with context initialization ? > X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N > > Hi Arieh, > > I know about this problem, and 3.3 is going to fix this ( and other

Re: Problem with context initialization ?

2000-11-20 Thread Arieh Markel
(HttpConne ctionHandler.java:210) at org.apache.tomcat.service.TcpWorkerThread.runIt(Compiled Code) at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(Compiled Code) at java.lang.Thread.run(Compiled Code) Consider this the initial exception thrown. Arieh -- Arieh Markel

Problem with context initialization ?

2000-11-20 Thread Arieh Markel
) repeatedly from a browser trying to catch the point in time where the connector is made available by the contexts are not. When I manage to access the port on the connector the result is the above exception. Does anybody else see something similar ? - Arieh -- Arieh Markel

Re: [Proposal] Tomcat 3.2b8

2000-11-17 Thread Arieh Markel
on 11/17/2000 9:54 AM, "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > I propose to do a 3.2b8 build on Monday afternoon (which should give us time > to > address the remaining b7 issues that I know about). What do you think? > > Cr

Re: Servlet - Jini - Tomcat3.1

2000-11-15 Thread Arieh Markel
> From: "Flávio Rodrigo M. de Carvalho" <[EMAIL PROTECTED]> > To: "Arieh Markel" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> > Subject: Re: Servlet - Jini - Tomcat3.1 > > - Original Message - > >Flavio, > >It is not clear

Interesting issue with Java and Cygwin under WIN32

2000-11-15 Thread Arieh Markel
, I would like the ability to override the Win32 default in a CygWin environment. Any ideas ? Opinions ? Thanks, Arieh -- Arieh Markel Sun Microsystems Inc. Network Storage500 Eldorado Blvd. MS UBRM11-194 e-mail: [EMAIL PROTECTED

Re: Servlet - Jini - Tomcat3.1

2000-11-13 Thread Arieh Markel
a multistep process: ..." It is not clear from your description what you are trying to do. . does your server issue a query to obtain a Jini service reference from a lookup server ? . are you expec

Re: About Form-Login-Config

2000-11-10 Thread Arieh Markel
EMAIL PROTECTED] > From: "Craig R. McClanahan" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: About Form-Login-Config > X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N > > Arieh Markel wrote: > > > I am reading the (2.3) spec and am r

About Form-Login-Config

2000-11-10 Thread Arieh Markel
to allowing a URL to be specified. Arieh -- Arieh Markel Sun Microsystems Inc. Network Storage500 Eldorado Blvd. MS UBRM11-194 e-mail: [EMAIL PROTECTED] Broomfield, CO 80021 Let's go Panthers Phone: (303) 27

Re: Attributes of tag

2000-10-26 Thread Arieh Markel
I believe someone (forgot on which one of the lists) had asked about valid properties for the Context. Here is the original message. Arieh - Begin Forwarded Message - Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm list-help: <mailto:[EMAIL PROTECTED]>