Re: cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_ajp.c

2004-07-29 Thread jean-frederic clere
Graham Leggett wrote: [EMAIL PROTECTED] wrote: First try to get proxy using ajp (Note that is for httpd-2.1). Couple of comments (realising this is first try code): /* * Canonicalise http-like URLs. * scheme is the scheme for the URL * urlis the URL starting with the first '/'

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_header.c ajp.h

2004-07-29 Thread mturk
mturk 2004/07/29 23:32:54 Modified:ajp/ajplib/test ajp_header.c ajp.h Log: Change the casting from void* to msg*. We don't need that, cause the ajp_msg_t is public. Revision ChangesPath 1.15 +8 -16 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_header.c I

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_header.c

2004-07-29 Thread mturk
mturk 2004/07/29 23:27:57 Modified:ajp/ajplib/test ajp_header.c Log: cast msg->buf cause it is unsigned char. Revision ChangesPath 1.14 +8 -4 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_header.c Index: ajp_header.c

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h

2004-07-29 Thread mturk
mturk 2004/07/29 23:27:09 Modified:ajp/ajplib/test ajp.h Log: Add prototypes for read_header and peek_byte. Revision ChangesPath 1.16 +21 -1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h Index: ajp.h

Re: [5.next] Refactoring save-to-XML

2004-07-29 Thread Costin Manolache
Remy Maucherat wrote: Costin Manolache wrote: The major problem is intercepting the changes. It can be done: - inside the jmx impl ( interceptors, etc ) - using the property changed events - by wrapping each mbean when it is registered. One important question is if we need to save server.xml, or ju

Re: Dynamic updates and Apache v2.0

2004-07-29 Thread Costin Manolache
Graham Leggett wrote: Costin Manolache wrote: Hard == replicating the configuration data to all the nodes, instead of having it in a central place ( file or a config server ). Not impossible, but it's a different problem, and not very commonly used Ldap, nis, ldap and most other "config servers"

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbeans MBeanFactory.java

2004-07-29 Thread billbarker
billbarker2004/07/29 20:01:34 Modified:catalina/src/share/org/apache/catalina/mbeans MBeanFactory.java Log: Fix the createXXXConnector methods. The Connector isn't in j-t-c anymore, so there is no reason to use introspection. A few other mostly cosme

DO NOT REPLY [Bug 28875] - Multi-byte characters in default error page aren't printed out correctly.

2004-07-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30400] New: - Apache HowTo has incorrect configure argument

2004-07-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 28207] - Internal Entity Declarations

2004-07-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [5.next] Refactoring save-to-XML

2004-07-29 Thread Remy Maucherat
Costin Manolache wrote: The major problem is intercepting the changes. It can be done: - inside the jmx impl ( interceptors, etc ) - using the property changed events - by wrapping each mbean when it is registered. One important question is if we need to save server.xml, or just say that server.xml

DO NOT REPLY [Bug 29950] - Omit special symbol combinations ( like \$ )

2004-07-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30358] - Direct JNDI lookup "java:comp/env/cfg/test" fails

2004-07-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30398] - Wrong content type when using mod_jk with mod_cache

2004-07-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30398] New: - Wrong content type when using mod_jk with mod_cache

2004-07-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbeans DefaultContextMBean.java MBeanUtils.java NamingResourcesMBean.java StandardContextMBean.java

2004-07-29 Thread markt
markt 2004/07/29 15:11:59 Modified:catalina/src/share/org/apache/catalina/mbeans DefaultContextMBean.java MBeanUtils.java NamingResourcesMBean.java StandardContextMBean.java Log: Update MBeans to use new quote() and unquote() methods.

RE: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbeans MBeanUtils.java

2004-07-29 Thread Mark Thomas
Ah. Hadn't spotted that. I'll have a look. Thanks for the heads up. Mark > -Original Message- > From: Bill Barker [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 29, 2004 9:08 PM > To: Tomcat Developers List > Subject: Re: cvs commit: > jakarta-tomcat-catalina/catalina/src/share/org/a

ISAPI and SSI w/ IIS

2004-07-29 Thread George Sexton
I have been playing with trying to server side include a URL that is in a context handled by the ISAPI redirector. This is on Windows Server 2003 with isapi_redirector2.dll version 2.0.4. The chain is something like this: URL /calendar/OutputCurrentWeek.html is in a context handled by the ISAPI Fi

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbeans MBeanUtils.java

2004-07-29 Thread Bill Barker
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 29, 2004 12:19 PM Subject: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbeans MBeanUtils.java > markt 2004/07/29 12:19:43 > > Modified:catalina/src/share

DO NOT REPLY [Bug 12016] - [patch] OS/2 scripts

2004-07-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30394] - Script for OS/2 - eComstation

2004-07-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 15278] - [PATCH] mod_jk2 for IIS, Bugfix corrupted data ]

2004-07-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30394] New: - Script for OS/2 - eComstation

2004-07-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbeans MBeanUtils.java

2004-07-29 Thread markt
markt 2004/07/29 12:19:43 Modified:catalina/src/share/org/apache/catalina/mbeans MBeanUtils.java Log: Fix bug 28178. Quote user and group names to handle situation with certs where names may conain '='. As far as I can tell, this doesn't break the admin

cvs commit: jakarta-tomcat-5 build.properties.default build.xml

2004-07-29 Thread markt
markt 2004/07/29 12:16:09 Modified:.build.properties.default build.xml Log: Update build scripts for JMX 1.2 in preperaton for a fix for bug 28178. Revision ChangesPath 1.130 +5 -5 jakarta-tomcat-5/build.properties.default Index: build.properties.d

Re: Dynamic updates and Apache v2.0

2004-07-29 Thread Graham Leggett
Costin Manolache wrote: Hard == replicating the configuration data to all the nodes, instead of having it in a central place ( file or a config server ). Not impossible, but it's a different problem, and not very commonly used Ldap, nis, ldap and most other "config servers" are using the later. T

Re: Bugzilla http://issues.apache.org/bugzilla/show_bug.cgi?id=29869: NotificationEmitter on StandardContext and StandardWrapper

2004-07-29 Thread Remy Maucherat
Shapira, Yoav wrote: Hi, Looks like Remy beat me to it ;) Sorry, I forgot about those emails. Rémy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 29869] - Better support for JSR 77 state notfications at Context and Wrapper

2004-07-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml

2004-07-29 Thread yoavs
yoavs 2004/07/29 09:05:02 Modified:webapps/docs changelog.xml Log: Addressed Bugzila 29869, better JSR77 support for StandardContext and StandardWrapper. Revision ChangesPath 1.85 +3 -0 jakarta-tomcat-catalina/webapps/docs/changelog.xml Index: changelog.

RE: Bugzilla http://issues.apache.org/bugzilla/show_bug.cgi?id=29869: NotificationEmitter on StandardContext and StandardWrapper

2004-07-29 Thread Shapira, Yoav
Hi, Looks like Remy beat me to it ;) Yoav Shapira Millennium Research Informatics >-Original Message- >From: Bill Barker [mailto:[EMAIL PROTECTED] >Sent: Wednesday, July 28, 2004 2:31 PM >To: Tomcat Developers List >Subject: Re: Bugzilla >http://issues.apache.org/bugzilla/show_bug.cgi?id

Re: [5.next] Refactoring save-to-XML

2004-07-29 Thread Remy Maucherat
Costin Manolache wrote: Remy Maucherat wrote: Hi, I'd like to make this feature less hardcoded (right now, it's ugly ;) ). A first step would be to extract the code to another helper class, but that's all I can think of. Does anyone have any ideas ? What I tried earlier ( but didn't finish ), and

DO NOT REPLY [Bug 30389] - No timeout in Tomcat for dbcp Connection object hanging

2004-07-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30389] New: - No timeout in Tomcat for dbcp Connection object hanging

2004-07-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30386] - sendRedirect of to IE needs a refresh to display

2004-07-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Contribution: OS/2 Rexx scripts for Tomcat

2004-07-29 Thread Jaroslav Kacer
Hi! Shapira, Yoav wrote: Hi, OK, I've created a new FAQ page for OS/2 and added your links. I've also updated the FAQ on jakarta.apache.org/tomcat so you can see it now. Finally, I added a link to this new FAQ page from the Tomcat wiki Useful Links page. This should dramatically increase the visi

DO NOT REPLY [Bug 30386] - sendRedirect of to IE needs a refresh to display

2004-07-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30386] New: - sendRedirect of to IE needs a refresh to display

2004-07-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardContext.java StandardWrapper.java

2004-07-29 Thread remm
remm2004/07/29 08:33:38 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java StandardWrapper.java Log: - Add support for JMX notifications in Context and Wrapper. This needs JMX 1.2. - Submitted by Peter Rossbach, bug 29869. Rev

Re: cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_ajp.c

2004-07-29 Thread Graham Leggett
[EMAIL PROTECTED] wrote: First try to get proxy using ajp (Note that is for httpd-2.1). Couple of comments (realising this is first try code): /* * Canonicalise http-like URLs. * scheme is the scheme for the URL * urlis the URL starting with the first '/' * def_port is the de

Re: [5.next] Refactoring save-to-XML

2004-07-29 Thread Peter Lin
On Thu, 29 Jul 2004 16:55:39 +0200, Remy Maucherat <[EMAIL PROTECTED]> wrote: > I think it's a start. You identified the downsides well enough, but > unfortunately, they're a showstopper for me. Additional tweaks are > needed. I see that others suggested other technologies, but we'd have > many iss

Re: [5.next] Refactoring save-to-XML

2004-07-29 Thread Costin Manolache
Remy Maucherat wrote: Hi, I'd like to make this feature less hardcoded (right now, it's ugly ;) ). A first step would be to extract the code to another helper class, but that's all I can think of. Does anyone have any ideas ? What I tried earlier ( but didn't finish ), and I still think is a good

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_ajp.c

2004-07-29 Thread jfclere
jfclere 2004/07/29 08:13:59 Added: ajp/proxy proxy_ajp.c Log: First try to get proxy using ajp (Note that is for httpd-2.1). Revision ChangesPath 1.1 jakarta-tomcat-connectors/ajp/proxy/proxy_ajp.c Index: proxy_ajp.c =

cvs commit: jakarta-tomcat-connectors/ajp/proxy config.m4.patch

2004-07-29 Thread jfclere
jfclere 2004/07/29 08:07:39 Modified:ajp/proxy config.m4.patch Log: Add the needed ajp modules. Revision ChangesPath 1.2 +2 -2 jakarta-tomcat-connectors/ajp/proxy/config.m4.patch Index: config.m4.patch

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_header.c

2004-07-29 Thread jfclere
jfclere 2004/07/29 08:04:20 Modified:ajp/ajplib/test ajp_header.c Log: Typo. Revision ChangesPath 1.13 +1 -1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_header.c Index: ajp_header.c === R

Re: Dynamic updates and Apache v2.0

2004-07-29 Thread Costin Manolache
Graham Leggett wrote: is not what people want, but still - having each worker in the pool push config on arbitrary requests seems a bit extreme, and much harder to implement on the server side as well. Depends on what you mean by "hard". I don't see anything hard about adding headers to a respo

Re: [5.next] Refactoring save-to-XML

2004-07-29 Thread Remy Maucherat
Shapira, Yoav wrote: Hi, I've done a bit of work in this space. One approach that I've seen work with very complex object graphs is: - Have an interface, e.g. XMLRepresentationI, with one method, String toXML(); - Have every object along the graph that needs to be saved implement this interface,

RE: Contribution: OS/2 Rexx scripts for Tomcat

2004-07-29 Thread Shapira, Yoav
Hi, OK, I've created a new FAQ page for OS/2 and added your links. I've also updated the FAQ on jakarta.apache.org/tomcat so you can see it now. Finally, I added a link to this new FAQ page from the Tomcat wiki Useful Links page. This should dramatically increase the visibility of your scripts,

cvs commit: jakarta-tomcat-site/docs/faq os2.html

2004-07-29 Thread yoavs
yoavs 2004/07/29 07:47:19 Added: docs/faq os2.html Log: I didn't know you had to do a CVS add here as well... Revision ChangesPath 1.1 jakarta-tomcat-site/docs/faq/os2.html Index: os2.html ===

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

2004-07-29 Thread yoavs
yoavs 2004/07/29 07:46:33 Added: xdocs-faq os2.xml Log: Oops, forgot CVS add command before. Revision ChangesPath 1.1 jakarta-tomcat-site/xdocs-faq/os2.xml Index: os2.xml ===

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

2004-07-29 Thread yoavs
yoavs 2004/07/29 07:45:54 Modified:docs/faq index.html docs/faq/printer index.html xdocs-faq index.xml project.xml Log: Added OS/2 page and a couple of questions. Revision ChangesPath 1.7 +3 -1 jakarta-tomcat-site/docs/faq/index.

DO NOT REPLY [Bug 27916] - context.xml in war appears to require a docBase

2004-07-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_header.c

2004-07-29 Thread jfclere
jfclere 2004/07/29 07:38:18 Modified:ajp/ajplib/test ajp_header.c Log: Add routines to read the response. Revision ChangesPath 1.12 +60 -2 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_header.c Index: ajp_header.c ==

DO NOT REPLY [Bug 27916] - context.xml in war appears to require a docBase

2004-07-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

RE: [5.next] Refactoring save-to-XML

2004-07-29 Thread Shapira, Yoav
Hi, I've done a bit of work in this space. One approach that I've seen work with very complex object graphs is: - Have an interface, e.g. XMLRepresentationI, with one method, String toXML(); - Have every object along the graph that needs to be saved implement this interface, e.g. Context, Host,

RE: [5.next] Refactoring save-to-XML

2004-07-29 Thread Benson Margulies
XPull? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [5.next] Refactoring save-to-XML

2004-07-29 Thread Peter Lin
hey remy, have you tried XStream? the API is super simple and it's quite fast. Not sure if it would work, but we recently changed JMeter to use XStream instead. peter > > -Original Message- > From: [EMAIL PROTECTED] > Sent: 7/29/2004 6:56:40 AM > To: [EMAIL PROTECTED] > Subject: [5.ne

RE: DO NOT REPLY [Bug 30383] New: - JK2 runtime reconfiguration doesn't work on win2k3 IIS6

2004-07-29 Thread help
This is a computer-generated response confirming that your e-mail message was received by There. Please do not respond to this message. Thank you for contacting us. We will make every effort to respond to your message as soon as possible. Please do not send multiple e-mail messages (regarding the

RE: [5.next] Refactoring save-to-XML

2004-07-29 Thread help
This is a computer-generated response confirming that your e-mail message was received by There. Please do not respond to this message. Thank you for contacting us. We will make every effort to respond to your message as soon as possible. Please do not send multiple e-mail messages (regarding the

DO NOT REPLY [Bug 30383] New: - JK2 runtime reconfiguration doesn't work on win2k3 IIS6

2004-07-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[5.next] Refactoring save-to-XML

2004-07-29 Thread Remy Maucherat
Hi, I'd like to make this feature less hardcoded (right now, it's ugly ;) ). A first step would be to extract the code to another helper class, but that's all I can think of. Does anyone have any ideas ? Rémy - To unsubscribe, e

DO NOT REPLY [Bug 28631] - JAASRealm fix to permit user-specified user/group Principals

2004-07-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30135] - Chunked Transfer Encoding should ignore Content Length

2004-07-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 27916] - context.xml in war appears to require a docBase

2004-07-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Contribution: OS/2 Rexx scripts for Tomcat

2004-07-29 Thread Jaroslav Kacer
Shapira, Yoav wrote: I think what I will do for now is add a link to these scripts from our FAQ and Wiki, adding new sections for OS/2 for each. I'm not interested OK. Thank you, Yoav. Jarda in maintaining these scripts given their apparently limited clientele, and I say apparently limited because

Re: Contribution: OS/2 Rexx scripts for Tomcat

2004-07-29 Thread Jaroslav Kacer
Hi! Petr Jiricka wrote: BTW, we also received contribution of OS/2 startup scripts, see http://www.netbeans.org/issues/show_bug.cgi?id=42678 Thank you for the link. I've checked the attachement. The scripts are just slightly modified Windows BAT files. Mine are quite different, written in Rexx (a

RE: Contribution: OS/2 Rexx scripts for Tomcat

2004-07-29 Thread Shapira, Yoav
Hi, Thanks for the contributions. If Tomcat is tested on OS/2, it's by users and not by us. OS/2 support is not an active goal per se. I think what I will do for now is add a link to these scripts from our FAQ and Wiki, adding new sections for OS/2 for each. I'm not interested in maintaining t

Re: Contribution: OS/2 Rexx scripts for Tomcat

2004-07-29 Thread Petr Jiricka
BTW, we also received contribution of OS/2 startup scripts, see http://www.netbeans.org/issues/show_bug.cgi?id=42678 Is OS/2 support a goal for Tomcat? Is Tomcat tested at all on OS/2? Petr Jaroslav Kacer wrote: Hello Tomcat developers! I have rewritten Tomcat scripts into the Rexx language that is

DO NOT REPLY [Bug 15278] - [PATCH] mod_jk2 for IIS, Bugfix corrupted data ]

2004-07-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Dynamic updates and Apache v2.0

2004-07-29 Thread Graham Leggett
Costin Manolache wrote: So if someone breaks in one node, he has the entire pool :-) If someone breaks into one node, then they very likely have access to any backend databases anyway. Being able to manipulate the pool is the least of your worries. But it's a valid concern nonetheless. I don't k

RE : [jaas integration between tomcat/weblogic]

2004-07-29 Thread LERBSCHER Jean-Pierre
any suggestions or no solutions ? -Message d'origine- De : LERBSCHER Jean-Pierre [mailto:[EMAIL PROTECTED] Envoyé : mardi 27 juillet 2004 19:07 À : '[EMAIL PROTECTED]' Objet : [jaas integration between tomcat/weblogic] Hi, I would like to make EJB-calls from Tomcat to EJB in Weblogic

DO NOT REPLY [Bug 27916] - context.xml in war appears to require a docBase

2004-07-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Dynamic updates and Apache v2.0

2004-07-29 Thread Graham Leggett
Costin Manolache wrote: I just hope you agree that having cluster info in httpd.conf is the worst possible solution - you have all the control access problems, you need to gracefully restart often, it is very hard to automate and use tools to manage it, etc. I 100% agree with this statement, yes

Re: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_msg.c

2004-07-29 Thread jean-frederic clere
Henri Gomez wrote: jean-frederic clere wrote: Henri Gomez wrote: [EMAIL PROTECTED] wrote: jfclere 2004/07/29 01:47:49 Modified:ajp/ajplib/test ajp_msg.c Log: Add ajp_msg_peek_byte() to read the type of the response. Revision ChangesPath 1.9 +24 -0 jakarta-tomcat-

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_link.c ajp_logon.c ajp_msg.c

2004-07-29 Thread jfclere
jfclere 2004/07/29 03:10:21 Modified:ajp/ajplib/test ajp_link.c ajp_logon.c ajp_msg.c Log: ap_log_rerror needs a request otherwise it cores, so use ap_log_error. Revision ChangesPath 1.7 +8 -8 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_link.c Index: ajp

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_header.c

2004-07-29 Thread jfclere
jfclere 2004/07/29 02:58:48 Modified:ajp/ajplib/test ajp_header.c Log: Add a read routine... It returns the message to reuse it. Revision ChangesPath 1.11 +31 -0 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_header.c Index: ajp_header.c ===

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_msg.c

2004-07-29 Thread jfclere
jfclere 2004/07/29 02:57:44 Modified:ajp/ajplib/test ajp_msg.c Log: Remove useless variable. Revision ChangesPath 1.10 +0 -2 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_msg.c Index: ajp_msg.c =

Re: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_msg.c

2004-07-29 Thread Henri Gomez
jean-frederic clere wrote: Henri Gomez wrote: [EMAIL PROTECTED] wrote: jfclere 2004/07/29 01:47:49 Modified:ajp/ajplib/test ajp_msg.c Log: Add ajp_msg_peek_byte() to read the type of the response. Revision ChangesPath 1.9 +24 -0 jakarta-tomcat-connectors/ajp/ajpl

Re: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_msg.c

2004-07-29 Thread jean-frederic clere
Henri Gomez wrote: [EMAIL PROTECTED] wrote: jfclere 2004/07/29 01:47:49 Modified:ajp/ajplib/test ajp_msg.c Log: Add ajp_msg_peek_byte() to read the type of the response. Revision ChangesPath 1.9 +24 -0 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_msg.c it shoul

Re: Document

2004-07-29 Thread craigmcc
Please read the attached file. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_msg.c

2004-07-29 Thread Henri Gomez
[EMAIL PROTECTED] wrote: jfclere 2004/07/29 01:47:49 Modified:ajp/ajplib/test ajp_msg.c Log: Add ajp_msg_peek_byte() to read the type of the response. Revision ChangesPath 1.9 +24 -0 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_msg.c it should be named ajp_msg_

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_msg.c

2004-07-29 Thread jfclere
jfclere 2004/07/29 01:47:49 Modified:ajp/ajplib/test ajp_msg.c Log: Add ajp_msg_peek_byte() to read the type of the response. Revision ChangesPath 1.9 +24 -0 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_msg.c Index: ajp_msg.c

Re: CoyoteRequest.getInputStream vs request parameters

2004-07-29 Thread Lars J. Nilsson
Remy Maucherat wrote: This "bug" report was submitted many times, and resolved as INVALID. Then I'm sorry I didn't find it before posting. I did not mean to spam the dev. list. Maybe you could use a valve or a filter, it would have been faster than writing this email ;) No Sorry. Writing the emai

Contribution: OS/2 Rexx scripts for Tomcat

2004-07-29 Thread Jaroslav Kacer
Hello Tomcat developers! I have rewritten Tomcat scripts into the Rexx language that is commonly used on OS/2 systems and I'd like to include them to the Tomcat distribution. The scripts are available at http://hobbes.nmsu.edu/cgi-bin/h-search?key=tomcat_5-0-27_os2.zip Could someone download a

Re: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test testajp.c

2004-07-29 Thread jean-frederic clere
Mladen Turk wrote: Hi, Running testajp (ajp_send_header) I see in catalina console: 2004.07.29 09:58:23 org.apache.jk.common.HandlerRequest invoke INFO: Unknown message 72 Something missing? Yes, a ajp_msg_reset() was missing. I have committed the change. MT. ---

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_header.c

2004-07-29 Thread jfclere
jfclere 2004/07/29 01:23:42 Modified:ajp/ajplib/test ajp_header.c Log: Add missng ajp_msg_reset(). Revision ChangesPath 1.10 +2 -0 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_header.c Index: ajp_header.c =

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test testajp.c

2004-07-29 Thread jfclere
jfclere 2004/07/29 01:12:57 Modified:ajp/ajplib/test testajp.c Log: Don't include httpd_wrap.h that is done in ajp.h. Conditionaly add APR_PROTO_TCP to apr_socket_create(). Revision ChangesPath 1.6 +3 -1 jakarta-tomcat-connectors/ajp/ajplib/test/testajp.c

Re: CoyoteRequest.getInputStream vs request parameters

2004-07-29 Thread Remy Maucherat
Lars J. Nilsson wrote: Hello all, Referencing a Servlet input stream - by calling ServletRequest.getInputStream(), which propagates down to CoyoteRequest.getInputStream() - in Tomcat 4/5 stops POST'ed body parameters from being parsed. See "usingInputStream" instance member declared at CoyoteRe

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_logon.c ajp_logon.h

2004-07-29 Thread hgomez
hgomez 2004/07/29 01:07:23 Modified:ajp/ajplib/test ajp_logon.c ajp_logon.h Log: ascii files Revision ChangesPath 1.4 +0 -0 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_logon.c Index: ajp_logon.c

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_logon.c ajp_logon.h

2004-07-29 Thread hgomez
hgomez 2004/07/29 01:05:51 Modified:ajp/ajplib/test ajp_logon.c ajp_logon.h Log: no dos please Revision ChangesPath 1.3 +214 -214 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_logon.c Index: ajp_logon.c ==

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_logon.c

2004-07-29 Thread hgomez
hgomez 2004/07/29 01:04:49 Modified:ajp/ajplib/test ajp.h ajp_logon.c Log: Fix logon phase Revision ChangesPath 1.15 +2 -0 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h Index: ajp.h ===

RE: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test testajp.c

2004-07-29 Thread Mladen Turk
Hi, Running testajp (ajp_send_header) I see in catalina console: 2004.07.29 09:58:23 org.apache.jk.common.HandlerRequest invoke INFO: Unknown message 72 Something missing? MT. smime.p7s Description: S/MIME cryptographic signature

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_logon.c ajp_logon.h

2004-07-29 Thread hgomez
hgomez 2004/07/29 00:59:37 Added: ajp/ajplib/test ajp_logon.c ajp_logon.h Log: AJP14 logon phase Revision ChangesPath 1.1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_logon.c Index: ajp_logon.c ==

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_header.h

2004-07-29 Thread hgomez
hgomez 2004/07/29 00:59:15 Modified:ajp/ajplib/test ajp_header.h Log: ASF copyright Revision ChangesPath 1.2 +16 -0 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_header.h Index: ajp_header.h ===

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test testajp.c

2004-07-29 Thread mturk
mturk 2004/07/29 00:57:10 Modified:ajp/ajplib/test testajp.c Log: Wow, we are connected to TC from console app! Revision ChangesPath 1.5 +51 -3 jakarta-tomcat-connectors/ajp/ajplib/test/testajp.c Index: testajp.c

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h

2004-07-29 Thread mturk
mturk 2004/07/29 00:56:32 Modified:ajp/ajplib/test ajp.h Log: Added ajp_send_header proto. Revision ChangesPath 1.14 +8 -1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h Index: ajp.h ===

DO NOT REPLY [Bug 30362] - Tomcat eats up file handers

2004-07-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Someone with JSR154 karma...

2004-07-29 Thread jean-frederic clere
Shapira, Yoav wrote: ... please commit the Portuguese resources attached to Bugzilla 29923: http://issues.apache.org/bugzilla/show_bug.cgi?id=29923. I don't have karma myself for the jakarta-servletapi-5 module. Thanks, It should go in jakarta-servletapi-5/jsr154/examples/WEB-INF/classes as Loca

CoyoteRequest.getInputStream vs request parameters

2004-07-29 Thread Lars J. Nilsson
Hello all, Referencing a Servlet input stream - by calling ServletRequest.getInputStream(), which propagates down to CoyoteRequest.getInputStream() - in Tomcat 4/5 stops POST'ed body parameters from being parsed. See "usingInputStream" instance member declared at CoyoteRequest:200 and referenced

Add managedResoruce to Realm, or auth operations

2004-07-29 Thread Peter Rossbach
Hello, can we add managedResource attribute to Realm Mbean descriptors? With this feature we can used the Realm authorisation API at the complete MBeanServer. Add this to all Realm MBean declarations: description="The managed resource this MBean is associated with"

Re: cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote Response.java

2004-07-29 Thread Costin Manolache
Jan Luehe wrote: Bill, luehe 2004/07/27 17:43:17 Modified:coyote/src/java/org/apache/coyote Response.java Log: Fixed Bugtraq 6152759 ("Default charset not included in Content-Type response header if no char encoding was specified"). According to the Servlet 2.4 spec, calling: Ser

  1   2   >