Re: Tomcat supporting PHP

2007-07-18 Thread Lilianne E. Blaze
Joe Nathan wrote: > arjan tijms wrote: > >> I'm not really sure about that. For instance, even PHP web sites 'admit' >> that Java is a great deal larger: >> >> http://www.phpmag.net/magphpde/magphpde_news/psecom,id,27191,nodeid,5.html >> >> Typically book stores (at least in Europe) carry more

DO NOT REPLY [Bug 42936] New: - jasper compiler does not recognize generics which causes error

2007-07-18 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: r557472 - /tomcat/build/branches/tc5.0.x/resources/build.xml

2007-07-18 Thread markt
Author: markt Date: Wed Jul 18 20:18:56 2007 New Revision: 557472 URL: http://svn.apache.org/viewvc?view=rev&rev=557472 Log: Update to build script so 5.0.x builds as checked out from svn Modified: tomcat/build/branches/tc5.0.x/resources/build.xml Modified: tomcat/build/branches/tc5.0.x/reso

6.0.14 tag

2007-07-18 Thread Remy Maucherat
Hi, I will be tagging 6.0.14 late this thursday. Rémy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

svn commit: r557470 - /tomcat/connectors/branches/tc5.0.x/util/java/org/apache/tomcat/util/http/Cookies.java

2007-07-18 Thread markt
Author: markt Date: Wed Jul 18 19:53:07 2007 New Revision: 557470 URL: http://svn.apache.org/viewvc?view=rev&rev=557470 Log: Don't treat the single quote character as special. Modified: tomcat/connectors/branches/tc5.0.x/util/java/org/apache/tomcat/util/http/Cookies.java Modified: tomcat/c

svn commit: r557469 - /tomcat/connectors/branches/tc5.0.x/util/java/org/apache/tomcat/util/http/Cookies.java

2007-07-18 Thread markt
Author: markt Date: Wed Jul 18 19:48:57 2007 New Revision: 557469 URL: http://svn.apache.org/viewvc?view=rev&rev=557469 Log: Tabs -> 8 spaces No functional change Modified: tomcat/connectors/branches/tc5.0.x/util/java/org/apache/tomcat/util/http/Cookies.java Modified: tomcat/connectors/bra

svn commit: r557468 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/http/Cookies.java

2007-07-18 Thread markt
Author: markt Date: Wed Jul 18 19:44:50 2007 New Revision: 557468 URL: http://svn.apache.org/viewvc?view=rev&rev=557468 Log: Make cookie handling conform to RFC2965. Don't treat the single quote character as special. Port fix from TC6. Modified: tomcat/connectors/trunk/util/java/org/apache/t

svn commit: r557467 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/http/Cookies.java

2007-07-18 Thread markt
Author: markt Date: Wed Jul 18 19:41:08 2007 New Revision: 557467 URL: http://svn.apache.org/viewvc?view=rev&rev=557467 Log: Make cookie handling conform to RFC2965. Don't treat the single quote character as special. Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/http/Cookies.jav

svn commit: r557466 - /tomcat/container/branches/tc4.1.x/webapps/examples/WEB-INF/classes/SendMailServlet.java

2007-07-18 Thread markt
Author: markt Date: Wed Jul 18 19:39:08 2007 New Revision: 557466 URL: http://svn.apache.org/viewvc?view=rev&rev=557466 Log: Filter output. Modified: tomcat/container/branches/tc4.1.x/webapps/examples/WEB-INF/classes/SendMailServlet.java Modified: tomcat/container/branches/tc4.1.x/webapps/

svn commit: r557465 - /tomcat/container/branches/tc3.3.x/src/share/org/apache/tomcat/modules/generators/ErrorHandler.java

2007-07-18 Thread markt
Author: markt Date: Wed Jul 18 19:37:45 2007 New Revision: 557465 URL: http://svn.apache.org/viewvc?view=rev&rev=557465 Log: Filter output on error page. Modified: tomcat/container/branches/tc3.3.x/src/share/org/apache/tomcat/modules/generators/ErrorHandler.java Modified: tomcat/container/

svn commit: r557463 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/http/ServerCookie.java

2007-07-18 Thread markt
Author: markt Date: Wed Jul 18 19:33:46 2007 New Revision: 557463 URL: http://svn.apache.org/viewvc?view=rev&rev=557463 Log: Escape the " in the cookie value. Port of fix from TC6 Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util/http/ServerCookie.java Modified: tomcat/con

svn commit: r557461 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/http/ServerCookie.java

2007-07-18 Thread markt
Author: markt Date: Wed Jul 18 19:27:36 2007 New Revision: 557461 URL: http://svn.apache.org/viewvc?view=rev&rev=557461 Log: Tabs -> 8 spaces No functional change Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util/http/ServerCookie.java Modified: tomcat/connectors/trunk/uti

svn commit: r557458 - /tomcat/container/tc5.5.x/webapps/host-manager/WEB-INF/classes/org/apache/catalina/hostmanager/HTMLHostManagerServlet.java

2007-07-18 Thread markt
Author: markt Date: Wed Jul 18 19:21:58 2007 New Revision: 557458 URL: http://svn.apache.org/viewvc?view=rev&rev=557458 Log: Port changes from TC6. Modified: tomcat/container/tc5.5.x/webapps/host-manager/WEB-INF/classes/org/apache/catalina/hostmanager/HTMLHostManagerServlet.java Modified:

svn commit: r557454 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/manager/host/HTMLHostManagerServlet.java

2007-07-18 Thread markt
Author: markt Date: Wed Jul 18 19:19:10 2007 New Revision: 557454 URL: http://svn.apache.org/viewvc?view=rev&rev=557454 Log: Fix compiler warnings. Filter output. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/manager/host/HTMLHostManagerServlet.java Modified: tomcat/tc6.0.x/trunk

DO NOT REPLY [Bug 42922] - Comments not removed when using XML Syntax

2007-07-18 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: Tomcat supporting PHP

2007-07-18 Thread Joe Nathan
arjan tijms wrote: > > I'm not really sure about that. For instance, even PHP web sites 'admit' > that Java is a great deal larger: > > http://www.phpmag.net/magphpde/magphpde_news/psecom,id,27191,nodeid,5.html > > Typically book stores (at least in Europe) carry more book about Java > than

DO NOT REPLY [Bug 42934] - sessionDidActivate() called before contextInitialized()

2007-07-18 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 42934] New: - sessionDidActivate() called before contextInitialized()

2007-07-18 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 42922] - Comments not removed when using XML Syntax

2007-07-18 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: Tomcat supporting PHP

2007-07-18 Thread M4N - Arjan Tijms
Joe Nathan wrote: You should realize that PHP world is lot bigger than Java world! I'm not really sure about that. For instance, even PHP web sites 'admit' that Java is a great deal larger: http://www.phpmag.net/magphpde/magphpde_news/psecom,id,27191,nodeid,5.html Typically book stores (a

DO NOT REPLY [Bug 42926] New: - Problem with standard path for SESSIONS.ser

2007-07-18 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 42925] New: - Sendfile thread uses 100% cpu for long periods

2007-07-18 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