This is the fix for ServletInputStream.read() bug.
#1678: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1678
The change is in Ajp13ConnectorRequest.java. This one is obviously
the one which has not been tested with a binary data.
I made this patch for 3.2.1.
Index: Ajp13ConnectorRequest.j
Kevin, thanks for the suggestion. However, the association is already set
up. I'm using the same ActivePerl from ActiveState. All my perl files with
.pl have a little yellow cute symbols which mean the association is there
already.
Amy
- Original Message -
From: "kevin seguin" <[EMAIL
i would guess the problems you are running into are related to .pl file
types not being associated with the perl executable. what distribution
of perl are you using? it's been a while... but the last time i
installed perl on windows, i used the active state dist
(http://www.activestate.com/) and
I think the changes will be too big to add before the 3.3 freeze. I like
your alternative and will start bashing the jsp->java files to get something
optimal before changing the jasper34 generator code. I'll let you know when
I have something that looks interesting so that it can be discussed
b
Was anyone able to run CGI perl scripts on Windows via Apache
successfully? I couldn't get it to work even though I have perl
interpreter installed on my windows machine. I can run perl scripts
fine on command line but not through CGI using Apache. I couldn't find
any docs on Apache limiting th
Casey,
We hope to freeze 3.3 for a release in the next weeks. If you feel the
changes are reasonably small and will not create problems - you can still
do it.
What about:
1. We copy the code from 3.3 as it is in jasper34 area ( except that we
rename the package ).
2. We make sure it builds a
Costin & Craig,
I agree with both of you. The optimizations that Craig mentioned are
exactly the ones that I was hoping to add. Yes, the least fun part
will probably be adding to the existing generator code. But, until a
new generating architecture is in place, I think it would be good to
go
On Wed, 23 May 2001, Peter Costello wrote:
> The following patches were made to get
> jakarta-tomcat4.0-b5 to
> compile and work properly in an environment using
> Win2000,
> JDK1.3.0_01 and Forte2.0 IDE.
>
> Could an active developer please review and check
> out/in the changes?
>
Hi Peter,
craigmcc01/05/23 15:26:19
Modified:webapps/examples/WEB-INF/classes/filters
RequestDumperFilter.java
Log:
Deal with the fact that request.getCookies() can return null.
PR: Patch #5 from the "8 Patches" message on 23 May 2001
Submitted by: Peter Costell
craigmcc01/05/23 15:19:52
Modified:catalina/src/share/org/apache/catalina/util/xml
XmlMapper.java
Log:
Do not print double debug messages when processing a method setter that
declares zero arguments (and thus takes its method argument from the
nested body
craigmcc01/05/23 15:06:33
Modified:catalina/src/share/org/apache/catalina/startup Catalina.java
Log:
If an attempt is made to execute Catalina with no command line parameters
at all (or an unrecognized parameter), display a usage message and exit.
PR: Patch #3 of the "8 Patc
On Wed, 23 May 2001, Craig R. McClanahan wrote:
> I know Costin loves evolutionary change :-), and it's certainly a valid
> approach to Jasper.
>
> But there is also another approach we should consider - a green-field
> recoding of at least some of the major components (conforming to an
> agreed
craigmcc01/05/23 15:01:07
Modified:catalina/src/share/org/apache/catalina/core
ApplicationFilterChain.java
Log:
It is not necessary to synchronize the service() call of a
SingleThreadModel servlet, since StandardWrapper.allocate() already
ensured that the
craigmcc01/05/23 14:53:02
Modified:catalina/src/share/org/apache/catalina/core
ApplicationDispatcher.java
Log:
Change the way that the servlet's service() method is invoked to match the
way this is done in ApplicationFilterChain when a top-level servlet is
Hi,
The clear POST data flow is attached as a file.
Thanks!
Xuemei
- Original Message -
From: xuemei <[EMAIL PROTECTED]>
To: Scott Stahlman <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, May 23, 2001 5:37 PM
Subject: Re: windows 2K + IIS 5.0 + cgi program + HTTP connectio
How to get involved -- http://jakarta.apache.org/site/getinvolved.html
Amy
Will Nelson wrote:
>
>
> Hi, I am an experienced java developer that would like to get involved
> in Tomcat's development. I have a couple of questions.
>
> It appears from the posts that development is mostly done in F
Title: FW: New to Tomcat
Hi, I am an experienced java developer that would like to get involved in Tomcat's development. I have a couple of questions.
It appears from the posts that development is mostly done in Forte's IDE. Is this correct?
The bigger question, I have downloaded the sou
Scott,
Thank you very much for your help!
I've posted my question to both tomcat-user and tomcat-dev newsgroup before
I sent to you.
Here I'll tell more about my program:
System:
Client Firewall --- [ Web Server - cgi program - mux server ] ---
Another Server
the data flow for each HTTP P
Title: New to Tomcat
Hi, I am an experienced java developer that would like to get involved in Tomcat's development. I have a couple of questions.
It appears from the posts that development is mostly done in Forte's IDE. Is this correct?
The bigger question, I have downloaded the source
I just noticed that facade/RequestDispatcherImpl.java uses the
strings defined in core/LocalStrings*.properties, where rdi.forward.ise
is defined, but it also tries to use strings that aren't defined there.
They are
dispatcher.includeException
dispatcher.forwardException
both of which are actuall
On Wed, 23 May 2001 [EMAIL PROTECTED] wrote:
> On Wed, 23 May 2001, Casey Lucas wrote:
>
> >
> > btw, If i start tinkering, should I work with jasper34 or the 3.3 stuff?
>
> Difficult question...
>
> The problem with jasper34 is that it doesn't work yet ( the one in
> proposals/jasper34 - I
craigmcc01/05/23 12:44:30
Modified:jasper build.xml
Log:
When revising the build procedure, I accidentally broke the copying of our
special patched jaxp.jar and crimson.jar files to get around the package
sealing violations. This fix restores them.
Revision ChangesP
On Tue, 22 May 2001, JULIEN,TIMOTHY (HP-NewJersey,ex2) wrote:
> I see that Tomcat 4.0 is not yet using the new servlet.jar and jsp.jar that
> were released on April 24 by SUN.
>
Yah, we're not. We use the one from jakarta-servletapi-4.
> I think they are broken - servlet.jar is missing
> ja
On Wed, 23 May 2001, Mark.Abbott wrote:
>
>
> Peter Costello wrote:
> >
> >
> > ===
> > 1) org.apache.catalina.authenticator.FormAuthenticate
> >
> >The following enhancement allows the IE5.0 browser
> > to maintai
On Wed, 23 May 2001, Casey Lucas wrote:
>
> btw, If i start tinkering, should I work with jasper34 or the 3.3 stuff?
Difficult question...
The problem with jasper34 is that it doesn't work yet ( the one in
proposals/jasper34 - I still have to move it in the new repository ). Mea
culpa - I trie
Peter Costello wrote:
>
>
> ===
> 1) org.apache.catalina.authenticator.FormAuthenticate
>
>The following enhancement allows the IE5.0 browser
> to maintain the
>correct URL in its history list. For example, if
>
Neeme,
I didn't try myself, but the basic scheme for debugging servlets is the
following:
1) Modify the Tomcat startup script so JVM runs in the debugging mode - we
use something like the following:
C:\jdk1.3.1\jre\..\bin\java -classic -Xdebug -Xnoagent -Xrunjdwp:transport=d
t_socket,address=pj
The following patches were made to get
jakarta-tomcat4.0-b5 to
compile and work properly in an environment using
Win2000,
JDK1.3.0_01 and Forte2.0 IDE.
Could an active developer please review and check
out/in the changes?
=
ok, nevermind, I already found some help for this:
http://www.netbeans.org/www-nbusers/msg06837.html
Neeme
> -Original Message-
> From: Neeme Praks [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 23, 2001 3:13 PM
> To: [EMAIL PROTECTED]
> Subject: Tomcat 3.3 or 4.0 under Netbeans 3.2
On Wed, 23 May 2001, Rickard Öberg wrote:
> Jasper performance is a high priority thing for us (nr 1. on our "system
> performance fixing" list actually), so if possible, absolutely. I can't
> say I've delved that far into Jasper yet though. It was a bit hard to
> read.
I'm working on a refactor
Glenn Nielsen wrote:
[snip]
>
> I just had an idea (dangerous things) regarding tag pooling optimizations.
>
> When Jasper translates a page it should be able to generate information
> about which tag handler classes it needs, and for each tag handler, the
> profile of the attribute/value pa
I sent a vote earlier, but I don't see a copy from tomcat-dev.
Sending it again in case is wasn't just my mail system that
misplaced it.
[X] +1. I agree with the proposal and I will help support
the release.
Larry
> -Original Message-
> From: Marc Saegesser [mailto:[EMAIL PROT
I have written a Java app to change messages with an IBM server.
Here´s how it works: it receives a set of parameters and makes a byte array
that is sent via TCP/IP to the IBM server.
If the message is accepted by the server a few seconds latter I get a
repply.
I have installed TomCat and it´s wo
Is there anyone out there who has gotten Tomcat 3.3 or 4.0 working under
Netbeans 3.2 IDE?
It doesn't have to be very integrated with the IDE, I just want to debug my
servlets, no JSP or anything...
I tried, but due to the new (pretty advanced) classloading scheme, I'm not
sure how to accomplish
Title: RE: RE: RE: Problem in Transferring session between http and http s on Net scape
If you're on a Un*x box, try netstat (options may vary depending on your Unix flavour):
netstat -lp
(l for listening, p for which programs are listening, it relies on /etc/services though)
-Origi
Hi,
I have started to write a README for the configure of the
jakarta-tomcat-connectors/jk/src/native.
Find it enclosed.
Several features are not yet supported, but I will try to go on with
--with-apache (static module).
Any comments?
Cheers
Jean-frederic
Installation
Glenn Nielsen wrote:
> I just had an idea (dangerous things) regarding tag pooling optimizations.
>
> When Jasper translates a page it should be able to generate information
> about which tag handler classes it needs, and for each tag handler, the
> profile of the attribute/value pairs. At runti
Rickard Öberg wrote:
>
> [EMAIL PROTECTED] wrote:
> > > > We know the pool is synchronized and that may create problems under heavy
> > > > load, and we know how to fix this ( by using a per/thread pool without
> > > > synchronization ).
> > >
> > > That is one solution, but what do you do with t
Sounds like something to add to the Tomcat 4 todo list.
I see this as something that could be configurable at the ,
, , or . With the ability to specify
a Handler or static page for both HTTP status codes and Exceptions.
These could be overridden by a web applications web.xml.
Regards,
Glenn
Great job Marc!
Marc Saegesser wrote:
>
> The jakarta-tomcat-site repository has been created and populated. The
> Jakarta web site has been updated to point to the new stuff. The README.txt
> file in the root directory has basic instructions.
>
> I claim no great ability at site design or wo
I believe you are abusing [EMAIL PROTECTED] now.
Go to http://jakarta.apache.org/site/mail.html
and read
Summary: Do not abuse resources in order to get help.
Casper
- Original Message -
From: "Deepak Raina" <[EMAIL PROTECTED]>
> I think you are right. But there is already a service r
I think you are right. But there is already a service running on port 80.
But i'm anable to find which service is running at port 80.Is there any way
from where we can find which service is running on a particular port?
Deepak Raina
INTIQUA India
B-65 Okhla Industrial Area - I
New Delhi 110 020
42 matches
Mail list logo