[
https://issues.apache.org/jira/browse/MTOMCAT-237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13759813#comment-13759813
]
Olivier Lamy (*$^¨%`£) edited comment on MTOMCAT-237 at 9/6/13 3:16 AM:
---
[
https://issues.apache.org/jira/browse/MTOMCAT-237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13759813#comment-13759813
]
Olivier Lamy (*$^¨%`£) commented on MTOMCAT-237:
??
I missed you here.
Ca
https://issues.apache.org/bugzilla/show_bug.cgi?id=55524
confile changed:
What|Removed |Added
Version|7.0.42 |trunk
--
You are receiving this mail be
https://issues.apache.org/bugzilla/show_bug.cgi?id=55524
--- Comment #7 from confile ---
I tried to use the trunc version of Tomcat but this is even worse. I only get
this message:
Sep 06, 2013 3:52:14 AM org.apache.coyote.http11.AbstractHttp11Processor
process
INFO: Error parsing HTTP request
https://issues.apache.org/bugzilla/show_bug.cgi?id=55524
confile changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://issues.apache.org/bugzilla/show_bug.cgi?id=55529
--- Comment #1 from confile ---
At the end there is this:
build:
[javac] Compiling 31 source files to /root/trunk/output/jdbc-pool/classes
[jar] Building jar: /root/trunk/output/jdbc-pool/tomcat-jdbc.jar
[copy] Copying 1 f
https://issues.apache.org/bugzilla/show_bug.cgi?id=55529
Bug ID: 55529
Summary: error while building the source
Product: Tomcat 7
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: blocker
Author: markt
Date: Thu Sep 5 15:42:48 2013
New Revision: 1520349
URL: http://svn.apache.org/r1520349
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55521
Ensure that session.expire() doesn't return until the session has been
invalidated.
Ensure that the return valid of session.isVa
Author: markt
Date: Thu Sep 5 23:42:00 2013
New Revision: 1520458
URL: http://svn.apache.org/r1520458
Log:
Fix some issues with Servlet 3.1 non-blocking writes and APR identified by the
'unit' test.
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java
tomcat/trun
https://issues.apache.org/bugzilla/show_bug.cgi?id=55521
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Thu Sep 5 22:40:50 2013
New Revision: 1520447
URL: http://svn.apache.org/r1520447
Log:
Add a simple non-blocking write test that currently fails. This won't impact
the CI systems since the class is excluded from the unit tests.
Modified:
tomcat/trunk/test/org/apache/cat
Author: markt
Date: Thu Sep 5 22:38:12 2013
New Revision: 1520446
URL: http://svn.apache.org/r1520446
Log:
Increase size of output so a test client has a chance of triggering some
buffering in the AJP processor
Modified:
tomcat/trunk/webapps/examples/WEB-INF/classes/nonblocking/NumberWriter
Author: markt
Date: Thu Sep 5 22:27:09 2013
New Revision: 1520444
URL: http://svn.apache.org/r1520444
Log:
Refactoring. Extract ByteBufferHolder into a separate class that can be used by
HTTP and AJP.
Added:
tomcat/trunk/java/org/apache/coyote/ByteBufferHolder.java (with props)
Modified:
Author: markt
Date: Thu Sep 5 22:22:40 2013
New Revision: 1520443
URL: http://svn.apache.org/r1520443
Log:
Implement Servlet 3.1 non-blocking writes for AJP. Writes are fully
non-blocking, both between and within AJP messages.
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpPro
Author: markt
Date: Thu Sep 5 16:13:06 2013
New Revision: 1520358
URL: http://svn.apache.org/r1520358
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55521
Ensure that session.expire() doesn't return until the session has been
invalidated.
Ensure that the return valid of session.isVa
https://issues.apache.org/bugzilla/show_bug.cgi?id=55524
--- Comment #6 from Christopher Schultz ---
(In reply to confile from comment #5)
> When will you release tomcat 7.0.43 and tomcat 8?
When they are ready.
--
You are receiving this mail because:
You are the assignee for the bug.
---
Mladen,
On 9/4/13 11:58 AM, Mladen Turk wrote:
> On 09/04/2013 03:30 PM, Konstantin Kolinko wrote:
>>
>> An ambiguity is only if a hostname is used. Do you propose the prefix
>> for hostnames only, not numeric IP addresses?
>>
>
> There is also one other option and that is to always resolve to IP
The Buildbot has detected a new failure on builder tomcat-7-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/1382
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Sourc
https://issues.apache.org/bugzilla/show_bug.cgi?id=55521
--- Comment #4 from Christoph ---
Thanks for the very prompt fix!
Regards
Christoph
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsub
https://issues.apache.org/bugzilla/show_bug.cgi?id=55521
--- Comment #2 from Christoph ---
Mark, it would be great if you'd ask one of your colleagues to take a look at
the additional issues in Spring Security you observed.
As far as Tomcat is concerned, the race condition I observed would no lo
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/4931
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
https://issues.apache.org/bugzilla/show_bug.cgi?id=55521
--- Comment #1 from Mark Thomas ---
I've taken a look at this and there are some things we can do in Tomcat to
ensure that a call to invalidate() doesn't return until the session has been
invalidated.
However, there may still be an issue t
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383
--- Comment #30 from Mark Thomas ---
(In reply to Konstantin Preißer from comment #29)
> With this patch, the improvement of HTML markup in the Tomcat 8 docs should
> be complete.
Applied. Many, many thanks.
> I think I can look into appl
Author: markt
Date: Thu Sep 5 14:17:07 2013
New Revision: 1520323
URL: http://svn.apache.org/r1520323
Log:
Final part of https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 for
Tomcat 8
Improve markup and design of Tomcat's HTML pages
Patch by Konstantin Preißer
Modified:
tomcat/trunk/
https://issues.apache.org/bugzilla/show_bug.cgi?id=55524
--- Comment #5 from confile ---
When will you release tomcat 7.0.43 and tomcat 8?
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscr
https://issues.apache.org/bugzilla/show_bug.cgi?id=55524
--- Comment #4 from Mark Thomas ---
The bug was in Tomcat's proprietary WebSocket implementation. That
implementation does not exist in Tomcat 8. It has been replaced by the JSR-356
implementation (which will also be in Tomcat 7 from the ne
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/4930
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
https://issues.apache.org/bugzilla/show_bug.cgi?id=55524
--- Comment #3 from confile ---
Is this bug fixed in Tomcat8 as well?
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail:
https://issues.apache.org/bugzilla/show_bug.cgi?id=55524
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Thu Sep 5 11:22:00 2013
New Revision: 1520281
URL: http://svn.apache.org/r1520281
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55524
Refactor to avoid a deadlock. Move the exception handling that may execute user
code outside of the sync block.
Modified:
t
https://issues.apache.org/bugzilla/show_bug.cgi?id=55524
--- Comment #1 from Mark Thomas ---
I've only taken a quick look at this. So far, it appears that one lock is in
Tomcat and one in Atmosphere so it is possible that changes will be required in
both to fully fix this.
I'll see what I can to
Author: markt
Date: Thu Sep 5 10:40:43 2013
New Revision: 1520273
URL: http://svn.apache.org/r1520273
Log:
Reduce the version specific references and update the remaining onces to Tomcat
8.
Modified:
tomcat/trunk/webapps/ROOT/index.jsp
Modified: tomcat/trunk/webapps/ROOT/index.jsp
URL:
ht
Author: markt
Date: Thu Sep 5 10:36:34 2013
New Revision: 1520270
URL: http://svn.apache.org/r1520270
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55527
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java
Modified:
tomcat/trunk/java/org/apache/
https://issues.apache.org/bugzilla/show_bug.cgi?id=55527
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Component|Catalina
Author: markt
Date: Thu Sep 5 09:54:36 2013
New Revision: 1520264
URL: http://svn.apache.org/r1520264
Log:
Add section on TLD changes.
Modified:
tomcat/site/trunk/docs/migration-7.html
tomcat/site/trunk/xdocs/migration-7.xml
Modified: tomcat/site/trunk/docs/migration-7.html
URL:
http:/
Author: kfujino
Date: Thu Sep 5 09:47:32 2013
New Revision: 1520263
URL: http://svn.apache.org/r1520263
Log:
Fix mbeans-descriptors.xml of DataSource.
Add undefined attributes and operations to mbeans-descriptor.
Modified:
tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomc
Author: kfujino
Date: Thu Sep 5 09:44:05 2013
New Revision: 1520262
URL: http://svn.apache.org/r1520262
Log:
Fix mbeans-descriptors.xml of DataSource.
Add undefined attributes and operations to mbeans-descriptor.
Modified:
tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/
Author: mturk
Date: Thu Sep 5 09:43:12 2013
New Revision: 1520261
URL: http://svn.apache.org/r1520261
Log:
First step in IPV6 support - use new jk_sockaddr_t structure wrapping
sockaddr_in. Beside that there are no funtional changes
Modified:
tomcat/jk/trunk/native/common/jk_ajp12_worker.c
Author: markt
Date: Thu Sep 5 09:39:32 2013
New Revision: 1520260
URL: http://svn.apache.org/r1520260
Log:
Fix typo
Modified:
tomcat/site/trunk/docs/security-4.html
tomcat/site/trunk/docs/security-5.html
tomcat/site/trunk/docs/security-6.html
tomcat/site/trunk/xdocs/security-4.xm
https://issues.apache.org/bugzilla/show_bug.cgi?id=55526
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=55527
Bug ID: 55527
Summary: JSSESocketFactory conditionally converts alias to
lower case; condition is unwise
Product: Tomcat 7
Version: unspecified
Hardware: PC
https://issues.apache.org/bugzilla/show_bug.cgi?id=55526
Bug ID: 55526
Summary: Overly eager CSRF protection in manager app
Product: Tomcat 7
Version: 7.0.28
Hardware: PC
OS: Linux
Status: NEW
Severity: no
Author: markt
Date: Thu Sep 5 08:35:58 2013
New Revision: 1520252
URL: http://svn.apache.org/r1520252
Log:
When using non-blocking IO need to ensure that end of stream is
correctly identified so that the onAllDataRead event is correctly fired.
Modified:
tomcat/trunk/java/org/apache/coyote/aj
43 matches
Mail list logo