DO NOT REPLY [Bug 24846] - Quantity of org.apache.jasper.runtime.JspRuntimeLibrary.* usage triggers javac bug

2003-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24846.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24846

Quantity of org.apache.jasper.runtime.JspRuntimeLibrary.* usage triggers javac bug

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX



--- Additional Comments From [EMAIL PROTECTED]  2003-11-20 09:47 ---
This will not be fixed (as you said, it is not a Jasper issue, and I'm almost
certain the spec mandates no imports outside of a small list). Besides, there is
a significant amount of other compilers which can be used by Ant, so this
shouldn't be a real issue.
You should precompile your application, BTW.

About the last sentence, Tomcat is not completely reliable for large JSP files
anyway (no compliant JSP compiler can be, AFAIK), because of Java limitations to
method code size.
There may also be an easy workaround: disable tag pooling.

We'll refer to your big report for further comments if needed, and to mark
others as duplicates.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http Parameters.java

2003-11-20 Thread Remy Maucherat
Larry Isaacs wrote:
Remy,

The patch appears to be working as desired in both Tomcat 4.1.x
and Tomcat 5.0.x.  Thanks.
Cool.

The new URIEncoding attribute doesn't currently appear in either
Tomcat's admin webapp. I tried some simple changes in an effort
to verify that there isn't going to be a problem adding it to
the admin webapps with a property name whose first and second
letters are capitalized.  So far, I have been unsuccessful
getting it to work.  Most likely I'm doing something wrong,
but I haven't been able to determine what yet.  Giving up until
tomorrow.
That's a possibility (damn Java). I can change the flag to uriEncoding 
if needed.

Remy



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml

2003-11-20 Thread remm
remm2003/11/20 02:10:55

  Modified:catalina/src/share/org/apache/catalina/mbeans
mbeans-descriptors.xml
  Log:
  - Add URIEncoding field.
  
  Revision  ChangesPath
  1.79  +5 -1  
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml
  
  Index: mbeans-descriptors.xml
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -u -r1.78 -r1.79
  --- mbeans-descriptors.xml10 Nov 2003 20:00:35 -  1.78
  +++ mbeans-descriptors.xml20 Nov 2003 10:10:55 -  1.79
  @@ -327,6 +327,10 @@
  description=Should Tomcat perform all authentications?
 type=boolean/
   
  +attribute   name=URIEncoding
  +  description=Character encoding used to decode the URI
  + type=java.lang.String/
  +
   attributename=disableUploadTimeout
  description=Should Tomcat ignore setting a timeout for uploads?
 type=boolean/
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http Parameters.java

2003-11-20 Thread Remy Maucherat
Larry Isaacs wrote:

Remy,

The patch appears to be working as desired in both Tomcat 4.1.x
and Tomcat 5.0.x.  Thanks.
The new URIEncoding attribute doesn't currently appear in either
Tomcat's admin webapp. I tried some simple changes in an effort
to verify that there isn't going to be a problem adding it to
the admin webapps with a property name whose first and second
letters are capitalized.  So far, I have been unsuccessful
getting it to work.  Most likely I'm doing something wrong,
but I haven't been able to determine what yet.  Giving up until
tomorrow.
If set to non null, the URIEncoding field is correctly listed by the JMX 
servlet in TC 5. In 4.1.x, I think it was missing from the JMX descriptors.

Remy



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


DO NOT REPLY [Bug 24855] New: - org.apache.jasper.JasperException: Malformed \uxxxx encoding

2003-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24855.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24855

org.apache.jasper.JasperException: Malformed \u encoding

   Summary: org.apache.jasper.JasperException: Malformed \u
encoding
   Product: Tomcat 4
   Version: 4.1.29
  Platform: Other
OS/Version: Windows 9x
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Jasper
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I have a clean installation. Just the tomcat installation. Every first time, 
after startup, I try 
to get to the tomcat administration, I get this error... Then I just reload 
the page 
and everithing works great
I've tried to stop the tomcat administration application and then re-start 
it... and 
I still get the error on the first attempt to surf to the application..but 
after reload of the page, everything works great.

I think it is some session variable not properly initialized.

Thanks

Gabriel

PS: I am using this configuration...Apache Tomcat/4.1.29 1.4.2_02-b03 Sun 
Microsystems 
Inc. Windows 98 4.10 x86 





HTTP Status 500 - 



type Exception report

message 

description The server encountered an internal error () that prevented it from 
fulfilling this request.

exception 

org.apache.jasper.JasperException: Malformed \u encoding.
at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:254)
at org.apache.jasper.servlet.JspServlet.serviceJspFile
(JspServlet.java:295)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
(ApplicationFilterChain.java:247)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter
(ApplicationFilterChain.java:193)
at 
org.apache.catalina.core.StandardWrapperValve.invoke
(StandardWrapperValve.java:256)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNex
t(StandardPipeline.java:643)
at org.apache.catalina.core.StandardPipeline.invoke
(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at 
org.apache.catalina.core.StandardContextValve.invoke
(StandardContextValve.java:191)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNex
t(StandardPipeline.java:643)
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke
(AuthenticatorBase.java:553)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNex
t(StandardPipeline.java:641)
at org.apache.catalina.core.StandardPipeline.invoke
(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at org.apache.catalina.core.StandardContext.invoke
(StandardContext.java:2417)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNex
t(StandardPipeline.java:643)
at 
org.apache.catalina.valves.ErrorDispatcherValve.invoke
(ErrorDispatcherValve.java:171)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNex
t(StandardPipeline.java:641)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNex
t(StandardPipeline.java:641)
at org.apache.catalina.core.StandardPipeline.invoke
(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at 
org.apache.catalina.core.StandardEngineValve.invoke
(StandardEngineValve.java:174)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNex
t(StandardPipeline.java:643)
at org.apache.catalina.core.StandardPipeline.invoke
(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at org.apache.coyote.tomcat4.CoyoteAdapter.service
(CoyoteAdapter.java:193)
at org.apache.coyote.http11.Http11Processor.process
(Http11Processor.java:781)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnectio
n(Http11Protocol.java:549)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt

DO NOT REPLY [Bug 24858] New: - Bootstrap: command line arguments no more supported before action

2003-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24858.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24858

Bootstrap: command line arguments no more supported  before action

   Summary: Bootstrap: command line arguments no more supported
before action
   Product: Tomcat 5
   Version: 5.0.14
  Platform: All
OS/Version: All
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Catalina
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


In version 4.x, this was OK:
start Tomcat D:\j2sdk1.4.2_01\bin\java   
-Djava.endorsed.dirs=..\common\endorsed -classpath
D:\j2sdk1.4.2_01\lib\tools.jar;..\bin\bootstrap.jar
-Dcatalina.base=D:\psa\Euronet\tomcat4124_base -Dcatalina.home=..
-Djava.io.tmpdir=D:\psa\Euronet\tomcat4124_base\temp
org.apache.catalina.startup.Bootstrap  -debug start

In version 5.x, the command is expected as args[0], so -debug doesn't
mean anything like start or stop and nothing is done.

But in catalina.bat (or .sh) the syntax is still:
...  %MAINCLASS% %CMD_LINE_ARGS% %ACTION%

In Bootstrap.java if (arguments[i].equals(-debug)) is there, but
in a init(String[] arguments), and Main() calls another version without
the parameter: init().

Main() has a comment used for testing only, but it is still the way
to call the bootstrap in startup.bat/catalina.bat, as specified
in RUNNING.txt.
If there is another 'official' way to start the server, I have not yet
found how to install it as a service (Windows) (only mentioned at
jakarta.apache.org/tomcat/tomcat-5.0-doc/setup.html)
or what are the launcher (xx-with-launcher.bat) and tool-wrapper.

Workaround: let's drop the -debug argument for a while.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



How is the FAQ updated?

2003-11-20 Thread Shapira, Yoav

... I can't seem to find it in the CVS... Thanks,

Yoav Shapira
Millennium ChemInformatics





This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24859] New: - xerces error at startup

2003-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24859.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24859

xerces error at startup

   Summary: xerces error at startup
   Product: Tomcat 4
   Version: 4.1.28
  Platform: Other
OS/Version: Other
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Catalina
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Starting tomcat 4.1.28 (xerces2 2.5.0), I get this:

Exception during startup processing
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)
Caused by: java.lang.IllegalAccessError: tried to access method
java.lang.Object.clone()Ljava/lang/Object; from class
org.apache.xerces.impl.XMLEntityManager
at
org.apache.xerces.impl.XMLEntityManager.getRecognizedFeatures(XMLEntityManager.java:1279)
at
org.apache.xerces.parsers.BasicParserConfiguration.addComponent(BasicParserConfiguration.java:297)
at
org.apache.xerces.parsers.DTDConfiguration.init(DTDConfiguration.java:372)
at
org.apache.xerces.parsers.StandardParserConfiguration.init(StandardParserConfiguration.java:207)
at
org.apache.xerces.parsers.IntegratedParserConfiguration.init(IntegratedParserConfiguration.java:177)
at
org.apache.xerces.parsers.XML11Configuration.init(XML11Configuration.java:172)
at
org.apache.xerces.parsers.XML11Configuration.init(XML11Configuration.java:129)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at java.lang.Class.newInstance0(Class.java:306)
at java.lang.Class.newInstance(Class.java:259)
at org.apache.xerces.util.ObjectFactory.newInstance(ObjectFactory.java:352)
at
org.apache.xerces.util.ObjectFactory.findJarServiceProvider(ObjectFactory.java:486)
at org.apache.xerces.util.ObjectFactory.createObject(ObjectFactory.java:257)
at org.apache.xerces.util.ObjectFactory.createObject(ObjectFactory.java:134)
at org.apache.xerces.parsers.SAXParser.init(SAXParser.java:140)
at org.apache.xerces.parsers.SAXParser.init(SAXParser.java:125)
at org.apache.xerces.jaxp.SAXParserImpl.init(SAXParserImpl.java:96)
at
org.apache.xerces.jaxp.SAXParserFactoryImpl.newSAXParser(SAXParserFactoryImpl.java:95)
at org.apache.commons.digester.Digester.getParser(Digester.java:686)
at org.apache.commons.digester.Digester.getXMLReader(Digester.java:902)
at org.apache.commons.digester.Digester.parse(Digester.java:1548)
at org.apache.catalina.startup.Catalina.start(Catalina.java:449)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:400)
at org.apache.catalina.startup.Catalina.process(Catalina.java:180)
... 5 more

Should there be the method clone or not?
c

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How is the FAQ updated?

2003-11-20 Thread Tim Funk
http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-site/

- Its in jakarta-tomcat-site
- The FAQ questions(and answers) are in xdocs-faq as xml files - edit these.
- To make the site: follow the README.txt
- Once you've built the site- commit your changes (including the generated html)
- Let Remy (or anyone who has permissions) update the site from CVS
-Tim



Shapira, Yoav wrote:

... I can't seem to find it in the CVS... Thanks,
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config coyote.xml

2003-11-20 Thread larryi
larryi  2003/11/20 07:14:57

  Modified:webapps/tomcat-docs/config coyote.xml
  Log:
  Port documentation for new attribute and a correction.
  
  Revision  ChangesPath
  1.7   +7 -1  jakarta-tomcat-4.0/webapps/tomcat-docs/config/coyote.xml
  
  Index: coyote.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/coyote.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- coyote.xml10 Feb 2003 19:36:58 -  1.6
  +++ coyote.xml20 Nov 2003 15:14:57 -  1.7
  @@ -94,6 +94,12 @@
 SSL Connector).  The default value is codefalse/code./p
   /attribute
   
  +attribute name=URIEncoding required=false
  +  pThis specifies the character encoding used to decode the URI bytes,
  +  after %xx decoding the URL. If not specified, ISO-8859-1 will be used.
  +  /p
  +/attribute
  +
 /attributes
   
 /subsection
  @@ -137,7 +143,7 @@
 specifies the minimum amount of data before the output is compressed). If
 the content-length is not known and compression is set to on or more
 aggressive, the output will also be compressed. If not specified, this
  -  attribute is set to false./p
  +  attribute is set to off./p
   /attribute
   
   attribute name=connectionLinger required=false
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-site/xdocs-faq misc.xml

2003-11-20 Thread yoavs
yoavs   2003/11/20 07:24:52

  Modified:docs bugreport.html index.html irc.html resources.html
   docs/faq misc.html
   docs/faq/printer misc.html windows.html
   xdocs-faq misc.xml
  Log:
  Added an entry to the FAQ misc section.
  
  Revision  ChangesPath
  1.16  +1 -1  jakarta-tomcat-site/docs/bugreport.html
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-site/docs/bugreport.html.diff?r1=1.15r2=1.16
  
  
  1.52  +1 -1  jakarta-tomcat-site/docs/index.html
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-site/docs/index.html.diff?r1=1.51r2=1.52
  
  
  1.17  +1 -1  jakarta-tomcat-site/docs/irc.html
  
  http://cvs.apache.org/viewcvs/jakarta-tomcat-site/docs/irc.html.diff?r1=1.16r2=1.17
  
  
  1.20  +1 -1  jakarta-tomcat-site/docs/resources.html
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-site/docs/resources.html.diff?r1=1.19r2=1.20
  
  
  1.12  +650 -633  jakarta-tomcat-site/docs/faq/misc.html
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-site/docs/faq/misc.html.diff?r1=1.11r2=1.12
  
  
  1.9   +649 -632  jakarta-tomcat-site/docs/faq/printer/misc.html
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-site/docs/faq/printer/misc.html.diff?r1=1.8r2=1.9
  
  
  1.2   +120 -120  jakarta-tomcat-site/docs/faq/printer/windows.html
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-site/docs/faq/printer/windows.html.diff?r1=1.1r2=1.2
  
  
  1.8   +17 -0 jakarta-tomcat-site/xdocs-faq/misc.xml
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-site/xdocs-faq/misc.xml.diff?r1=1.7r2=1.8
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: How is the FAQ updated?

2003-11-20 Thread Shapira, Yoav

Howdy,
Thanks: your instructions and the build.sh/README.txt all worked fine.
I've added a single entry to the FAQ and updated the site (a number of
other files for tomcat 3.3 were also updated on the site).

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: Tim Funk [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 20, 2003 10:14 AM
To: Tomcat Developers List
Subject: Re: How is the FAQ updated?

http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-site/

- Its in jakarta-tomcat-site
- The FAQ questions(and answers) are in xdocs-faq as xml files - edit
these.
- To make the site: follow the README.txt
- Once you've built the site- commit your changes (including the
generated
html)
- Let Remy (or anyone who has permissions) update the site from CVS


-Tim




Shapira, Yoav wrote:

 ... I can't seem to find it in the CVS... Thanks,



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24846] - Quantity of org.apache.jasper.runtime.JspRuntimeLibrary.* usage triggers javac bug

2003-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24846.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24846

Quantity of org.apache.jasper.runtime.JspRuntimeLibrary.* usage triggers javac bug





--- Additional Comments From [EMAIL PROTECTED]  2003-11-20 15:31 ---
Thanks for the ernest reply Remmy.

I can understand your position -- and it makes sense from a spec compliance and
let's not do further hacks to workaround javac perspective.

I guess I'll just be patching my own Tomcat with every upgrade (as I do with
every Apache upgrade anyway).

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24858] - Bootstrap: command line arguments no more supported before action

2003-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24858.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24858

Bootstrap: command line arguments no more supported  before action

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From [EMAIL PROTECTED]  2003-11-20 15:32 ---


*** This bug has been marked as a duplicate of 24829 ***

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24829] - The startup option -config doesnt work

2003-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24829.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24829

The startup option -config doesnt work

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]



--- Additional Comments From [EMAIL PROTECTED]  2003-11-20 15:32 ---
*** Bug 24858 has been marked as a duplicate of this bug. ***

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24846] - Quantity of org.apache.jasper.runtime.JspRuntimeLibrary.* usage triggers javac bug

2003-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24846.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24846

Quantity of org.apache.jasper.runtime.JspRuntimeLibrary.* usage triggers javac bug





--- Additional Comments From [EMAIL PROTECTED]  2003-11-20 15:37 ---
There are, IMO, much better solutions: you could for example use Eclipse Java
compiler (called EDT, I think) instead (Ant supports it, so Jasper does too). It
seems way faster than javac, without any disadvantages.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24846] - Quantity of org.apache.jasper.runtime.JspRuntimeLibrary.* usage triggers javac bug

2003-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24846.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24846

Quantity of org.apache.jasper.runtime.JspRuntimeLibrary.* usage triggers javac bug





--- Additional Comments From [EMAIL PROTECTED]  2003-11-20 15:44 ---
Are there any non-native (i.e. Java-based) compilers that I can distribute
freely, will work on Windows, Solaris, HPUX, AIX, and Linux and are as
1.4.x-compatible as javac, yet have fewer compiler bugs?  Is the Eclipse
compiler such a beast?

Excuse me for my ignorance.  If javac is so bad in general, is the Tomcat group
distributing an alternative out-of-the-box?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24861] New: - Root cause stack trace not shown for exceptions in Tags

2003-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24861.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24861

Root cause stack trace not shown for exceptions in Tags

   Summary: Root cause stack trace not shown for exceptions in Tags
   Product: Tomcat 4
   Version: 4.1.27
  Platform: All
OS/Version: All
Status: NEW
  Severity: Major
  Priority: Other
 Component: Jasper
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


When a JspException is thrown from a tag's doStartTag() or doEndTag() methods 
there are two stack traces neither of them showing the trace of that original 
exception.  (see attached file)  The root cause's stack trace shown starts in 
org.apache.jasper.runtime.PageContextImpl.handlePageException and does not show 
any references to the tag's source code.  This is very nasty during debugging 
since the type and stack trace of the original exception are lost, making it 
hard to determine the source.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24861] - Root cause stack trace not shown for exceptions in Tags

2003-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24861.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24861

Root cause stack trace not shown for exceptions in Tags





--- Additional Comments From [EMAIL PROTECTED]  2003-11-20 15:48 ---
Created an attachment (id=9205)
Error page showing stack traces

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4 CoyoteRequest.java

2003-11-20 Thread larryi
larryi  2003/11/20 08:11:37

  Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteRequest.java
  Log:
  Port Jan Luehe's patch to prevent setCharacterEncoding from changing
  the encoding once it's too late.
  
  Revision  ChangesPath
  1.31  +8 -4  
jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4/CoyoteRequest.java
  
  Index: CoyoteRequest.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4/CoyoteRequest.java,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- CoyoteRequest.java18 Sep 2003 16:13:51 -  1.30
  +++ CoyoteRequest.java20 Nov 2003 16:11:37 -  1.31
  @@ -1186,6 +1186,10 @@
   public void setCharacterEncoding(String enc)
   throws UnsupportedEncodingException {
   
  +if (requestParametersParsed || usingReader || usingInputStream) {
  +return;
  +}
  +
   // Ensure that the specified encoding is valid
   byte buffer[] = new byte[1];
   buffer[0] = (byte) 'a';
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24867] New: - Manager web-app omits a file when unpacking a WAR

2003-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24867.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24867

Manager web-app omits a file when unpacking a WAR

   Summary: Manager web-app omits a file when unpacking a WAR
   Product: Tomcat 4
   Version: 4.1.27
  Platform: Sun
OS/Version: Solaris
Status: NEW
  Severity: Major
  Priority: Other
 Component: Webapps:Manager
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I load a web-app using the manager web-app accessed from Mozilla and I have it 
load a WAR from a file local to the browser. Tomcat receives the WAR and unpacks 
it, but leaves out at least one file.  The one I'm stuck on is 

  WEB-INF/etc/DatabaseRoles.xml

and it's present in the copy of the WAR inside Tomcat but not in the unpacked 
version of the web-app. The app itself fails duue to lack of the file, so I 
guess it's looking in the unpacked files. The disc holding Tomcat has plenty of 
free space.

This is an intermittent bug that I've seen before in Tomcat 4.1.24.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24867] - Manager web-app omits a file when unpacking a WAR

2003-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24867.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24867

Manager web-app omits a file when unpacking a WAR

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2003-11-20 17:08 ---
Drat, should have checked further before posting the bug. It's probably the 
*web-app* itself that is buggy, not Tomcat.  It turns out that the manager 
creates the file when unpacking the WAR but the file gets deleted the first time 
that the web-app does anything.  Sorry, false alarm.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer - New directory

2003-11-20 Thread yoavs
yoavs   2003/11/20 10:12:04

  jakarta-tomcat-catalina/webapps/balancer - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/build - New directory

2003-11-20 Thread yoavs
yoavs   2003/11/20 10:12:15

  jakarta-tomcat-catalina/webapps/balancer/build - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/WEB-INF - New directory

2003-11-20 Thread yoavs
yoavs   2003/11/20 10:12:15

  jakarta-tomcat-catalina/webapps/balancer/WEB-INF - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/src - New directory

2003-11-20 Thread yoavs
yoavs   2003/11/20 10:12:15

  jakarta-tomcat-catalina/webapps/balancer/src - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/lib - New directory

2003-11-20 Thread yoavs
yoavs   2003/11/20 10:12:15

  jakarta-tomcat-catalina/webapps/balancer/lib - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/docs - New directory

2003-11-20 Thread yoavs
yoavs   2003/11/20 10:12:15

  jakarta-tomcat-catalina/webapps/balancer/docs - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/WEB-INF/config - New directory

2003-11-20 Thread yoavs
yoavs   2003/11/20 10:12:28

  jakarta-tomcat-catalina/webapps/balancer/WEB-INF/config - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/src/org - New directory

2003-11-20 Thread yoavs
yoavs   2003/11/20 10:13:09

  jakarta-tomcat-catalina/webapps/balancer/src/org - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/src/org/apache - New directory

2003-11-20 Thread yoavs
yoavs   2003/11/20 10:13:16

  jakarta-tomcat-catalina/webapps/balancer/src/org/apache - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/src/org/apache/webapp - New directory

2003-11-20 Thread yoavs
yoavs   2003/11/20 10:13:19

  jakarta-tomcat-catalina/webapps/balancer/src/org/apache/webapp - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/src/org/apache/webapp/balancer - New directory

2003-11-20 Thread yoavs
yoavs   2003/11/20 10:13:24

  jakarta-tomcat-catalina/webapps/balancer/src/org/apache/webapp/balancer - New 
directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/src/org/apache/webapp/balancer/rules - New directory

2003-11-20 Thread yoavs
yoavs   2003/11/20 10:13:28

  jakarta-tomcat-catalina/webapps/balancer/src/org/apache/webapp/balancer/rules - New 
directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/docs/javadoc - New directory

2003-11-20 Thread yoavs
yoavs   2003/11/20 10:15:10

  jakarta-tomcat-catalina/webapps/balancer/docs/javadoc - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/docs/javadoc/org - New directory

2003-11-20 Thread yoavs
yoavs   2003/11/20 10:15:23

  jakarta-tomcat-catalina/webapps/balancer/docs/javadoc/org - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/docs/javadoc/resources - New directory

2003-11-20 Thread yoavs
yoavs   2003/11/20 10:15:23

  jakarta-tomcat-catalina/webapps/balancer/docs/javadoc/resources - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/docs/javadoc/src-html - New directory

2003-11-20 Thread yoavs
yoavs   2003/11/20 10:15:23

  jakarta-tomcat-catalina/webapps/balancer/docs/javadoc/src-html - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/docs/javadoc/org/apache - New directory

2003-11-20 Thread yoavs
yoavs   2003/11/20 10:15:35

  jakarta-tomcat-catalina/webapps/balancer/docs/javadoc/org/apache - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/docs/javadoc/org/apache/webapp - New directory

2003-11-20 Thread yoavs
yoavs   2003/11/20 10:15:37

  jakarta-tomcat-catalina/webapps/balancer/docs/javadoc/org/apache/webapp - New 
directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/docs/javadoc/org/apache/webapp/balancer - New directory

2003-11-20 Thread yoavs
yoavs   2003/11/20 10:15:44

  jakarta-tomcat-catalina/webapps/balancer/docs/javadoc/org/apache/webapp/balancer - 
New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/docs/javadoc/org/apache/webapp/balancer/class-use - New directory

2003-11-20 Thread yoavs
yoavs   2003/11/20 10:15:48

  
jakarta-tomcat-catalina/webapps/balancer/docs/javadoc/org/apache/webapp/balancer/class-use
 - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/docs/javadoc/src-html/org - New directory

2003-11-20 Thread yoavs
yoavs   2003/11/20 10:16:40

  jakarta-tomcat-catalina/webapps/balancer/docs/javadoc/src-html/org - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/docs/javadoc/src-html/org/apache - New directory

2003-11-20 Thread yoavs
yoavs   2003/11/20 10:16:42

  jakarta-tomcat-catalina/webapps/balancer/docs/javadoc/src-html/org/apache - New 
directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/docs/javadoc/src-html/org/apache/webapp - New directory

2003-11-20 Thread yoavs
yoavs   2003/11/20 10:16:46

  jakarta-tomcat-catalina/webapps/balancer/docs/javadoc/src-html/org/apache/webapp - 
New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/docs/javadoc/src-html/org/apache/webapp/balancer - New directory

2003-11-20 Thread yoavs
yoavs   2003/11/20 10:16:49

  
jakarta-tomcat-catalina/webapps/balancer/docs/javadoc/src-html/org/apache/webapp/balancer
 - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/docs/javadoc/src-html/org/apache/webapp/balancer/rules - New directory

2003-11-20 Thread yoavs
yoavs   2003/11/20 10:16:52

  
jakarta-tomcat-catalina/webapps/balancer/docs/javadoc/src-html/org/apache/webapp/balancer/rules
 - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/src/org/apache/webapp/balancer/rules AcceptEverythingRule.java BaseRule.java CharacterEncodingRule.java RemoteAddressRule.java RequestAttributeRule.java RequestHeaderRule.java RequestParameterRule.java SessionAttributeRule.java URLStringMatchRule.java UserRoleRule.java package.html

2003-11-20 Thread yoavs
yoavs   2003/11/20 10:17:29

  Added:   webapps/balancer LICENSE.txt build.xml
   webapps/balancer/WEB-INF web.xml
   webapps/balancer/WEB-INF/config rules.xml
   webapps/balancer/docs/javadoc allclasses-frame.html
allclasses-noframe.html constant-values.html
deprecated-list.html help-doc.html index-all.html
index.html overview-frame.html
overview-summary.html overview-tree.html
package-list packages.html serialized-form.html
stylesheet.css
   webapps/balancer/docs/javadoc/org/apache/webapp/balancer
AcceptEverythingRule.html BalancerFilter.html
BaseRule.html CharacterEncodingRule.html
CompositeRule.html PermissiveCompositeRule.html
RemoteAddressRule.html RequestAttributeRule.html
RequestHeaderRule.html RequestParameterRule.html
Rule.html RuleChain.html RulesParser.html
SessionAttributeRule.html URLStringMatchRule.html
UserRoleRule.html package-frame.html
package-summary.html package-tree.html
package-use.html
   webapps/balancer/docs/javadoc/org/apache/webapp/balancer/class-use
AcceptEverythingRule.html BalancerFilter.html
BaseRule.html CharacterEncodingRule.html
CompositeRule.html PermissiveCompositeRule.html
RemoteAddressRule.html RequestAttributeRule.html
RequestHeaderRule.html RequestParameterRule.html
Rule.html RuleChain.html RulesParser.html
SessionAttributeRule.html URLStringMatchRule.html
UserRoleRule.html
   webapps/balancer/docs/javadoc/org/apache/webapp/balancer/rules
AcceptEverythingRule.html BaseRule.html
CharacterEncodingRule.html RemoteAddressRule.html
RequestAttributeRule.html RequestHeaderRule.html
RequestParameterRule.html SessionAttributeRule.html
URLStringMatchRule.html UserRoleRule.html
package-frame.html package-summary.html
package-tree.html package-use.html
   webapps/balancer/docs/javadoc/org/apache/webapp/balancer/rules/class-use
AcceptEverythingRule.html BaseRule.html
CharacterEncodingRule.html RemoteAddressRule.html
RequestAttributeRule.html RequestHeaderRule.html
RequestParameterRule.html SessionAttributeRule.html
URLStringMatchRule.html UserRoleRule.html
   webapps/balancer/docs/javadoc/resources inherit.gif
   webapps/balancer/docs/javadoc/src-html/org/apache/webapp/balancer
AcceptEverythingRule.html BalancerFilter.html
BaseRule.html CharacterEncodingRule.html
CompositeRule.html PermissiveCompositeRule.html
RemoteAddressRule.html RequestAttributeRule.html
RequestHeaderRule.html RequestParameterRule.html
Rule.html RuleChain.html RulesParser.html
SessionAttributeRule.html URLStringMatchRule.html
UserRoleRule.html
   webapps/balancer/docs/javadoc/src-html/org/apache/webapp/balancer/rules
AcceptEverythingRule.html BaseRule.html
CharacterEncodingRule.html RemoteAddressRule.html
RequestAttributeRule.html RequestHeaderRule.html
RequestParameterRule.html SessionAttributeRule.html
URLStringMatchRule.html UserRoleRule.html
   webapps/balancer/lib commons-beanutils.jar
commons-collections.jar commons-digester.jar
commons-logging-api.jar servlet.jar
   webapps/balancer/src/org/apache/webapp/balancer
BalancerFilter.java Rule.java RuleChain.java
RulesParser.java overview.html package.html
   webapps/balancer/src/org/apache/webapp/balancer/rules
AcceptEverythingRule.java BaseRule.java
CharacterEncodingRule.java RemoteAddressRule.java
RequestAttributeRule.java RequestHeaderRule.java
RequestParameterRule.java SessionAttributeRule.java
URLStringMatchRule.java UserRoleRule.java
package.html
  Log:
  Added balancer webapp.
  
  Revision  Changes 

Re: cvs commit: jakarta-tomcat-catalina/webapps/balancer/docs/javadoc - New directory

2003-11-20 Thread Remy Maucherat
[EMAIL PROTECTED] wrote:

yoavs   2003/11/20 10:15:10

  jakarta-tomcat-catalina/webapps/balancer/docs/javadoc - New directory
Javadocs should be generated dynamically from the source code, not put 
in CVS.

Rémy



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


cvs commit: jakarta-tomcat-catalina/webapps build.xml

2003-11-20 Thread yoavs
yoavs   2003/11/20 10:20:42

  Modified:webapps  build.xml
  Log:
  Added balancer to build.
  
  Revision  ChangesPath
  1.3   +5 -1  jakarta-tomcat-catalina/webapps/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml 26 Jul 2002 09:22:36 -  1.2
  +++ build.xml 20 Nov 2003 18:20:42 -  1.3
  @@ -45,10 +45,14 @@
   ant dir=${basedir}/docs target=dist/
 /target
   
  +  target name=balancer
  +ant dir=${basedir}/balancer target=dist/
  +  /target
  +
   
 !-- = BUILD: Compile Server Components = --
 !-- Update the depends list for each subproject --
  -  target name=build depends=build-prepare,ROOT,admin,manager,docs/
  +  target name=build depends=build-prepare,ROOT,admin,manager,docs,balancer/
   
   
 !-- === BUILD: Clean Directory = --
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Added balancer webapp

2003-11-20 Thread Shapira, Yoav

Howdy,
I've added my balancer webapp to j-t-c-webapps.  It's not perfectly
consistent right now with the other apps' structure, I will work on that
although others are welcome to help ;)  It does build, the docs are
there, etc, no problem.

Yoav Shapira
Millennium ChemInformatics





This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: jakarta-tomcat-catalina/webapps/balancer/src/org/apache/webapp/balancer/rules AcceptEverythingRule.java BaseRule.java CharacterEncodingRule.java RemoteAddressRule.java RequestAttributeRule.java RequestHeaderRule.java RequestParameterRule.java SessionAttributeRule.java URLStringMatchRule.java UserRoleRule.java package.html

2003-11-20 Thread Remy Maucherat
[EMAIL PROTECTED] wrote:

yoavs   2003/11/20 10:17:29

  Added:   webapps/balancer LICENSE.txt build.xml
   webapps/balancer/WEB-INF web.xml
   webapps/balancer/WEB-INF/config rules.xml
   webapps/balancer/docs/javadoc allclasses-frame.html
allclasses-noframe.html constant-values.html
deprecated-list.html help-doc.html index-all.html
index.html overview-frame.html
overview-summary.html overview-tree.html
package-list packages.html serialized-form.html
stylesheet.css
   webapps/balancer/docs/javadoc/org/apache/webapp/balancer
AcceptEverythingRule.html BalancerFilter.html
BaseRule.html CharacterEncodingRule.html
CompositeRule.html PermissiveCompositeRule.html
RemoteAddressRule.html RequestAttributeRule.html
RequestHeaderRule.html RequestParameterRule.html
Rule.html RuleChain.html RulesParser.html
SessionAttributeRule.html URLStringMatchRule.html
UserRoleRule.html package-frame.html
package-summary.html package-tree.html
package-use.html
   webapps/balancer/docs/javadoc/org/apache/webapp/balancer/class-use
AcceptEverythingRule.html BalancerFilter.html
BaseRule.html CharacterEncodingRule.html
CompositeRule.html PermissiveCompositeRule.html
RemoteAddressRule.html RequestAttributeRule.html
RequestHeaderRule.html RequestParameterRule.html
Rule.html RuleChain.html RulesParser.html
SessionAttributeRule.html URLStringMatchRule.html
UserRoleRule.html
   webapps/balancer/docs/javadoc/org/apache/webapp/balancer/rules
AcceptEverythingRule.html BaseRule.html
CharacterEncodingRule.html RemoteAddressRule.html
RequestAttributeRule.html RequestHeaderRule.html
RequestParameterRule.html SessionAttributeRule.html
URLStringMatchRule.html UserRoleRule.html
package-frame.html package-summary.html
package-tree.html package-use.html
   webapps/balancer/docs/javadoc/org/apache/webapp/balancer/rules/class-use
AcceptEverythingRule.html BaseRule.html
CharacterEncodingRule.html RemoteAddressRule.html
RequestAttributeRule.html RequestHeaderRule.html
RequestParameterRule.html SessionAttributeRule.html
URLStringMatchRule.html UserRoleRule.html
   webapps/balancer/docs/javadoc/resources inherit.gif
   webapps/balancer/docs/javadoc/src-html/org/apache/webapp/balancer
AcceptEverythingRule.html BalancerFilter.html
BaseRule.html CharacterEncodingRule.html
CompositeRule.html PermissiveCompositeRule.html
RemoteAddressRule.html RequestAttributeRule.html
RequestHeaderRule.html RequestParameterRule.html
Rule.html RuleChain.html RulesParser.html
SessionAttributeRule.html URLStringMatchRule.html
UserRoleRule.html
   webapps/balancer/docs/javadoc/src-html/org/apache/webapp/balancer/rules
AcceptEverythingRule.html BaseRule.html
CharacterEncodingRule.html RemoteAddressRule.html
RequestAttributeRule.html RequestHeaderRule.html
RequestParameterRule.html SessionAttributeRule.html
URLStringMatchRule.html UserRoleRule.html
   webapps/balancer/lib commons-beanutils.jar
commons-collections.jar commons-digester.jar
commons-logging-api.jar servlet.jar
   webapps/balancer/src/org/apache/webapp/balancer
BalancerFilter.java Rule.java RuleChain.java
RulesParser.java overview.html package.html
   webapps/balancer/src/org/apache/webapp/balancer/rules
AcceptEverythingRule.java BaseRule.java
CharacterEncodingRule.java RemoteAddressRule.java
RequestAttributeRule.java RequestHeaderRule.java
RequestParameterRule.java SessionAttributeRule.java
URLStringMatchRule.java UserRoleRule.java
package.html
Sorry, but -1.

- No 

cvs commit: jakarta-tomcat-catalina/webapps/balancer/lib commons-beanutils.jar commons-collections.jar commons-digester.jar commons-logging-api.jar servlet.jar

2003-11-20 Thread remm
remm2003/11/20 10:31:35

  Removed: webapps/balancer/lib commons-beanutils.jar
commons-collections.jar commons-digester.jar
commons-logging-api.jar servlet.jar
  Log:
  - Remove binaries.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Added balancer webapp

2003-11-20 Thread Remy Maucherat
Shapira, Yoav wrote:

Howdy,
I've added my balancer webapp to j-t-c-webapps.  It's not perfectly
consistent right now with the other apps' structure, I will work on that
although others are welcome to help ;)  It does build, the docs are
there, etc, no problem.
Ok, I am doing the reformatting of the code source.

Remy



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


cvs commit: jakarta-tomcat-catalina/webapps/balancer/src/org/apache/webapp/balancer/rules AcceptEverythingRule.java BaseRule.java CharacterEncodingRule.java RemoteAddressRule.java RequestAttributeRule.java RequestHeaderRule.java RequestParameterRule.java SessionAttributeRule.java URLStringMatchRule.java UserRoleRule.java package.html

2003-11-20 Thread remm
remm2003/11/20 10:41:53

  Modified:webapps/balancer build.xml
  Removed: webapps/balancer/docs/javadoc allclasses-frame.html
allclasses-noframe.html constant-values.html
deprecated-list.html help-doc.html index-all.html
index.html overview-frame.html
overview-summary.html overview-tree.html
package-list packages.html serialized-form.html
stylesheet.css
   webapps/balancer/docs/javadoc/org/apache/webapp/balancer
AcceptEverythingRule.html BalancerFilter.html
BaseRule.html CharacterEncodingRule.html
CompositeRule.html PermissiveCompositeRule.html
RemoteAddressRule.html RequestAttributeRule.html
RequestHeaderRule.html RequestParameterRule.html
Rule.html RuleChain.html RulesParser.html
SessionAttributeRule.html URLStringMatchRule.html
UserRoleRule.html package-frame.html
package-summary.html package-tree.html
package-use.html
   webapps/balancer/docs/javadoc/org/apache/webapp/balancer/class-use
AcceptEverythingRule.html BalancerFilter.html
BaseRule.html CharacterEncodingRule.html
CompositeRule.html PermissiveCompositeRule.html
RemoteAddressRule.html RequestAttributeRule.html
RequestHeaderRule.html RequestParameterRule.html
Rule.html RuleChain.html RulesParser.html
SessionAttributeRule.html URLStringMatchRule.html
UserRoleRule.html
   webapps/balancer/docs/javadoc/org/apache/webapp/balancer/rules
AcceptEverythingRule.html BaseRule.html
CharacterEncodingRule.html RemoteAddressRule.html
RequestAttributeRule.html RequestHeaderRule.html
RequestParameterRule.html SessionAttributeRule.html
URLStringMatchRule.html UserRoleRule.html
package-frame.html package-summary.html
package-tree.html package-use.html
   webapps/balancer/docs/javadoc/org/apache/webapp/balancer/rules/class-use
AcceptEverythingRule.html BaseRule.html
CharacterEncodingRule.html RemoteAddressRule.html
RequestAttributeRule.html RequestHeaderRule.html
RequestParameterRule.html SessionAttributeRule.html
URLStringMatchRule.html UserRoleRule.html
   webapps/balancer/docs/javadoc/src-html/org/apache/webapp/balancer
AcceptEverythingRule.html BalancerFilter.html
BaseRule.html CharacterEncodingRule.html
CompositeRule.html PermissiveCompositeRule.html
RemoteAddressRule.html RequestAttributeRule.html
RequestHeaderRule.html RequestParameterRule.html
Rule.html RuleChain.html RulesParser.html
SessionAttributeRule.html URLStringMatchRule.html
UserRoleRule.html
   webapps/balancer/docs/javadoc/src-html/org/apache/webapp/balancer/rules
AcceptEverythingRule.html BaseRule.html
CharacterEncodingRule.html RemoteAddressRule.html
RequestAttributeRule.html RequestHeaderRule.html
RequestParameterRule.html SessionAttributeRule.html
URLStringMatchRule.html UserRoleRule.html
   webapps/balancer/src/org/apache/webapp/balancer
BalancerFilter.java Rule.java RuleChain.java
RulesParser.java overview.html package.html
   webapps/balancer/src/org/apache/webapp/balancer/rules
AcceptEverythingRule.java BaseRule.java
CharacterEncodingRule.java RemoteAddressRule.java
RequestAttributeRule.java RequestHeaderRule.java
RequestParameterRule.java SessionAttributeRule.java
URLStringMatchRule.java UserRoleRule.java
package.html
  Log:
  - Reformat webapp (part 1).
  
  Revision  ChangesPath
  1.2   +86 -99jakarta-tomcat-catalina/webapps/balancer/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/balancer/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml 20 Nov 2003 18:17:23 - 

cvs commit: jakarta-tomcat-catalina/webapps/balancer/WEB-INF/classes - New directory

2003-11-20 Thread remm
remm2003/11/20 10:42:19

  jakarta-tomcat-catalina/webapps/balancer/WEB-INF/classes - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/WEB-INF/classes/org - New directory

2003-11-20 Thread remm
remm2003/11/20 10:42:25

  jakarta-tomcat-catalina/webapps/balancer/WEB-INF/classes/org - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/WEB-INF/classes/org/apache - New directory

2003-11-20 Thread remm
remm2003/11/20 10:42:30

  jakarta-tomcat-catalina/webapps/balancer/WEB-INF/classes/org/apache - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/WEB-INF/classes/org/apache/webapp - New directory

2003-11-20 Thread remm
remm2003/11/20 10:42:35

  jakarta-tomcat-catalina/webapps/balancer/WEB-INF/classes/org/apache/webapp - New 
directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/WEB-INF/classes/org/apache/webapp/balancer - New directory

2003-11-20 Thread remm
remm2003/11/20 10:43:14

  jakarta-tomcat-catalina/webapps/balancer/WEB-INF/classes/org/apache/webapp/balancer 
- New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer/WEB-INF/classes/org/apache/webapp/balancer/rules - New directory

2003-11-20 Thread remm
remm2003/11/20 10:43:26

  
jakarta-tomcat-catalina/webapps/balancer/WEB-INF/classes/org/apache/webapp/balancer/rules
 - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat sessions at ApacheCon

2003-11-20 Thread Mark Roth
Remy Maucherat wrote:
* JSP 2.0 (Mark Roth) - well, not really about TC
Thanks for the plug, Remy :)

- Mark

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


cvs commit: jakarta-tomcat-5 build.xml

2003-11-20 Thread remm
remm2003/11/20 12:45:34

  Modified:.build.xml
  Log:
  - Add balancer to the build.
  
  Revision  ChangesPath
  1.168 +25 -0 jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.167
  retrieving revision 1.168
  diff -u -r1.167 -r1.168
  --- build.xml 13 Nov 2003 08:33:44 -  1.167
  +++ build.xml 20 Nov 2003 20:45:34 -  1.168
  @@ -553,6 +553,14 @@
   property name=flags.hide value=true /
   /ant
   
  +ant dir=${catalina.home}/webapps/balancer target=build-main
  +property name=webapps.build value=${tomcat.build}/webapps /
  +property name=classes.dir value=${tomcat.build}/classes /
  +property name=tomcat-util.jar 
value=${tomcat.build}/server/lib/tomcat-util.jar/
  +property name=catalina.deploy value=${tomcat.build} /
  +property name=flags.hide value=true /
  +/ant
  +
   !-- Precompiling and fixing webapps --
   antcall target=build-webapps-precompile / 
   antcall target=fix-webapps /
  @@ -593,6 +601,22 @@
 include name=**/*.properties /
  /fileset
   /jar
  +mkdir dir=${tomcat.build}/webapps/balancer/WEB-INF/lib /
  +jar 
jarfile=${tomcat.build}/webapps/balancer/WEB-INF/lib/catalina-balancer.jar
  + index=true
  +   fileset dir=${tomcat.build}/webapps/balancer/WEB-INF/classes
  +  include name=**/*.class /
  +  include name=**/*.properties /
  +   /fileset
  +/jar
  +mkdir dir=${tomcat.build}/webapps/ROOT/WEB-INF/lib /
  +jar jarfile=${tomcat.build}/webapps/ROOT/WEB-INF/lib/catalina-root.jar
  + index=true
  +   fileset dir=${tomcat.build}/webapps/ROOT/WEB-INF/classes
  +  include name=**/*.class /
  +  include name=**/*.properties /
  +   /fileset
  +/jar
   
   !-- Add XML declarations for admin and manager --
   copy file=${tomcat.build}/server/webapps/manager/manager.xml
  @@ -1151,6 +1175,7 @@
   --
   copy todir=${tomcat.dist}/webapps
 fileset dir=${tomcat.build}/webapps
  +exclude name=**/balancer/WEB-INF/classes/** /
   exclude name=**/WEB-INF/src/** /
 /fileset
   /copy
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteRequest.java

2003-11-20 Thread luehe
luehe   2003/11/20 12:56:28

  Modified:catalina/src/share/org/apache/coyote/tomcat5
CoyoteRequest.java
  Log:
  Backing out this change for the time being, as it breaks some of the
  Servlet compatibility tests.
  
  I've suggested to the Servlet spec lead that the spec be clarified to
  say that an IllegalStateException is to be thrown if
  ServletRequest.setCharacterEncoding() is called after the request
  params/body have been read.
  
  Revision  ChangesPath
  1.23  +4 -8  
jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5/CoyoteRequest.java
  
  Index: CoyoteRequest.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5/CoyoteRequest.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- CoyoteRequest.java20 Nov 2003 01:14:31 -  1.22
  +++ CoyoteRequest.java20 Nov 2003 20:56:28 -  1.23
  @@ -1493,10 +1493,6 @@
   public void setCharacterEncoding(String enc)
   throws UnsupportedEncodingException {
   
  - if (requestParametersParsed || usingReader || usingInputStream) {
  -return;
  -}
  -  
   // Ensure that the specified encoding is valid
   byte buffer[] = new byte[1];
   buffer[0] = (byte) 'a';
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin ApplicationResources_en.properties

2003-11-20 Thread larryi
larryi  2003/11/20 12:59:57

  Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin
ApplicationResources_en.properties
  Log:
  Adding string for new URIEncoding connector attribute.
  
  I have changes ready that add support for this attribute to the admin
  webapp.  They won't be commited until the corresponding es and
  ja files are updated with this new string.
  
  Revision  ChangesPath
  1.74  +1 -0  
jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/ApplicationResources_en.properties
  
  Index: ApplicationResources_en.properties
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/ApplicationResources_en.properties,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- ApplicationResources_en.properties11 Feb 2003 02:27:15 -  1.73
  +++ ApplicationResources_en.properties20 Nov 2003 20:59:56 -  1.74
  @@ -116,6 +116,7 @@
   connector.connection.timeout=Connection Timeout
   connector.default.buffer=Default Buffer Size
   connector.enable.dns=Enable DNS Lookups
  +connector.uriencoding=URI Encoding
   connector.address.ip=IP Address
   connector.redirect.portnumber=Redirect Port Number
   connector.min=Minimum
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/admin/WEB-INF/classes/org/apache/webapp/admin ApplicationResources_en.properties

2003-11-20 Thread larryi
larryi  2003/11/20 13:00:26

  Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin
ApplicationResources_en.properties
  Log:
  Adding string for new URIEncoding connector attribute.
  
  I'm working on changes to the admin webapp to add support for this new
  attribute.  I won't commit the changes until the corresponding es and
  ja files are updated with this new string.
  
  Revision  ChangesPath
  1.18  +1 -0  
jakarta-tomcat-catalina/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/ApplicationResources_en.properties
  
  Index: ApplicationResources_en.properties
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/ApplicationResources_en.properties,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- ApplicationResources_en.properties29 Aug 2003 02:40:51 -  1.17
  +++ ApplicationResources_en.properties20 Nov 2003 21:00:26 -  1.18
  @@ -121,6 +121,7 @@
   connector.default.buffer=Default Buffer Size
   connector.connection.disableUploadTimeout=Disable Upload Timeout
   connector.enable.dns=Enable DNS Lookups
  +connector.uriencoding=URI Encoding
   connector.address.ip=IP Address
   connector.redirect.portnumber=Redirect Port Number
   connector.min=Minimum
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteRequest.java

2003-11-20 Thread Larry Isaacs
Hi Jan,

This looked like a good idea, so I ported it to Tomcat 4.1.x.
I'll go ahead and un-port it for consistincy with Tomcat 5.

Larry

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, November 20, 2003 3:56 PM
 To: [EMAIL PROTECTED]
 Subject: cvs commit: 
 jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/t
 omcat5 CoyoteRequest.java
 
 
 luehe   2003/11/20 12:56:28
 
   Modified:catalina/src/share/org/apache/coyote/tomcat5
 CoyoteRequest.java
   Log:
   Backing out this change for the time being, as it breaks some of the
   Servlet compatibility tests.
   
   I've suggested to the Servlet spec lead that the spec be 
 clarified to
   say that an IllegalStateException is to be thrown if
   ServletRequest.setCharacterEncoding() is called after the request
   params/body have been read.
   
   Revision  ChangesPath
   1.23  +4 -8  
 jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/t
 omcat5/CoyoteRequest.java
   
   Index: CoyoteRequest.java
   ===
   RCS file: 
 /home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apach
 e/coyote/tomcat5/CoyoteRequest.java,v
   retrieving revision 1.22
   retrieving revision 1.23
   diff -u -r1.22 -r1.23
   --- CoyoteRequest.java  20 Nov 2003 01:14:31 -  1.22
   +++ CoyoteRequest.java  20 Nov 2003 20:56:28 -  1.23
   @@ -1493,10 +1493,6 @@
public void setCharacterEncoding(String enc)
throws UnsupportedEncodingException {

   -   if (requestParametersParsed || usingReader || 
 usingInputStream) {
   -return;
   -}
   -  
// Ensure that the specified encoding is valid
byte buffer[] = new byte[1];
buffer[0] = (byte) 'a';
   
   
   
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteRequest.java

2003-11-20 Thread Remy Maucherat
Larry Isaacs wrote:

Hi Jan,

This looked like a good idea, so I ported it to Tomcat 4.1.x.
I'll go ahead and un-port it for consistincy with Tomcat 5.
I thought it was a good idea too. Too bad this has to be unported.

Remy



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


DO NOT REPLY [Bug 23999] - Litmus test case mkcol_with_body fails

2003-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23999.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23999

Litmus test case mkcol_with_body fails





--- Additional Comments From [EMAIL PROTECTED]  2003-11-20 21:10 ---
Created an attachment (id=9218)
Patch for TC4 to fix this bug (and 24001 24005)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 NWGNUmakefile

2003-11-20 Thread NormW
Good morning,
Thanks for the commit for NetWare... hopefully only some 'simple' bugs to
resolve now and NetWare's JK2 will have caught up with the Unix and M$
boxes.  ;-(
Norm

- Original Message - 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, November 20, 2003 11:26 AM
Subject: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2
NWGNUmakefile


 mmanders2003/11/19 16:26:30

   Added:   jk/native2/server/apache2 NWGNUmakefile
   Log:
   Makefile submitted by Guenter Knauf to build for NetWare.

   Revision  ChangesPath
   1.1
jakarta-tomcat-connectors/jk/native2/server/apache2/NWGNUmakefile

   Index: NWGNUmakefile
   ===
   #
   # Makefile for mod_jk2 (uses the build system of Apache2 - gnu make)
   # created by Guenter Knauf [EMAIL PROTECTED]
   #

   #
   # Declare the sub-directories to be built here
   #

   SUBDIRS = \
   $(EOLIST)

   #
   # Get the 'head' of the build environment.  This includes default
targets and
   # paths to tools
   #

   include $(AP_WORK)\build\NWGNUhead.inc

   #
   # build this level's files

   #
   # Make sure all needed macro's are defined
   #

   JKCOMMON = ../../common
   JKINCLUDE = ../../include

   #
   # These directories will be at the beginning of the include list,
followed by
   # INCDIRS
   #
   XINCDIRS += \
   $(JKCOMMON) \
   $(JKINCLUDE) \
   $(AP_WORK)/include \
   $(NWOS) \
   $(AP_WORK)/modules/arch/netware \
   $(AP_WORK)/srclib/apr/include \
   $(AP_WORK)/srclib/apr-util/include \
   $(AP_WORK)/srclib/apr \
   $(AP_WORK)/srclib/pcre \
   $(JAVA_HOME)/include \
   $(JAVA_HOME)/include/netware \
   $(EOLIST)

   #
   # These flags will come after CFLAGS
   #
   XCFLAGS += \
   -relax_pointers \
   $(EOLIST)

   #
   # These defines will come after DEFINES
   #
   XDEFINES += \
   -D__NOVELL_LIBC__ \
   -D_POSIX_SOURCE \
   -DHAS_APR \
   $(EOLIST)

   # -DHAS_PCRE

   #
   # These flags will be added to the link.opt file
   #
   XLFLAGS += \
   $(EOLIST)

   #
   # These values will be appended to the correct variables based on the
value of
   # RELEASE
   #
   ifeq $(RELEASE) debug
   XINCDIRS += \
   $(EOLIST)

   XCFLAGS += \
   $(EOLIST)

   XDEFINES += \
   $(EOLIST)

   XLFLAGS += \
  $(EOLIST)
   endif

   ifeq $(RELEASE) noopt
   XINCDIRS += \
   $(EOLIST)

   XCFLAGS += \
   $(EOLIST)

   XDEFINES += \
   $(EOLIST)

   XLFLAGS += \
  $(EOLIST)
   endif

   ifeq $(RELEASE) release
   XINCDIRS += \
   $(EOLIST)

   XCFLAGS += \
   $(EOLIST)

   XDEFINES += \
   $(EOLIST)

   XLFLAGS += \
   $(EOLIST)
   endif

   #
   # These are used by the link target if an NLM is being generated
   # This is used by the link 'name' directive to name the nlm.  If left
blank
   # TARGET_nlm (see below) will be used.
   #
   NLM_NAME = mod_jk2

   #
   # This is used by the link '-desc ' directive.
   # If left blank, NLM_NAME will be used.
   #
   NLM_DESCRIPTION = Apache $(VERSION_STR) plugin for Jakarta/Tomcat
$(JK_VERSION_STR)

   #
   # This is used by the link '-copy ' directive.
   # If left blank, the ASF copyright defined in NWGNUtail.inc will be
used.
   #
   NLM_COPYRIGHT =

   #
   # This is used by the '-threadname' directive.  If left blank,
   # NLM_NAME Thread will be used.
   #
   NLM_THREAD_NAME = JK2 Module

   #
   # If this is specified, it will override VERSION value in
   # $(AP_WORK)\build\NWGNUenvironment.inc
   #
   NLM_VERSION = $(JK_VERSION)

   #
   # If this is specified, it will override the default of 64K
   #
   #NLM_STACK_SIZE = 32768
   NLM_STACK_SIZE = 49152


   #
   # If this is specified it will be used by the link '-entry' directive
   #
   NLM_ENTRY_SYM = _LibCPrelude

   #
   # If this is specified it will be used by the link '-exit' directive
   #
   NLM_EXIT_SYM = _LibCPostlude

   #
   # If this is specified it will be used by the link '-check' directive
   #
   NLM_CHECK_SYM =

   #
   # If these are specified it will be used by the link '-flags' directive
   #
   NLM_FLAGS =  AUTOUNLOAD, PSEUDOPREEMPTION

   #
   # If this is specified it will be linked in with the XDCData option in
the def
   # file instead of the default of $(NWOS)/apache.xdc.  XDCData can be
disabled
   # by setting APACHE_UNIPROC in the environment
   #
   XDCDATA =

   #
   # If there is an NLM target, put it here
   #
   TARGET_nlm = \
   $(OBJDIR)/mod_jk2.nlm \
   $(EOLIST)

   #
   # If there is an LIB target, put it here
   #
   TARGET_lib = \
   $(EOLIST)

   #
   # These are the OBJ files needed to create the NLM target above.
   # Paths must all use the '/' character
   #
   FILES_nlm_objs = \
   $(OBJDIR)/jk_nwmain.o \
   $(OBJDIR)/jk_channel.o \
   $(OBJDIR)/jk_channel_apr_socket.o \
   $(OBJDIR)/jk_channel_jni.o \
   $(OBJDIR)/jk_channel_un.o \
   $(OBJDIR)/jk_config.o \
   $(OBJDIR)/jk_config_file.o \
   $(OBJDIR)/jk_endpoint.o \
   $(OBJDIR)/jk_env.o \
   $(OBJDIR)/jk_handler_logon.o \
   

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4 CoyoteRequest.java

2003-11-20 Thread larryi
larryi  2003/11/20 13:13:41

  Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteRequest.java
  Log:
  Reverting previous port, since it was reverted in Tomcat 5.
  
  Revision  ChangesPath
  1.32  +4 -8  
jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4/CoyoteRequest.java
  
  Index: CoyoteRequest.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4/CoyoteRequest.java,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- CoyoteRequest.java20 Nov 2003 16:11:37 -  1.31
  +++ CoyoteRequest.java20 Nov 2003 21:13:40 -  1.32
  @@ -1186,10 +1186,6 @@
   public void setCharacterEncoding(String enc)
   throws UnsupportedEncodingException {
   
  -if (requestParametersParsed || usingReader || usingInputStream) {
  -return;
  -}
  -
   // Ensure that the specified encoding is valid
   byte buffer[] = new byte[1];
   buffer[0] = (byte) 'a';
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 23999] - Litmus test case mkcol_with_body fails

2003-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23999.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23999

Litmus test case mkcol_with_body fails





--- Additional Comments From [EMAIL PROTECTED]  2003-11-20 21:17 ---
Created an attachment (id=9219)
Patch for TC5 to fix this bug (and 24001 24005)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[VOTE] New committer: Mark Thomas

2003-11-20 Thread Remy Maucherat
Hi,

I'd like to nominate Mark Thomas as a Tomcat committer. He has 
contibuted a significant amount of fixes already, and does what nobody 
else does: roam Bugzila to fix older issues and cleanup the database. He 
has special interest in the WebDAV code, which currently has no maintainer.

He has my +1.

Rémy



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: DO NOT REPLY [Bug 23999] - Litmus test case mkcol_with_body fails

2003-11-20 Thread Remy Maucherat
[EMAIL PROTECTED] wrote:
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23999.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23999

Litmus test case mkcol_with_body fails





--- Additional Comments From [EMAIL PROTECTED]  2003-11-20 21:17 ---
Created an attachment (id=9219)
Patch for TC5 to fix this bug (and 24001 24005)
This is a good ad for your nomination :)
Good timing :)
Rémy



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


DO NOT REPLY [Bug 24001] - LOCK: parsing of Timeout request header

2003-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24001.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24001

LOCK: parsing of Timeout request header





--- Additional Comments From [EMAIL PROTECTED]  2003-11-20 21:20 ---
A combined patch for this (and 23999, 24005) is attached to bug23999.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [VOTE] New committer: Mark Thomas

2003-11-20 Thread Shapira, Yoav

Howdy,
Cool, +1.

I roam bugzilla for old issues every now and then ;)

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: Remy Maucherat [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 20, 2003 4:19 PM
To: Tomcat Developers List
Subject: [VOTE] New committer: Mark Thomas

Hi,

I'd like to nominate Mark Thomas as a Tomcat committer. He has
contibuted a significant amount of fixes already, and does what nobody
else does: roam Bugzila to fix older issues and cleanup the database. He
has special interest in the WebDAV code, which currently has no maintainer.

He has my +1.

Rémy



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24005] - various issues with values of live properties

2003-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24005.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24005

various issues with values of live properties





--- Additional Comments From [EMAIL PROTECTED]  2003-11-20 21:26 ---
Sorry, I didn't make myself clear in my last comment. The point I was trying 
to make was that HEAD didn't return a content-type header. Anyway, I have 
modified the return from PROPFIND so content-type is returned if it is null. 
This fix is included in the patch in 23999.

A complete patch for this bug (and 23999, 24001) is attached to bug23999.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] New committer: Mark Thomas

2003-11-20 Thread Julian Reschke
Remy Maucherat wrote:

Hi,

I'd like to nominate Mark Thomas as a Tomcat committer. He has 
contibuted a significant amount of fixes already, and does what nobody 
else does: roam Bugzila to fix older issues and cleanup the database. He 
has special interest in the WebDAV code, which currently has no maintainer.

He has my +1.
I can't vote (not being an active community member except for 
reporting bugs), but I certainly agree (just a few seconds ago I thanked 
him for working on the DAV issues).

Julian

--
green/bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: [VOTE] New committer: Mark Thomas

2003-11-20 Thread Bob Herrmann

Sure,
+1

 Hi,

 I'd like to nominate Mark Thomas as a Tomcat committer. He has
 contibuted a significant amount of fixes already, and does what nobody
 else does: roam Bugzila to fix older issues and cleanup the database. He
  has special interest in the WebDAV code, which currently has no
 maintainer.

 He has my +1.

 Rémy



 - To
 unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteRequest.java

2003-11-20 Thread Jan Luehe
Remy Maucherat wrote:
Larry Isaacs wrote:

Hi Jan,

This looked like a good idea, so I ported it to Tomcat 4.1.x.
I'll go ahead and un-port it for consistincy with Tomcat 5.


I thought it was a good idea too. Too bad this has to be unported.
I'll see what I can do to have this fix back in.
Maybe the failing compatibility tests can be excluded, until the spec
has been clarified.
Will let you know.

Jan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: [VOTE] New committer: Mark Thomas

2003-11-20 Thread Amy Roh
+1

Amy

- Original Message - 
From: Remy Maucherat [EMAIL PROTECTED]
To: Tomcat Developers List [EMAIL PROTECTED]
Sent: Thursday, November 20, 2003 1:19 PM
Subject: [VOTE] New committer: Mark Thomas


 Hi,

 I'd like to nominate Mark Thomas as a Tomcat committer. He has
 contibuted a significant amount of fixes already, and does what nobody
 else does: roam Bugzila to fix older issues and cleanup the database. He
 has special interest in the WebDAV code, which currently has no
maintainer.

 He has my +1.

 Rémy



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/balancer balancer.xml

2003-11-20 Thread remm
remm2003/11/20 13:43:32

  Added:   webapps/balancer balancer.xml
  Log:
  - Add context file to avoid duplicating binaries.
  
  Revision  ChangesPath
  1.1  jakarta-tomcat-catalina/webapps/balancer/balancer.xml
  
  Index: balancer.xml
  ===
  !--
  
  Context configuration file for the Tomcat Balancer Web App
  This is only needed to keep the distribution small and avoid duplicating
  commons libraries
  
  $Id: balancer.xml,v 1.1 2003/11/20 21:43:32 remm Exp $
  
  --
  
  
  Context path=/balancer docBase=balancer debug=0 privileged=true
  
  /Context
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-5 build.xml

2003-11-20 Thread remm
remm2003/11/20 13:44:11

  Modified:.build.xml
  Log:
  - Include balancer in the build.
  
  Revision  ChangesPath
  1.169 +5 -3  jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.168
  retrieving revision 1.169
  diff -u -r1.168 -r1.169
  --- build.xml 20 Nov 2003 20:45:34 -  1.168
  +++ build.xml 20 Nov 2003 21:44:10 -  1.169
  @@ -618,10 +618,12 @@
  /fileset
   /jar
   
  -!-- Add XML declarations for admin and manager --
  -copy file=${tomcat.build}/server/webapps/manager/manager.xml
  +!-- Add XML declarations for admin, manager and balancer --
  +move file=${tomcat.build}/server/webapps/manager/manager.xml
todir=${tomcat.build}/conf/Catalina/localhost /
  -copy file=${tomcat.build}/server/webapps/admin/admin.xml
  +move file=${tomcat.build}/server/webapps/admin/admin.xml
  + todir=${tomcat.build}/conf/Catalina/localhost /
  +move file=${tomcat.build}/webapps/balancer/balancer.xml
todir=${tomcat.build}/conf/Catalina/localhost /
   
 /target
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[PATCH][jakarta-servletapi-5/jsr152] Upgrade to JSTL 1.1

2003-11-20 Thread Jan Luehe
Patch is attached.

Also, please update jstl.jar and standard.jar in

  jakarta-servletapi-5/jsr152/examples/WEB-INF/lib

with their JSTL-1.1 counterparts from

http://www.tux.org/pub/net/apache/dist/jakarta/taglibs/standard/binaries/

Thanks!

Jan
Executing ssh-askpass to query the password...
Warning: Remote host denied X11 forwarding, perhaps xauth program could not be run on 
the server side.
cvs server: Diffing jakarta-servletapi-5/jsr152
cvs server: Diffing jakarta-servletapi-5/jsr152/examples
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/WEB-INF
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/WEB-INF/classes
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/WEB-INF/classes/cal
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/WEB-INF/classes/checkbox
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/WEB-INF/classes/colors
cvs server: Diffing 
jakarta-servletapi-5/jsr152/examples/WEB-INF/classes/compressionFilters
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/WEB-INF/classes/dates
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/WEB-INF/classes/error
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/WEB-INF/classes/examples
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/WEB-INF/classes/filters
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/WEB-INF/classes/jsp2
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/WEB-INF/classes/jsp2/examples
cvs server: Diffing 
jakarta-servletapi-5/jsr152/examples/WEB-INF/classes/jsp2/examples/el
cvs server: Diffing 
jakarta-servletapi-5/jsr152/examples/WEB-INF/classes/jsp2/examples/simpletag
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/WEB-INF/classes/listeners
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/WEB-INF/classes/num
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/WEB-INF/classes/sessions
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/WEB-INF/classes/util
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/WEB-INF/classes/validators
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/WEB-INF/jsp
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/WEB-INF/jsp/applet
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/WEB-INF/jsp2
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/WEB-INF/lib
Index: jakarta-servletapi-5/jsr152/examples/WEB-INF/lib/jstl.jar
===
RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/WEB-INF/lib/jstl.jar,v
retrieving revision 1.1
diff -u -r1.1 jstl.jar
Binary files /tmp/cvsTsksTg and jstl.jar differ
Index: jakarta-servletapi-5/jsr152/examples/WEB-INF/lib/standard.jar
===
RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/WEB-INF/lib/standard.jar,v
retrieving revision 1.1
diff -u -r1.1 standard.jar
Binary files /tmp/cvs5zNo7N and standard.jar differ
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/WEB-INF/tags
Index: jakarta-servletapi-5/jsr152/examples/WEB-INF/tags/displayProducts.tag
===
RCS file: 
/home/cvs/jakarta-servletapi-5/jsr152/examples/WEB-INF/tags/displayProducts.tag,v
retrieving revision 1.2
diff -u -r1.2 displayProducts.tag
--- jakarta-servletapi-5/jsr152/examples/WEB-INF/tags/displayProducts.tag   28 Oct 
2002 17:45:44 -  1.2
+++ jakarta-servletapi-5/jsr152/examples/WEB-INF/tags/displayProducts.tag   20 Nov 
2003 21:45:38 -
@@ -2,7 +2,7 @@
- Copyright (c) 2002 The Apache Software Foundation.  All rights 
- reserved.
 --%
-%@ taglib prefix=c uri=http://java.sun.com/jstl/core_rt; %
+%@ taglib prefix=c uri=http://java.sun.com/jsp/jstl/core; %
 %@ attribute name=normalPrice fragment=true %
 %@ attribute name=onSale fragment=true %
 %@ variable name-given=name %
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/cal
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/checkbox
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/colors
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/dates
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/error
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/forward
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/images
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/include
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/jsp2
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/jsp2/el
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/jsp2/jspattribute
cvs server: Diffing jakarta-servletapi-5/jsr152/examples/jsp2/jspx
Index: jakarta-servletapi-5/jsr152/examples/jsp2/jspx/basic.jspx
===
RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/jsp2/jspx/basic.jspx,v
retrieving revision 1.3
diff -u -r1.3 basic.jspx
--- 

Re: [VOTE] New committer: Mark Thomas

2003-11-20 Thread Filip Hanik
+1

welcome aboard

Filip
- Original Message -
From: Remy Maucherat [EMAIL PROTECTED]
To: Tomcat Developers List [EMAIL PROTECTED]
Sent: Thursday, November 20, 2003 1:19 PM
Subject: [VOTE] New committer: Mark Thomas


Hi,

I'd like to nominate Mark Thomas as a Tomcat committer. He has
contibuted a significant amount of fixes already, and does what nobody
else does: roam Bugzila to fix older issues and cleanup the database. He
has special interest in the WebDAV code, which currently has no maintainer.

He has my +1.

Rémy



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] New committer: Mark Thomas

2003-11-20 Thread Bill Barker
+1
- Original Message -
From: Remy Maucherat [EMAIL PROTECTED]
To: Tomcat Developers List [EMAIL PROTECTED]
Sent: Thursday, November 20, 2003 1:19 PM
Subject: [VOTE] New committer: Mark Thomas


 Hi,

 I'd like to nominate Mark Thomas as a Tomcat committer. He has
 contibuted a significant amount of fixes already, and does what nobody
 else does: roam Bugzila to fix older issues and cleanup the database. He
 has special interest in the WebDAV code, which currently has no
maintainer.

 He has my +1.

 Rémy



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



This message is intended only for the use of the person(s) listed above as the 
intended recipient(s), and may contain information that is PRIVILEGED and 
CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or 
distribute this message or any attachment. If you received this communication in 
error, please notify us immediately by e-mail and then delete all copies of this 
message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through the 
Internet is not secure. Do not send confidential or sensitive information, such as 
social security numbers, account numbers, personal identification numbers and 
passwords, to us via ordinary (unencrypted) e-mail.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VOTE] New committer: Mark Thomas

2003-11-20 Thread Jan Luehe
+1.

Jan

Remy Maucherat wrote:
Hi,

I'd like to nominate Mark Thomas as a Tomcat committer. He has 
contibuted a significant amount of fixes already, and does what nobody 
else does: roam Bugzila to fix older issues and cleanup the database. He 
has special interest in the WebDAV code, which currently has no maintainer.

He has my +1.

Rémy



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: [VOTE] New committer: Mark Thomas

2003-11-20 Thread Larry Isaacs
+1

Larry

 -Original Message-
 From: Remy Maucherat [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, November 20, 2003 4:19 PM
 To: Tomcat Developers List
 Subject: [VOTE] New committer: Mark Thomas
 
 
 Hi,
 
 I'd like to nominate Mark Thomas as a Tomcat committer. He has 
 contibuted a significant amount of fixes already, and does 
 what nobody 
 else does: roam Bugzila to fix older issues and cleanup the 
 database. He 
 has special interest in the WebDAV code, which currently has 
 no maintainer.
 
 He has my +1.
 
 Rémy
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-5 build.xml

2003-11-20 Thread remm
remm2003/11/20 14:42:15

  Modified:.build.xml
  Log:
  - Copy instead of move.
  
  Revision  ChangesPath
  1.170 +3 -3  jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.169
  retrieving revision 1.170
  diff -u -r1.169 -r1.170
  --- build.xml 20 Nov 2003 21:44:10 -  1.169
  +++ build.xml 20 Nov 2003 22:42:14 -  1.170
  @@ -619,11 +619,11 @@
   /jar
   
   !-- Add XML declarations for admin, manager and balancer --
  -move file=${tomcat.build}/server/webapps/manager/manager.xml
  +copy file=${tomcat.build}/server/webapps/manager/manager.xml
todir=${tomcat.build}/conf/Catalina/localhost /
  -move file=${tomcat.build}/server/webapps/admin/admin.xml
  +copy file=${tomcat.build}/server/webapps/admin/admin.xml
todir=${tomcat.build}/conf/Catalina/localhost /
  -move file=${tomcat.build}/webapps/balancer/balancer.xml
  +copy file=${tomcat.build}/webapps/balancer/balancer.xml
todir=${tomcat.build}/conf/Catalina/localhost /
   
 /target
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] New committer: Mark Thomas

2003-11-20 Thread Tim Funk
+1

-Tim

Remy Maucherat wrote:
Hi,

I'd like to nominate Mark Thomas as a Tomcat committer. He has 
contibuted a significant amount of fixes already, and does what nobody 
else does: roam Bugzila to fix older issues and cleanup the database. He 
has special interest in the WebDAV code, which currently has no maintainer.

He has my +1.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


IIS with Tomcat

2003-11-20 Thread Dmitriy .
Hi,

I'm trying to setup IIS - Tomcat plug in. Went through all the steps 
described on tomcat's 
site(http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/iishowto.html), 
but still getting a 404 resource (/jakarta/iisapi_redirect.dll) not 
available error. /jakarta/ is my virtual directory on IIS pointing to 
location of isapi_redirect.dll. It seems to me that the request for the jsp 
is actually forwarded from IIS to Tomcat then a call to 
/localhost/jakarta/iisapi_redirect.dll is made, but it seems like it's 
looking for /jakarta/ directory under the Tomcat instead of IIS. Maybe it 
makes sence to setup a virtual directory /jakarta/ under tomcat that'll 
point to virtual directory /jakarta/ under IIS. Is it possible to create 
virtual direcoties in Tomcat? Does anyone know what the problem might be? I 
have IIS 5.0 and Tomcat 4.27

_
Gift-shop online from the comfort of home at MSN Shopping!  No crowds, free 
parking.  http://shopping.msn.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


cvs commit: jakarta-tomcat-connectors/jk/native/apache-1.3 mod_jk.c

2003-11-20 Thread billbarker
billbarker2003/11/20 22:51:45

  Modified:jk/native/apache-1.3 mod_jk.c
  Log:
  Fix logging file descriptor leak.
  
  Submitted By: Steve Revilak [EMAIL PROTECTED]
  
  Revision  ChangesPath
  1.45  +30 -2 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c
  
  Index: mod_jk.c
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- mod_jk.c  5 Nov 2003 09:15:41 -   1.44
  +++ mod_jk.c  21 Nov 2003 06:51:45 -  1.45
  @@ -224,6 +224,10 @@
   static int JK_METHOD ws_write(jk_ws_service_t *s,
 const void *b,
 unsigned l);
  +/* srevilak - new function prototypes */
  +static void jk_server_cleanup(void *data);
  +static void jk_generic_cleanup(server_rec *s);
  +
   
   
   /* == */
  @@ -1765,6 +1769,10 @@
   main_log = conf-log;
   }
   }
  +
  +/* SREVILAK -- register cleanup handler to clear resources on restart,
  + * to make sure log file gets closed in the parent process  */
  +ap_register_cleanup(p, s, jk_server_cleanup, ap_null_cleanup);
   
   /*
   { int i;
  @@ -1970,7 +1978,25 @@
   
   static void exit_handler (server_rec *s, ap_pool *p)
   {
  - server_rec *tmp = s;
  +/* srevilak - refactor cleanup body to jk_generic_cleanup() */
  +jk_generic_cleanup(s);
  +}
  + 
  +
  +/** srevilak -- registered as a cleanup handler in jk_init */
  +static void jk_server_cleanup(void *data) 
  +{
  +jk_generic_cleanup((server_rec *) data);
  +}
  +
  +
  +/** BEGIN SREVILAK 
  + * body taken from exit_handler()
  + */
  +static void jk_generic_cleanup(server_rec *s) 
  +{
  +
  +server_rec *tmp = s;
   
/* loop through all available servers to clean up all configuration
 * records we've created
  @@ -1993,6 +2019,8 @@
   tmp = tmp-next;
   }
   }
  +/** END SREVILAK **/
  +
   
   static const handler_rec jk_handlers[] =
   {
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24462] - mod_jk-1.2.5/Apache 1.3.28 - file descriptor leak on SIGHUP/SIGUSR1

2003-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24462.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24462

mod_jk-1.2.5/Apache 1.3.28 - file descriptor leak on SIGHUP/SIGUSR1

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2003-11-21 06:52 ---
Patch applied.

Thanks much!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]