https://bz.apache.org/bugzilla/show_bug.cgi?id=57129
quaff changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
https://bz.apache.org/bugzilla/show_bug.cgi?id=57129
quaff changed:
What|Removed |Added
CC||zhouyanm...@gmail.com
--
You are receiving th
it/target/junit-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar
-Dtest.reports=output/logs-APR
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150706-native-src.tar.gz
-Dexampl
https://bz.apache.org/bugzilla/show_bug.cgi?id=58096
--- Comment #5 from Xuan MA ---
Thanks, your fix is much better than mine, I need to learn more about Tomcat
codebase :)
--
You are receiving this mail because:
You are the assignee for the bug.
--
https://bz.apache.org/bugzilla/show_bug.cgi?id=58105
--- Comment #3 from Ognjen Blagojevic ---
While narrowing steps to reproduce bug 58104, I noticed that same steps trigger
log messages I reported here.
So, it is possible to reproduce only with APR HTTP connector. And it seems that
when I get
Author: markt
Date: Mon Jul 6 21:15:43 2015
New Revision: 1689503
URL: http://svn.apache.org/r1689503
Log:
Javadoc fixes
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java
Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java
URL:
http://svn.apach
https://bz.apache.org/bugzilla/show_bug.cgi?id=58104
--- Comment #3 from Ognjen Blagojevic ---
Created attachment 32885
--> https://bz.apache.org/bugzilla/attachment.cgi?id=32885&action=edit
Java class to reproduce the problem.
--
You are receiving this mail because:
You are the assignee for
https://bz.apache.org/bugzilla/show_bug.cgi?id=58104
Ognjen Blagojevic changed:
What|Removed |Added
OS|All |Windows 7
--- Comment #2 from Ognj
https://bz.apache.org/bugzilla/show_bug.cgi?id=57741
--- Comment #4 from Mark Thomas ---
I've had a look at this request.
I'm currently leaning towards using the debug level to determine whether to use
setStatus() or sendError() rather than a new configuration setting. I'll
document that setting
Author: markt
Date: Mon Jul 6 20:21:06 2015
New Revision: 9655
Log:
Release 8.0.24
Added:
release/tomcat/tomcat-8/v8.0.24/
- copied from r9654, dev/tomcat/tomcat-8/v8.0.24/
Removed:
dev/tomcat/tomcat-8/v8.0.24/
-
The following votes were cast:
Binding
+1: markt, violetagg, remm, schultz, kfujino
Non-Binding:
+1: Ognjen Blagojevic
This vote therefore passes.
I'll update the distribution servers shortly and announce / update the
website tomorrow once the mirrors have caught up.
Thanks to everyone who rev
https://bz.apache.org/bugzilla/show_bug.cgi?id=58095
Mark Thomas changed:
What|Removed |Added
Resolution|--- |INVALID
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=58086
Lukasz Jader changed:
What|Removed |Added
Resolution|FIXED |---
Status|RESOLVED
https://bz.apache.org/bugzilla/show_bug.cgi?id=57741
--- Comment #3 from Phil Dicke ---
I'm seeing the same issue and it would be good to get this merged instead of
having to build and deploy custom Tomcats
--
You are receiving this mail because:
You are the assignee for the bug.
-
Author: remm
Date: Mon Jul 6 13:59:24 2015
New Revision: 1689403
URL: http://svn.apache.org/r1689403
Log:
Revert r1689401: actually calling another closeSocket method, so no issue there.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java
Modified: tomcat/trunk/java/org
Author: remm
Date: Mon Jul 6 13:53:07 2015
New Revision: 1689401
URL: http://svn.apache.org/r1689401
Log:
58103: closeSocket already does a countdown as long as the socket is not null,
so remove two instances of extra countdown.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/Nio2End
https://bz.apache.org/bugzilla/show_bug.cgi?id=58096
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
On 06/07/2015 14:18, Violeta Georgieva wrote:
> Hi Mark,
>
> 2015-07-06 15:53 GMT+03:00 :
>>
>> Author: markt
>> Date: Mon Jul 6 12:53:56 2015
>> New Revision: 1689392
>>
>> URL: http://svn.apache.org/r1689392
>> Log:
>> Remove unnecessary code
>
> Is the trigger for this change only that it is
Author: markt
Date: Mon Jul 6 13:27:56 2015
New Revision: 1689395
URL: http://svn.apache.org/r1689395
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58096
Ensure that the correct codeBase is returned for classes loaded from
WEB-INF/classes
Added:
tomcat/tc7.0.x/trunk/test/org/apac
Hi Mark,
2015-07-06 15:53 GMT+03:00 :
>
> Author: markt
> Date: Mon Jul 6 12:53:56 2015
> New Revision: 1689392
>
> URL: http://svn.apache.org/r1689392
> Log:
> Remove unnecessary code
Is the trigger for this change only that it is not necessary or something
else?
For example I'm using this in
Author: markt
Date: Mon Jul 6 12:53:56 2015
New Revision: 1689392
URL: http://svn.apache.org/r1689392
Log:
Remove unnecessary code
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/StandardContext.java
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/StandardContext.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58096
Mark Thomas changed:
What|Removed |Added
Product|Tomcat 8|Tomcat 7
Component|Catalina
Author: markt
Date: Mon Jul 6 10:29:46 2015
New Revision: 1689358
URL: http://svn.apache.org/r1689358
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58096
Ensure that the correct codeBase is returned for classes loaded from
WEB-INF/classes
Added:
tomcat/tc8.0.x/trunk/test/org/apac
Author: markt
Date: Mon Jul 6 10:26:14 2015
New Revision: 1689357
URL: http://svn.apache.org/r1689357
Log:
Better test name
Modified:
tomcat/trunk/test/org/apache/catalina/webresources/TestFileResource.java
Modified:
tomcat/trunk/test/org/apache/catalina/webresources/TestFileResource.java
Author: markt
Date: Mon Jul 6 09:45:25 2015
New Revision: 1689350
URL: http://svn.apache.org/r1689350
Log:
Ensure only the classes and lib directory are excluded from the cache
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/catalina/webresources/Ca
Author: markt
Date: Mon Jul 6 09:29:44 2015
New Revision: 1689346
URL: http://svn.apache.org/r1689346
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=58096
Ensure that the correct codeBase is returned for classes loaded from
WEB-INF/classes
Added:
tomcat/trunk/test/org/apache/ca
Author: markt
Date: Mon Jul 6 09:23:42 2015
New Revision: 1689345
URL: http://svn.apache.org/r1689345
Log:
Ensure only the classes and lib directory are excluded from the cache
Modified:
tomcat/trunk/java/org/apache/catalina/webresources/Cache.java
Modified: tomcat/trunk/java/org/apache/cat
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "ReleaseProcess" page has been changed by VioletaGeorgieva:
https://wiki.apache.org/tomcat/ReleaseProcess?action=diff&rev1=11&rev2=12
* Update the release date in the changelog t
Author: violetagg
Date: Mon Jul 6 08:46:30 2015
New Revision: 1689337
URL: http://svn.apache.org/r1689337
Log:
Update the release date for 7.0.63
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/v
Author: violetagg
Date: Mon Jul 6 08:41:10 2015
New Revision: 9627
Log:
Release Tomcat 7.0.63
Added:
release/tomcat/tomcat-7/v7.0.63/
- copied from r9626, dev/tomcat/tomcat-7/v7.0.63/
Removed:
dev/tomcat/tomcat-7/v7.0.63/
--
Hi,
2015-06-30 12:01 GMT+03:00 Violeta Georgieva :
>
> The proposed Apache Tomcat 7.0.63 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.63/
> The Maven staging repo is:
> https://repository.apache.org/content/reposito
https://bz.apache.org/bugzilla/show_bug.cgi?id=58105
--- Comment #2 from Mark Thomas ---
Any idea what triggers these?
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-uns
32 matches
Mail list logo