svn commit: r518877 - /tomcat/connectors/trunk/jk/native/common/jk_shm.c

2007-03-15 Thread mturk
Author: mturk Date: Fri Mar 16 00:14:23 2007 New Revision: 518877 URL: http://svn.apache.org/viewvc?view=rev&rev=518877 Log: Delete shared memory file on httpd exit. No need to keep it because it now contains pid as part of the name. In any case, on each invocation it was overwritten. Modified:

DO NOT REPLY [Bug 41856] New: - JSTL Tags does not work - ${TradeMap["\TradeList"]}" doesnt work

2007-03-15 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 41855] - Connection leaks problem when browser gets closed while loading a time consuming html page

2007-03-15 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 41855] New: - Connection leaks problem when browser gets closed while loading a time consuming html page

2007-03-15 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

svn commit: r518828 - in /tomcat/tc6.0.x/trunk/webapps/docs: changelog.xml config/host.xml

2007-03-15 Thread markt
Author: markt Date: Thu Mar 15 18:41:51 2007 New Revision: 518828 URL: http://svn.apache.org/viewvc?view=rev&rev=518828 Log: Update host doc now directories in appBase without WEB-INF are auto-deployed. Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml tomcat/tc6.0.x/trunk/webapps

svn commit: r518827 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2007-03-15 Thread markt
Author: markt Date: Thu Mar 15 18:41:41 2007 New Revision: 518827 URL: http://svn.apache.org/viewvc?view=rev&rev=518827 Log: Put last entry in new section. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http:/

svn commit: r518823 - in /tomcat/container/tc5.5.x/webapps/docs: changelog.xml config/host.xml

2007-03-15 Thread markt
Author: markt Date: Thu Mar 15 18:28:34 2007 New Revision: 518823 URL: http://svn.apache.org/viewvc?view=rev&rev=518823 Log: Update host doc now directories in appBase without WEB-INF are auto-deployed. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml tomcat/container/tc5.5.x

DO NOT REPLY [Bug 41853] New: - Servlet init method invoked twice in 5.5.20

2007-03-15 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 41851] - build.properties.default has duplicate definition block for JAF

2007-03-15 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 41851] New: - build.properties.default has duplicate definition block for JAF

2007-03-15 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

svn commit: r518641 - /tomcat/connectors/trunk/jk/native/common/jk_shm.c

2007-03-15 Thread mturk
Author: mturk Date: Thu Mar 15 07:37:07 2007 New Revision: 518641 URL: http://svn.apache.org/viewvc?view=rev&rev=518641 Log: Add getpid() to the JkShmFile so it's always unique. Thanks to Rainer for an idea. Modified: tomcat/connectors/trunk/jk/native/common/jk_shm.c Modified: tomcat/connect

guarantee the design of tomcat!!

2007-03-15 Thread Dean Hiller2
There is a pretty interesting article on a tool that guarantees your design/dependencies is up to date located here... http://www.devx.com/opensource/Article/33729 Just thought you might be interested. You can actually enforce that components ONLY talk through well-defined apisit prevents n

DO NOT REPLY [Bug 41849] New: - Blank page after login on static html page (form authentication)

2007-03-15 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: svn commit: r518581 - /tomcat/connectors/trunk/jk/native/common/jk_shm.c

2007-03-15 Thread Mladen Turk
Rainer Jung wrote: I have the impression, that this would be nice for our shm file too. Right, it can be done with ease, just like we append .lock to JkShmFile we can append the pid Regards, Mladen. - To unsubscribe, e-mail

Re: svn commit: r518581 - /tomcat/connectors/trunk/jk/native/common/jk_shm.c

2007-03-15 Thread Mladen Turk
Jim Jagielski wrote: On Mar 15, 2007, at 9:36 AM, Mladen Turk wrote: Jim Jagielski wrote: Do we *really* want 0666 on these things? Wouldn't 0644 be better? Of course. I just made that compile time enabled for faulty kernels. I'll check if the 0644 works for flock. It should... these are

Re: svn commit: r518581 - /tomcat/connectors/trunk/jk/native/common/jk_shm.c

2007-03-15 Thread Rainer Jung
Of course. I want it the other way round. Adding the pid to the file name would prevent users from erroneously sharing the shm file via it's default value. Consider users who have an apache httpd installed as a product and 2 separate instances (conf, logs, run etc.) defined. Since httpd does n

Re: svn commit: r518581 - /tomcat/connectors/trunk/jk/native/common/jk_shm.c

2007-03-15 Thread Jim Jagielski
I mean when Apache 1.3 needs to create lockfiles, it does so 0600... On Mar 15, 2007, at 10:06 AM, Henri Gomez wrote: On iSeries it's created as 0666 (qtmhhttp:0) 2007/3/15, Jim Jagielski <[EMAIL PROTECTED]>: On Mar 15, 2007, at 9:36 AM, Mladen Turk wrote: > Jim Jagielski wrote: >> Do we *r

DO NOT REPLY [Bug 40668] - MailSessionFactory is missing in Tomcat 5.5.23

2007-03-15 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: svn commit: r518581 - /tomcat/connectors/trunk/jk/native/common/jk_shm.c

2007-03-15 Thread Henri Gomez
On iSeries it's created as 0666 (qtmhhttp:0) 2007/3/15, Jim Jagielski <[EMAIL PROTECTED]>: On Mar 15, 2007, at 9:36 AM, Mladen Turk wrote: > Jim Jagielski wrote: >> Do we *really* want 0666 on these things? Wouldn't 0644 be better? > > Of course. I just made that compile time enabled for fault

Re: svn commit: r518581 - /tomcat/connectors/trunk/jk/native/common/jk_shm.c

2007-03-15 Thread Jim Jagielski
On Mar 15, 2007, at 9:36 AM, Mladen Turk wrote: Jim Jagielski wrote: Do we *really* want 0666 on these things? Wouldn't 0644 be better? Of course. I just made that compile time enabled for faulty kernels. I'll check if the 0644 works for flock. It should... these are opened early enough a

Re: svn commit: r518581 - /tomcat/connectors/trunk/jk/native/common/jk_shm.c

2007-03-15 Thread Mladen Turk
Jim Jagielski wrote: Do we *really* want 0666 on these things? Wouldn't 0644 be better? Of course. I just made that compile time enabled for faulty kernels. I'll check if the 0644 works for flock. Regards, Mladen. - To unsu

svn commit: r518624 - /tomcat/connectors/trunk/jk/native/common/jk_shm.c

2007-03-15 Thread mturk
Author: mturk Date: Thu Mar 15 06:28:39 2007 New Revision: 518624 URL: http://svn.apache.org/viewvc?view=rev&rev=518624 Log: Make shared memory lock reopenable by compile time define. It is used anyhow for the kernels that have bug in flock. Defaults to old behavior. Modified: tomcat/connecto

Re: svn commit: r518581 - /tomcat/connectors/trunk/jk/native/common/jk_shm.c

2007-03-15 Thread Jim Jagielski
Do we *really* want 0666 on these things? Wouldn't 0644 be better? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: svn commit: r518581 - /tomcat/connectors/trunk/jk/native/common/jk_shm.c

2007-03-15 Thread Mladen Turk
Rainer Jung wrote: Hi Mladen, I didn't really read this commit, but it's Log entry reminds me of the following: This is for shm lock, not for the shared memory, so the name is irrelevant, and will be destroyed on exit. Also, we store workers in shared memory, so any attempt to have a share

svn commit: r518606 - /tomcat/connectors/trunk/jk/native/common/jk_shm.c

2007-03-15 Thread jfclere
Author: jfclere Date: Thu Mar 15 05:29:54 2007 New Revision: 518606 URL: http://svn.apache.org/viewvc?view=rev&rev=518606 Log: Use umask() to get the right permission when creating the file. Modified: tomcat/connectors/trunk/jk/native/common/jk_shm.c Modified: tomcat/connectors/trunk/jk/nati

Re: svn commit: r518581 - /tomcat/connectors/trunk/jk/native/common/jk_shm.c

2007-03-15 Thread Rainer Jung
Hi Mladen, I didn't really read this commit, but it's Log entry reminds me of the following: We just now had a case where a user started two instances and used the same (default) shm file. Wouldn't it be nice to use the trick httpd uses for most run files, namely to add the pid of the parent

svn commit: r518591 - /tomcat/connectors/trunk/jk/native/common/jk_shm.c

2007-03-15 Thread mturk
Author: mturk Date: Thu Mar 15 04:40:02 2007 New Revision: 518591 URL: http://svn.apache.org/viewvc?view=rev&rev=518591 Log: Set debug level to DEBUG for debug message. Modified: tomcat/connectors/trunk/jk/native/common/jk_shm.c Modified: tomcat/connectors/trunk/jk/native/common/jk_shm.c URL

svn commit: r518586 - /tomcat/connectors/trunk/jk/native/common/jk_shm.c

2007-03-15 Thread mturk
Author: mturk Date: Thu Mar 15 04:32:10 2007 New Revision: 518586 URL: http://svn.apache.org/viewvc?view=rev&rev=518586 Log: Fix compiler waring. Modified: tomcat/connectors/trunk/jk/native/common/jk_shm.c Modified: tomcat/connectors/trunk/jk/native/common/jk_shm.c URL: http://svn.apache.or

svn commit: r518585 - /tomcat/connectors/trunk/jk/native/common/jk_shm.c

2007-03-15 Thread mturk
Author: mturk Date: Thu Mar 15 04:22:12 2007 New Revision: 518585 URL: http://svn.apache.org/viewvc?view=rev&rev=518585 Log: Fix typo, and unlink on parent close. Modified: tomcat/connectors/trunk/jk/native/common/jk_shm.c Modified: tomcat/connectors/trunk/jk/native/common/jk_shm.c URL: htt

svn commit: r518581 - /tomcat/connectors/trunk/jk/native/common/jk_shm.c

2007-03-15 Thread mturk
Author: mturk Date: Thu Mar 15 04:11:20 2007 New Revision: 518581 URL: http://svn.apache.org/viewvc?view=rev&rev=518581 Log: Fix shared memory lock by using temporary file instead adding extension to shared memory file. This allows to have higher security for shared memory Modified: tomcat/co

DO NOT REPLY [Bug 41843] - weak accesses blocking behaviour

2007-03-15 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 41843] - weak accesses blocking behaviour

2007-03-15 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

svn commit: r518560 - /tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c

2007-03-15 Thread mturk
Author: mturk Date: Thu Mar 15 03:17:06 2007 New Revision: 518560 URL: http://svn.apache.org/viewvc?view=rev&rev=518560 Log: Check if the web-inf is under the mapped context. If not we don't care for security, cause it is not for Tomcat. Also bring back HSE_REQ_SEND_RESPONSE_HEADER instead HSE_RE

DO NOT REPLY [Bug 41843] - weak accesses blocking behaviour

2007-03-15 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