https://bz.apache.org/bugzilla/show_bug.cgi?id=58469
Mark Thomas changed:
What|Removed |Added
Resolution|--- |INVALID
OS|
https://bz.apache.org/bugzilla/show_bug.cgi?id=58457
--- Comment #3 from Mark Thomas ---
If an application retains a reference and continues to use a response object
after the original request/rsponse has been completed the behaviour is
undefined. I'm not at all surprised by the behaviour you des
https://bz.apache.org/bugzilla/show_bug.cgi?id=58464
--- Comment #3 from Mark Thomas ---
Tomcat stores the headers with lower case names to simplfy the lookup of
headers (case sensitive rather than case insenstive lookups).
Unless there is something in one of the specifications that Tomcat imple
https://bz.apache.org/bugzilla/show_bug.cgi?id=58464
Christoph Tornau changed:
What|Removed |Added
CC||tor...@gmail.com
--
You are receiv
Author: markt
Date: Wed Sep 30 12:49:35 2015
New Revision: 1706017
URL: http://svn.apache.org/viewvc?rev=1706017&view=rev
Log:
Fix issue reported by violetagg during 8.0.27 vote.
Improve error message to include name of attribute.
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/Parser.
Author: markt
Date: Wed Sep 30 12:52:01 2015
New Revision: 1706018
URL: http://svn.apache.org/viewvc?rev=1706018&view=rev
Log:
Fix issue reported by violetagg during 8.0.27 vote.
Improve error message to include name of attribute.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/t
On 29/09/2015 20:58, Violeta Georgieva wrote:
> 2015-09-29 22:48 GMT+03:00 Mark Thomas :
>>
>> On 29/09/2015 20:37, Violeta Georgieva wrote:
>>> org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service()
> for
>>> servlet [jsp] in context with path [/test] threw exception [/el-misc.
Author: markt
Date: Wed Sep 30 13:22:37 2015
New Revision: 1706022
URL: http://svn.apache.org/viewvc?rev=1706022&view=rev
Log:
Re-order action implementations to allow easier comparison between Processor
implementations
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java
Author: markt
Date: Wed Sep 30 13:26:44 2015
New Revision: 1706023
URL: http://svn.apache.org/viewvc?rev=1706023&view=rev
Log:
Simplify. No point sending flush message if an I/O error has already happened.
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java
Modified: tomcat/t
Author: markt
Date: Wed Sep 30 13:29:11 2015
New Revision: 1706024
URL: http://svn.apache.org/viewvc?rev=1706024&view=rev
Log:
Remove call that is always a NO-OP.
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java
Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpProcesso
Author: markt
Date: Wed Sep 30 13:30:35 2015
New Revision: 1706027
URL: http://svn.apache.org/viewvc?rev=1706027&view=rev
Log:
Simply. flush(boolean) was only ever called with true
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java
Modified: tomcat/trunk/java/org/apache/coyo
Author: markt
Date: Wed Sep 30 13:32:19 2015
New Revision: 1706030
URL: http://svn.apache.org/viewvc?rev=1706030&view=rev
Log:
Small steps towards aligning action() implementations.
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java
tomcat/trunk/java/org/apache/coyote/htt
Author: markt
Date: Wed Sep 30 13:33:45 2015
New Revision: 1706031
URL: http://svn.apache.org/viewvc?rev=1706031&view=rev
Log:
Refactor to remove duplicate code
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java
Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.
Author: markt
Date: Wed Sep 30 13:37:07 2015
New Revision: 1706032
URL: http://svn.apache.org/viewvc?rev=1706032&view=rev
Log:
Refactor to align Processor implementations.
The other processors call commit from the CLIENT_FLUSH action
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11
Author: markt
Date: Wed Sep 30 13:41:57 2015
New Revision: 1706033
URL: http://svn.apache.org/viewvc?rev=1706033&view=rev
Log:
Cosmetic changes to align implementations
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java
tomcat/trunk/java/org/apache/coyote/http11/Http11Pro
Author: markt
Date: Wed Sep 30 13:42:29 2015
New Revision: 1706034
URL: http://svn.apache.org/viewvc?rev=1706034&view=rev
Log:
The other processors handle this I/O error in the action
Modified:
tomcat/trunk/java/org/apache/coyote/http2/Stream.java
tomcat/trunk/java/org/apache/coyote/http2
Author: markt
Date: Wed Sep 30 13:49:32 2015
New Revision: 1706035
URL: http://svn.apache.org/viewvc?rev=1706035&view=rev
Log:
More removal of duplicate code to commit a response.
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java
tomcat/trunk/java/org/apache/coyote/http1
Author: markt
Date: Wed Sep 30 13:50:36 2015
New Revision: 1706036
URL: http://svn.apache.org/viewvc?rev=1706036&view=rev
Log:
Align CLOSE with other implementations
- call COMMIT first
- handle the flush in the close/finish/end/whatever method
Modified:
tomcat/trunk/java/org/apache/coyote/ht
The Buildbot has detected a build exception on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/378
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
The Buildbot has detected a restored build on builder tomcat-8-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-8-trunk/builds/172
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranch
Am 28.09.2015 um 13:26 schrieb Mark Thomas:
The proposed Apache Tomcat 8.0.27 release is now available for voting.
The main changes since 8.0.26 are:
- Correctly handle \${ vs \$ escaping in JSP and EL
- Fix for issues with NIO + SSL + sendfile
- Various TLD parsing fixes
- Fix multiple (mos
Am 28.09.2015 um 13:26 schrieb Mark Thomas:
The proposed Apache Tomcat 8.0.27 release is now available for voting.
The main changes since 8.0.26 are:
- Correctly handle \${ vs \$ escaping in JSP and EL
- Fix for issues with NIO + SSL + sendfile
- Various TLD parsing fixes
- Fix multiple (mos
mons/daemon/dist/bin/commons-daemon-20150930-native-src.tar.gz
-Dexamples.sources.skip=true
-Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar
-Dtest.relaxTiming=true
-Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-2015
Author: markt
Date: Wed Sep 30 23:33:27 2015
New Revision: 1706172
URL: http://svn.apache.org/viewvc?rev=1706172&view=rev
Log:
Refactor the expectation flag to move it to the request (since it is a property
of the request)
Modified:
tomcat/trunk/java/org/apache/coyote/Request.java
tomcat
Author: markt
Date: Wed Sep 30 23:33:55 2015
New Revision: 1706173
URL: http://svn.apache.org/viewvc?rev=1706173&view=rev
Log:
Add 100-continue support to HTTP/2
Added:
tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_8_1.java (with
props)
Modified:
tomcat/trunk/java/org/apac
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/379
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedul
Author: billbarker
Date: Thu Oct 1 01:20:57 2015
New Revision: 1706179
URL: http://svn.apache.org/viewvc?rev=1706179&view=rev
Log:
catch up with OpenSSL master. ported from 1.1 branch
Modified:
tomcat/native/trunk/native/src/sslinfo.c
tomcat/native/trunk/native/src/sslutils.c
Modified:
[
https://issues.apache.org/jira/browse/MTOMCAT-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14939401#comment-14939401
]
Rupert Madden-Abbott commented on MTOMCAT-234:
--
We are about to initiate a p
28 matches
Mail list logo