https://issues.apache.org/bugzilla/show_bug.cgi?id=57438
Martin Visser changed:
What|Removed |Added
Summary|Inifinite redirect loop |Infinite redirect loop when
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=57437
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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 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 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 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
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
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
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
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
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 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 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
--
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
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
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
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
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=57431
Felix Schumacher changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=57425
Felix Schumacher changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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.
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
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
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=57441
Konstantin Kolinko changed:
What|Removed |Added
OS||All
--- Comment #1 from Konst
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.
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
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
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
35 matches
Mail list logo