https://issues.apache.org/bugzilla/show_bug.cgi?id=56268
Bug ID: 56268
Summary: Minor correction to deployer-howto.html
Product: Tomcat 7
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: tr
Author: remm
Date: Sat Mar 15 11:19:50 2014
New Revision: 1577831
URL: http://svn.apache.org/r1577831
Log:
- Cleanup and prefer non direct buffers for SSL by default (32KB of direct
buffers per connection looks a bit too much).
- Give up on the SSL test for now.
Modified:
tomcat/trunk/java/o
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/5600
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
Author: kkolinko
Date: Sat Mar 15 14:30:09 2014
New Revision: 1577867
URL: http://svn.apache.org/r1577867
Log:
Better reporting for skipped tests.
With org.junit.Assume the tests are clearly reported as 'skipped' in JUnit test
run summary.
Modified:
tomcat/trunk/test/org/apache/tomcat/webso
Author: kkolinko
Date: Sat Mar 15 15:02:51 2014
New Revision: 1577873
URL: http://svn.apache.org/r1577873
Log:
Followup to r1576628: correct typo in a message
Modified:
tomcat/trunk/test/org/apache/tomcat/websocket/TesterFirehoseServer.java
Modified:
tomcat/trunk/test/org/apache/tomcat/webs
Author: kkolinko
Date: Sat Mar 15 15:05:18 2014
New Revision: 1577875
URL: http://svn.apache.org/r1577875
Log:
Merged revisions r1576628 r1577873 from tomcat/trunk:
Add some progress info to the websockets frame test.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk
Author: kkolinko
Date: Sat Mar 15 15:11:15 2014
New Revision: 1577876
URL: http://svn.apache.org/r1577876
Log:
Merged revisions r1576810 r1576722 from tomcat/trunk:
TestWebSocketFrameClient: Add non SSL version of the frame test.
TesterFirehoseServer: Fix an Eclipse nag now the received message is
Author: kkolinko
Date: Sat Mar 15 15:18:42 2014
New Revision: 1577877
URL: http://svn.apache.org/r1577877
Log:
Backport of r1577073 from tomcat/trunk:
Split the test SSL/non-SSL.
Added:
tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClientSSL.java
- copied, cha
Author: kkolinko
Date: Sat Mar 15 15:22:58 2014
New Revision: 1577879
URL: http://svn.apache.org/r1577879
Log:
Backport of r1577867 from tomcat/trunk:
Better reporting for skipped tests.
With org.junit.Assume the tests are clearly reported as 'skipped' in JUnit test
run summary.
Modified:
t
Author: kkolinko
Date: Sat Mar 15 15:36:13 2014
New Revision: 1577884
URL: http://svn.apache.org/r1577884
Log:
Followup to r1577831
Clarify the new socket.directSslBuffer option.
Modified:
tomcat/trunk/webapps/docs/config/http.xml
Modified: tomcat/trunk/webapps/docs/config/http.xml
URL:
htt
Author: kkolinko
Date: Sat Mar 15 16:51:55 2014
New Revision: 1577899
URL: http://svn.apache.org/r1577899
Log:
Merged r1577544 from tomcat/trunk:
Add a couple more tests based on a report on the users list
(There tests pass, the problem looks to be elsewhere)
Modified:
tomcat/tc7.0.x/trunk/
Author: kkolinko
Date: Sat Mar 15 17:00:31 2014
New Revision: 1577902
URL: http://svn.apache.org/r1577902
Log:
Clean an IDE warning about unthrown exception.
Since r1577757 the setSSLEngine() method is a pure setter, it no longer calls
reset() and no longer throws an IOException.
(An alternative
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/1808
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Sourc
Author: kkolinko
Date: Sat Mar 15 19:54:56 2014
New Revision: 1577926
URL: http://svn.apache.org/r1577926
Log:
r1576908: Correct comment
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/manager/ManagerServlet.java
Propchange: tomcat/tc7.0.x/
Author: kkolinko
Date: Sat Mar 15 20:00:57 2014
New Revision: 1577929
URL: http://svn.apache.org/r1577929
Log:
r1576923 : Better Javadoc
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/manager/ManagerServlet.java
Propchange: tomcat/tc7.0.x/
2014-03-13 19:30 GMT+04:00 :
> Author: markt
> Date: Thu Mar 13 15:30:35 2014
> New Revision: 1577199
>
> URL: http://svn.apache.org/r1577199
> Log:
> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56248
> Allow the deployer to update an existing WAR file without
> undeploying the existing
2014-03-16 0:14 GMT+04:00 Konstantin Kolinko :
> 2014-03-13 19:30 GMT+04:00 :
>> Author: markt
>> Date: Thu Mar 13 15:30:35 2014
>> New Revision: 1577199
>>
>> URL: http://svn.apache.org/r1577199
>> Log:
>> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56248
>> Allow the deployer to updat
The Buildbot has detected a restored build on builder tomcat-7-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/1809
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build So
https://issues.apache.org/bugzilla/show_bug.cgi?id=56273
Bug ID: 56273
Summary: Manager webapp: when command is skipped because web
application is being serviced, say about it
Product: Tomcat 7
Version: 7.0.52
Hardware: PC
https://issues.apache.org/bugzilla/show_bug.cgi?id=56248
Konstantin Kolinko changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|F
Author: kkolinko
Date: Sat Mar 15 22:55:11 2014
New Revision: 1577944
URL: http://svn.apache.org/r1577944
Log:
Better reporting for skipped tests.
With org.junit.Assume the tests are clearly reported as 'skipped' in JUnit test
run summary.
Modified:
tomcat/trunk/test/org/apache/tomcat/websoc
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/5604
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
22 matches
Mail list logo