[Bug 57438] Infinite redirect loop when maximum upload size exceeded

2015-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57438 Martin Visser changed: What|Removed |Added Summary|Inifinite redirect loop |Infinite redirect loop when

[Bug 57438] New: Inifinite redirect loop when maximum upload size exceeded

2015-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57438 Bug ID: 57438 Summary: Inifinite redirect loop when maximum upload size exceeded Product: Tomcat 7 Version: 7.0.55 Hardware: PC OS: Linux

[Bug 57437] got error while start tomcat server in windows

2015-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57437 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[GitHub] tomcat pull request: now json is fashion

2015-01-13 Thread hazendaz
Github user hazendaz commented on the pull request: https://github.com/apache/tomcat/pull/15#issuecomment-69741658 We run json using Jackson with jersey in tomcat. No issues. This code doesn't do anything. So unclear how it solves anything. All you did was add an empty if statemen

[GitHub] tomcat pull request: now json is fashion

2015-01-13 Thread martin-g
Github user martin-g commented on the pull request: https://github.com/apache/tomcat/pull/15#issuecomment-69742518 I'm pretty sure Jersey does something. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project doe

[GitHub] tomcat pull request: now json is fashion

2015-01-13 Thread hazendaz
Github user hazendaz commented on the pull request: https://github.com/apache/tomcat/pull/15#issuecomment-69744890 Sure...what I meant here is that this patch does nothing from tomcat perspective. It's just an empty if statement. It does nothing at all. --- Original Message

[GitHub] tomcat pull request: now json is fashion

2015-01-13 Thread ahu0605
Github user ahu0605 commented on the pull request: https://github.com/apache/tomcat/pull/15#issuecomment-69754848 I am very sad this bug is not be modifed, PHP had surpported content -type :JSON ,but java ... --- If your project is set up for it, you can reply to this email and have

svn commit: r1651389 - /tomcat/trunk/java/org/apache/coyote/http11/InternalAprInputBuffer.java

2015-01-13 Thread markt
Author: markt Date: Tue Jan 13 15:48:06 2015 New Revision: 1651389 URL: http://svn.apache.org/r1651389 Log: Fix refactoring regression. Don't read more data than there is space for. Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalAprInputBuffer.java Modified: tomcat/trunk/java/o

svn commit: r1651388 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractHttp11Processor.java Http11AprProcessor.java Http11Nio2Processor.java Http11NioProcessor.java

2015-01-13 Thread markt
Author: markt Date: Tue Jan 13 15:48:01 2015 New Revision: 1651388 URL: http://svn.apache.org/r1651388 Log: Use same handling for incomplete reads now all InputBuffers support non-blcoking reading of request line and headers. Pull method up into base class to reduce duplication. Modified: tom

svn commit: r1651387 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractInputBuffer.java AbstractNioInputBuffer.java InternalAprInputBuffer.java InternalNio2InputBuffer.java InternalNioInputBuf

2015-01-13 Thread markt
Author: markt Date: Tue Jan 13 15:47:56 2015 New Revision: 1651387 URL: http://svn.apache.org/r1651387 Log: Merge AbtsractNioInputBuffer into AbstractInputBuffer now all input buffers support non-blocking reads of HTTP rquest line and headers. Removed: tomcat/trunk/java/org/apache/coyote/http

svn commit: r1651386 - in /tomcat/trunk/java/org/apache/coyote/http11: InternalAprInputBuffer.java InternalNioInputBuffer.java

2015-01-13 Thread markt
Author: markt Date: Tue Jan 13 15:47:50 2015 New Revision: 1651386 URL: http://svn.apache.org/r1651386 Log: Switch APR to using non-blocking reads for HTTP request line and headers Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalAprInputBuffer.java tomcat/trunk/java/org/apach

svn commit: r1651390 - in /tomcat/trunk/java/org/apache: coyote/http11/InternalAprInputBuffer.java tomcat/util/net/AprEndpoint.java

2015-01-13 Thread markt
Author: markt Date: Tue Jan 13 15:48:17 2015 New Revision: 1651390 URL: http://svn.apache.org/r1651390 Log: Push InternalAprInputBuffer read down to AprSocketWrapper - Remove socket level input buffer. The AbstractInputBuffer is sufficient - Copy code to handle timeout return values to AprSocket

[GitHub] tomcat pull request: now json is fashion

2015-01-13 Thread ebourg
Github user ebourg commented on the pull request: https://github.com/apache/tomcat/pull/15#issuecomment-69768016 As I understand this pull request is more a request for enhancement than an actual code contribution. I guess you suggest that Tomcat implements the [W3C HTML JSON form sub

[GitHub] tomcat pull request: now json is fashion

2015-01-13 Thread ahu0605
Github user ahu0605 commented on the pull request: https://github.com/apache/tomcat/pull/15#issuecomment-69769556 yes,from Perspective of development. it is benifit java ,it is benifit Tomcat ,our company has choice resin,if the problem keep alive, i maybe choice PHP or Python --

svn commit: r1651420 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/startup/Tomcat.java test/org/apache/catalina/startup/TestTomcat.java webapps/docs/changelog.xml

2015-01-13 Thread fschumacher
Author: fschumacher Date: Tue Jan 13 17:33:58 2015 New Revision: 1651420 URL: http://svn.apache.org/r1651420 Log: Enable custom context class when using embedded tomcat Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/startup/Tomcat.java

svn commit: r1651421 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/ha/context/ReplicatedContext.java test/org/apache/catalina/ha/ webapps/docs/changelog.xml

2015-01-13 Thread fschumacher
Author: fschumacher Date: Tue Jan 13 17:37:18 2015 New Revision: 1651421 URL: http://svn.apache.org/r1651421 Log: Don't add orderedLibs attribute if it is null. ReplicatedContext will fail otherwise. Avoid NPE on shutdown of ReplicatedContext. Added: tomcat/tc8.0.x/trunk/test/org/apache/cata

svn commit: r1651422 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/ha/context/TestReplicatedContext.java test/org/apache/catalina/startup/TestTomcat.java

2015-01-13 Thread fschumacher
Author: fschumacher Date: Tue Jan 13 17:38:48 2015 New Revision: 1651422 URL: http://svn.apache.org/r1651422 Log: Checkstyle: 1) Missing Apache License header 2) Imports order Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/test/org/apache/catalina/ha/context/TestR

svn commit: r1651437 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/Tomcat.java test/org/apache/catalina/startup/TestTomcat.java webapps/docs/changelog.xml

2015-01-13 Thread fschumacher
Author: fschumacher Date: Tue Jan 13 18:19:53 2015 New Revision: 1651437 URL: http://svn.apache.org/r1651437 Log: Enable custom context class when using embedded tomcat Merged r165142 from /tomcat/tc8.0.x/trunk (r1651116 from /tomcat/trunk:r1651116). Modified: tomcat/tc7.0.x/trunk/ (props

svn commit: r1651439 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ha/context/ReplicatedContext.java test/org/apache/catalina/ha/context/ test/org/apache/catalina/ha/context/TestReplicatedCo

2015-01-13 Thread fschumacher
Author: fschumacher Date: Tue Jan 13 18:40:37 2015 New Revision: 1651439 URL: http://svn.apache.org/r1651439 Log: Don't add orderedLibs attribute if it is null. ReplicatedContext will fail otherwise. Avoid NPE on shutdown of ReplicatedContext. Merged r1651421 from /tomcat/tc8.0.x/trunk (merged r

svn commit: r1651441 - in /tomcat/trunk/java/org/apache/tomcat/util/net: NioEndpoint.java SecureNioChannel.java

2015-01-13 Thread markt
Author: markt Date: Tue Jan 13 19:03:30 2015 New Revision: 1651441 URL: http://svn.apache.org/r1651441 Log: Remove NO-OP method from interface Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java tomcat/trunk/java/org/apache/tomcat/util/net/SecureNioChannel.java Modifi

svn commit: r1651446 - /tomcat/tc7.0.x/trunk/

2015-01-13 Thread fschumacher
Author: fschumacher Date: Tue Jan 13 19:23:04 2015 New Revision: 1651446 URL: http://svn.apache.org/r1651446 Log: Checkstyle: 1) Missing Apache License header 2) Imports order Merged r1651422 from /tomcat/tc8.0.x/trunk (merged r1651280 from /tomcat/trunk). (The change was already included mistake

[Bug 57431] Enable custom context implementation when using embedded tomcat

2015-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57431 Felix Schumacher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 57425] ReplicatedContext implementation throws NullPointerException for attributes with null value

2015-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57425 Felix Schumacher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 57425] ReplicatedContext implementation throws NullPointerException for attributes with null value

2015-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57425 --- Comment #6 from Josh Landin --- Looks good. Thanks for the quick attention on this. -- You are receiving this mail because: You are the assignee for the bug. - To un

svn commit: r1651470 - /tomcat/trunk/test/org/apache/catalina/ha/context/TestReplicatedContext.java

2015-01-13 Thread markt
Author: markt Date: Tue Jan 13 20:16:20 2015 New Revision: 1651470 URL: http://svn.apache.org/r1651470 Log: Fix IDE warning Modified: tomcat/trunk/test/org/apache/catalina/ha/context/TestReplicatedContext.java Modified: tomcat/trunk/test/org/apache/catalina/ha/context/TestReplicatedContext.

svn commit: r1651478 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractInputBuffer.java InternalAprInputBuffer.java InternalNio2InputBuffer.java InternalNioInputBuffer.java

2015-01-13 Thread markt
Author: markt Date: Tue Jan 13 20:39:22 2015 New Revision: 1651478 URL: http://svn.apache.org/r1651478 Log: checkpoint - add readByteBuffer Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractInputBuffer.java tomcat/trunk/java/org/apache/coyote/http11/InternalAprInputBuffer.java

Re: svn commit: r1651478 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractInputBuffer.java InternalAprInputBuffer.java InternalNio2InputBuffer.java InternalNioInputBuffer.java

2015-01-13 Thread Mark Thomas
On 13/01/2015 20:39, ma...@apache.org wrote: > Author: markt > Date: Tue Jan 13 20:39:22 2015 > New Revision: 1651478 > > URL: http://svn.apache.org/r1651478 > Log: > checkpoint > - add readByteBuffer > > Modified: > tomcat/trunk/java/org/apache/coyote/http11/AbstractInputBuffer.java > t

Re: svn commit: r1651470 - /tomcat/trunk/test/org/apache/catalina/ha/context/TestReplicatedContext.java

2015-01-13 Thread Felix Schumacher
Am 13.01.2015 um 21:16 schrieb ma...@apache.org: Author: markt Date: Tue Jan 13 20:16:20 2015 New Revision: 1651470 URL: http://svn.apache.org/r1651470 Log: Fix IDE warning I have changed my ide settings now, so that it should not happen again. I will merge the changes into tomcat 8 and 7 tomo

[GUMP@vmgump]: Project tomcat-trunk-test-apr (in module tomcat-trunk) failed

2015-01-13 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test-apr has an issue affecting its community integration. Th

[Bug 57441] New: EL Lambda expression in a JSP fails with The function incr must be used with a prefix when a default namespace is not specified

2015-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57441 Bug ID: 57441 Summary: EL Lambda expression in a JSP fails with The function incr must be used with a prefix when a default namespace is not specified Product: Tomcat

[Bug 57441] EL Lambda expression in a JSP fails with The function incr must be used with a prefix when a default namespace is not specified

2015-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57441 Konstantin Kolinko changed: What|Removed |Added OS||All --- Comment #1 from Konst

[GUMP@vmgump]: Project tomcat-tc7.0.x-validate (in module tomcat-7.0.x) failed

2015-01-13 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-validate has an issue affecting its community integration.

Re: [GUMP@vmgump]: Project tomcat-tc7.0.x-validate (in module tomcat-7.0.x) failed

2015-01-13 Thread Felix Schumacher
Am 14. Januar 2015 08:15:55 MEZ, schrieb Bill Barker : >To whom it may engage... > >This is an automated request, but not an unsolicited one. For >more information please visit http://gump.apache.org/nagged.html, >and/or contact the folk at gene...@gump.apache.org. > >Project tomcat-tc7

svn commit: r1651578 - /tomcat/tc7.0.x/trunk/test/org/apache/catalina/startup/TestTomcat.java

2015-01-13 Thread violetagg
Author: violetagg Date: Wed Jan 14 07:41:59 2015 New Revision: 1651578 URL: http://svn.apache.org/r1651578 Log: Correct import order. Modified: tomcat/tc7.0.x/trunk/test/org/apache/catalina/startup/TestTomcat.java Modified: tomcat/tc7.0.x/trunk/test/org/apache/catalina/startup/TestTomcat.jav

Re: [GUMP@vmgump]: Project tomcat-tc7.0.x-validate (in module tomcat-7.0.x) failed

2015-01-13 Thread Violeta Georgieva
2015-01-14 9:34 GMT+02:00 Felix Schumacher < felix.schumac...@internetallee.de>: > > > > Am 14. Januar 2015 08:15:55 MEZ, schrieb Bill Barker < billbar...@apache.org>: > >To whom it may engage... > > > >This is an automated request, but not an unsolicited one. For > >more information please visit h