>> Which make me think that PKG or DMG for Tomcat would be great.
>>
>
> Make sure all those .dmg's can be created with average 'developer'
> from our SVN.
> Think this can be scripted given the prerequisites are installed.
Yes, it will be simple bash and a empty DMG template (binary).
It could ev
On 06/13/2012 10:02 PM, Henri Gomez wrote:
Which make me think that PKG or DMG for Tomcat would be great.
Make sure all those .dmg's can be created with average 'developer'
from our SVN.
Think this can be scripted given the prerequisites are installed.
Regards
--
^TM
-
2012/6/13 :
> Author: markt
> Date: Wed Jun 13 18:29:07 2012
> New Revision: 1349984
>
> URL: http://svn.apache.org/viewvc?rev=1349984&view=rev
> Log:
> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53173
> Remove some duplicate calls to countDownConnection()
> While the connector is runn
https://issues.apache.org/bugzilla/show_bug.cgi?id=53411
Konstantin Kolinko changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|I
Author: fhanik
Date: Wed Jun 13 21:34:14 2012
New Revision: 1350027
URL: http://svn.apache.org/viewvc?rev=1350027&view=rev
Log:
votes
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=135
Author: fhanik
Date: Wed Jun 13 21:24:00 2012
New Revision: 1350022
URL: http://svn.apache.org/viewvc?rev=1350022&view=rev
Log:
Make sure that the revisions are up to date prior to tagging
Modified:
tomcat/tc7.0.x/trunk/modules/ (props changed)
Propchange: tomcat/tc7.0.x/trunk/modules/
---
On 13/06/2012 22:14, Filip Hanik (mailing lists) wrote:
>
>
>> } else {
>> -countDownConnection();
>> // Close socket and pool right away
>> destroySocket(socket);
>> }
>>
>
> [Fil
My suggestion for a 7.0.28 is to have -1 for the default value of
maxConnections for APR. This disables maxConnections until we have a better
grip on it.
Changing it to track closures is quite a surgery, something I would do for
trunk, but leave out of 7.0.x. This leaves existing code flow inta
> } else {
> -countDownConnection();
> // Close socket and pool right away
> destroySocket(socket);
> }
>
[Filip Hanik]
'running' variable could be false here, at which point, so
https://issues.apache.org/bugzilla/show_bug.cgi?id=53411
--- Comment #4 from Konstantin Kolinko ---
Just for reference, confirming what Mark already wrote,
in tc7.0.x/tags/TOMCAT_7_0_27
CharChunk.java line 355
[[[
354 public void append(String s) throws IOException {
355 append(s, 0, s.l
On 13/06/2012 19:39, Mark Thomas wrote:
> I'm running the TCKs and unit tests on 7.0.x/trunk now. Assuming
> everything passes and no-one raises a show-stopping bug between now and
> when they finish, I'll tag current trunk as 7.0.28 - probably some time
> tomorrow morning UTC.
Drat. I'm seeing TC
[
https://issues.apache.org/jira/browse/MTOMCAT-160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13294640#comment-13294640
]
Hudson commented on MTOMCAT-160:
Integrated in TomcatMavenPlugin-mvn3.x #159 (See
[https
Author: olamy
Date: Wed Jun 13 20:19:40 2012
New Revision: 134
URL: http://svn.apache.org/viewvc?rev=134&view=rev
Log:
ignore *.patch files in rat plugin
Modified:
tomcat/maven-plugin/trunk/pom.xml
Modified: tomcat/maven-plugin/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tomcat/
[
https://issues.apache.org/jira/browse/MTOMCAT-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy (*$^¨%`£) closed MTOMCAT-160.
--
Resolution: Fixed
Fix Version/s: 2.0
Assignee: Olivier Lamy (*$
Author: olamy
Date: Wed Jun 13 20:13:49 2012
New Revision: 1349997
URL: http://svn.apache.org/viewvc?rev=1349997&view=rev
Log:
[MTOMCAT-160] "Skipping non-war project" should not happen if using
Modified:
tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/
[
https://issues.apache.org/jira/browse/MTOMCAT-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13294635#comment-13294635
]
Olivier Lamy (*$^¨%`£) commented on MTOMCAT-60:
---
Come on folks. Here it's an
Which make me think that PKG or DMG for Tomcat would be great.
Just need a cool control panel app like the one available for Windows.
Any Cocoa volunteer around ? :-)
Le 13 juin 2012 à 18:14, Mladen Turk a écrit :
> On 06/13/2012 06:09 PM, Henri Gomez wrote:
+1 from me also (build and t
https://issues.apache.org/bugzilla/show_bug.cgi?id=53411
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
[
https://issues.apache.org/jira/browse/MTOMCAT-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13294598#comment-13294598
]
Joerg Bellmann commented on MTOMCAT-60:
---
Ok,
you can find some example-configuratio
On 13/06/2012 17:08, Mark Thomas wrote:
> On 13/06/2012 09:24, Rainer Jung wrote:
>> On 13.06.2012 05:21, Konstantin Kolinko wrote:
>>> Hi!
>>>
>>> I run the testsuite for Tomcat trunk with APR connector with release
>>> candidate for Tomcat Native 1.1.24, on WinXP 32-bit.
>>>
>>> The testsuite pas
https://issues.apache.org/bugzilla/show_bug.cgi?id=53411
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=53411
kubak changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
I'm running the TCKs and unit tests on 7.0.x/trunk now. Assuming
everything passes and no-one raises a show-stopping bug between now and
when they finish, I'll tag current trunk as 7.0.28 - probably some time
tomorrow morning UTC.
Mark
-
Author: markt
Date: Wed Jun 13 18:29:07 2012
New Revision: 1349984
URL: http://svn.apache.org/viewvc?rev=1349984&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53173
Remove some duplicate calls to countDownConnection()
While the connector is running, destroySocket() will call
This is one example of counting down twice. There are a lot of places
calling destroySocket, the best would have been to pass a SocketWrapper
instead of long and keep a AtomicBoolean to track if destroy has been called
on it.
if (running && !paused) {
// Hand this socket off to an appropri
[
https://issues.apache.org/jira/browse/MTOMCAT-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13294577#comment-13294577
]
Neale Upstone commented on MTOMCAT-60:
--
Thanks. I've not seen anything about being a
https://issues.apache.org/bugzilla/show_bug.cgi?id=53411
Priority: P2
Bug ID: 53411
Assignee: dev@tomcat.apache.org
Summary: NullPointerException in
org.apache.tomcat.util.buf.CharChunk
Severity: normal
Classification: Un
On 06/13/2012 06:09 PM, Henri Gomez wrote:
+1 from me also (build and tested on OSX Lion).
Suppose you'll be doing universal builds, so the .zip should
be tomcat-connectors-1.1.24-macosx-universal-bin.zip with LICENSE,
NOTICE, README and .dylib of course ;)
I could provide .pkg or better .dm
>> +1 from me also (build and tested on OSX Lion).
>>
>> Question, did you need binaries for OSX ?
>
> Volunteer as maintainer for consecutive versions?
For OSX, no problem, I maintain up to date OpenJDK 7/8/Jigsaw and
Lambda version for OSX in a daily base, providing OSX binaries should
be hard.
On 13/06/2012 09:24, Rainer Jung wrote:
> On 13.06.2012 05:21, Konstantin Kolinko wrote:
>> Hi!
>>
>> I run the testsuite for Tomcat trunk with APR connector with release
>> candidate for Tomcat Native 1.1.24, on WinXP 32-bit.
>>
>> The testsuite passes successfully, but looking closer into log fil
https://issues.apache.org/bugzilla/show_bug.cgi?id=53074
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Wed Jun 13 16:07:21 2012
New Revision: 1349943
URL: http://svn.apache.org/viewvc?rev=1349943&view=rev
Log:
Update changelog
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/view
Author: markt
Date: Wed Jun 13 16:05:44 2012
New Revision: 1349941
URL: http://svn.apache.org/viewvc?rev=1349941&view=rev
Log:
Update merge info
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
Propchange: tomcat/tc7.0.x/trunk/
---
On 06/13/2012 05:09 PM, Henri Gomez wrote:
+1 from me also (build and tested on OSX Lion).
Question, did you need binaries for OSX ?
Volunteer as maintainer for consecutive versions?
Sure, create .zip files with the content similar to windows,
and put them in your people's dir, and call for
Author: markt
Date: Wed Jun 13 16:04:27 2012
New Revision: 1349939
URL: http://svn.apache.org/viewvc?rev=1349939&view=rev
Log:
Update APR SSLProtocol defaults and configuration
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml
Propchange:
Author: markt
Date: Wed Jun 13 16:03:47 2012
New Revision: 1349937
URL: http://svn.apache.org/viewvc?rev=1349937&view=rev
Log:
APR 1.1.24 is now required. Remove unnecessary code.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/build.properties.default
tomcat/tc
Author: markt
Date: Wed Jun 13 16:02:39 2012
New Revision: 1349936
URL: http://svn.apache.org/viewvc?rev=1349936&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53074
Make WebSocket connections use infinite read timeouts by default.
Modified:
tomcat/tc7.0.x/trunk/ (prop
Author: markt
Date: Wed Jun 13 16:00:57 2012
New Revision: 1349933
URL: http://svn.apache.org/viewvc?rev=1349933&view=rev
Log:
Simplify the APR poller now per socket timeouts are supported
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/n
Author: markt
Date: Wed Jun 13 15:59:02 2012
New Revision: 1349932
URL: http://svn.apache.org/viewvc?rev=1349932&view=rev
Log:
Add per socket timeout to JNI API
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/AprLifecycleListener.java
https://issues.apache.org/bugzilla/show_bug.cgi?id=50864
Filip Hanik changed:
What|Removed |Added
CC||brooke_hedrick@millamilla.c
https://issues.apache.org/bugzilla/show_bug.cgi?id=53346
Filip Hanik changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=53406
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Wed Jun 13 15:48:26 2012
New Revision: 1349923
URL: http://svn.apache.org/viewvc?rev=1349923&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53406
Fix possible stack overflow on connection close when using Comet (fhanik)
Modified:
tomcat/tc7.0.x/trunk/
Author: markt
Date: Wed Jun 13 15:46:30 2012
New Revision: 1349922
URL: http://svn.apache.org/viewvc?rev=1349922&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53406
Fix possible stack overflow on connection close when using Comet (fhanik)
Modified:
tomcat/trunk/java/org
https://issues.apache.org/bugzilla/show_bug.cgi?id=53406
--- Comment #3 from Mark Thomas ---
I was thinking along the same lines but fixing it in the Adaptor rather than
just for NIO. The issue with my fix is that it somewhat abused the error flag
(by changing it's meaning to mean "close the conn
https://issues.apache.org/bugzilla/show_bug.cgi?id=53406
--- Comment #2 from Filip Hanik ---
Thanks for the analysis.
Here is what I think will fix it
Index: java/org/apache/coyote/http11/Http11NioProcessor.java
===
--- java/org/ap
+1 from me also (build and tested on OSX Lion).
Question, did you need binaries for OSX ?
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
https://issues.apache.org/bugzilla/show_bug.cgi?id=53409
Priority: P2
Bug ID: 53409
Assignee: dev@tomcat.apache.org
Summary: Request class actively restricts sending parameters in
the body unless using POST
Severity: normal
Author: markt
Date: Wed Jun 13 14:54:55 2012
New Revision: 1349893
URL: http://svn.apache.org/viewvc?rev=1349893&view=rev
Log:
Update APR/native connector version
Modified:
tomcat/trunk/build.properties.default
Modified: tomcat/trunk/build.properties.default
URL:
http://svn.apache.org/viewv
https://issues.apache.org/bugzilla/show_bug.cgi?id=53403
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Wed Jun 13 14:50:02 2012
New Revision: 1349892
URL: http://svn.apache.org/viewvc?rev=1349892&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53403
Correct specification version reference to include new specification versions
Modified:
tomcat/tc7.0.x/tr
Author: markt
Date: Wed Jun 13 14:47:14 2012
New Revision: 1349887
URL: http://svn.apache.org/viewvc?rev=1349887&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53403
Correct specification version reference to include new specification versions
Modified:
tomcat/trunk/weba
Author: markt
Date: Wed Jun 13 14:43:14 2012
New Revision: 1349885
URL: http://svn.apache.org/viewvc?rev=1349885&view=rev
Log:
Remove unused code
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/manager/HTMLManagerServlet.java
Propchange: t
Author: markt
Date: Wed Jun 13 14:40:58 2012
New Revision: 1349879
URL: http://svn.apache.org/viewvc?rev=1349879&view=rev
Log:
Remove unused code
Modified:
tomcat/trunk/java/org/apache/catalina/manager/HTMLManagerServlet.java
Modified: tomcat/trunk/java/org/apache/catalina/manager/HTMLManage
Author: mturk
Date: Wed Jun 13 13:52:30 2012
New Revision: 1349850
URL: http://svn.apache.org/viewvc?rev=1349850&view=rev
Log:
Bump current version to 1.1.25-dev
Modified:
tomcat/native/branches/1.1.x/build.properties.default
Modified: tomcat/native/branches/1.1.x/build.properties.default
UR
Author: mturk
Date: Wed Jun 13 13:52:17 2012
New Revision: 1349849
URL: http://svn.apache.org/viewvc?rev=1349849&view=rev
Log:
Bump current version to 1.1.25-dev
Modified:
tomcat/native/branches/1.1.x/native/include/tcn_version.h
tomcat/native/branches/1.1.x/native/os/win32/libtcnative.rc
Author: mturk
Date: Wed Jun 13 13:49:29 2012
New Revision: 690
Log:
Upload 1.1.24 release artefacts
Added:
release/tomcat/tomcat-connectors/native/1.1.24/
release/tomcat/tomcat-connectors/native/1.1.24/binaries/
release/tomcat/tomcat-connectors/native/1.1.24/binaries/tomcat-native-1.
Author: mturk
Date: Wed Jun 13 13:49:29 2012
New Revision: 690
Log:
Upload 1.1.24 release artefacts
Added:
release/tomcat/tomcat-connectors/native/1.1.24/
release/tomcat/tomcat-connectors/native/1.1.24/binaries/
release/tomcat/tomcat-connectors/native/1.1.24/binaries/tomcat-native-1.
Author: mturk
Date: Wed Jun 13 13:45:21 2012
New Revision: 1349846
URL: http://svn.apache.org/viewvc?rev=1349846&view=rev
Log:
Add 1.1.24 release sections
Modified:
tomcat/native/branches/1.1.x/xdocs/index.xml
tomcat/native/branches/1.1.x/xdocs/news/2012.xml
Modified: tomcat/native/branc
With 5 binding +1 votes from Mark, Filip, Rainer,
Jean-Frederic and Mladen, and no other votes I declare this vote
as passed.
I'll copy the artefacts to dist site and create ANN after
mirror sync.
On 06/11/2012 02:54 PM, Mladen Turk wrote:
[1] http://people.apache.org/~mturk/native/1.1.24
On 06/13/2012 10:29 AM, Henri Gomez wrote:
While building it on OSX, I noticed some changes, ie no more apxs in
configure.
May be I was using an old build system ?
Probably not, since we never had apxs with tomcat native.
You were probably thinking on mod_jk, since apxs is for
building httpd m
[
https://issues.apache.org/jira/browse/MTOMCAT-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13294424#comment-13294424
]
Joerg Bellmann edited comment on MTOMCAT-60 at 6/13/12 12:56 PM:
---
[
https://issues.apache.org/jira/browse/MTOMCAT-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13294424#comment-13294424
]
Joerg Bellmann commented on MTOMCAT-60:
---
Wow,
It takes nearly 2 years that someone
[
https://issues.apache.org/jira/browse/MTOMCAT-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Neale Upstone updated MTOMCAT-160:
--
Affects Version/s: 2.0-beta-1
> "Skipping non-war project" should not happen if using
>
Neale Upstone created MTOMCAT-160:
-
Summary: "Skipping non-war project" should not happen if using
Key: MTOMCAT-160
URL: https://issues.apache.org/jira/browse/MTOMCAT-160
Project: Apache Tomcat Maven
[
https://issues.apache.org/jira/browse/MTOMCAT-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13294332#comment-13294332
]
Neale Upstone commented on MTOMCAT-60:
--
I'm surprised there's no comment on this, as
While building it on OSX, I noticed some changes, ie no more apxs in
configure.
May be I was using an old build system ?
Updated article on my blog :
http://blog.hgomez.net/2012/06/13/building-universal-apache-tomcat-native-library-on-osx-updated/
2012/6/13 jean-frederic clere
> On 06/11/2012
On 13.06.2012 05:21, Konstantin Kolinko wrote:
Hi!
I run the testsuite for Tomcat trunk with APR connector with release
candidate for Tomcat Native 1.1.24, on WinXP 32-bit.
The testsuite passes successfully, but looking closer into log files I
see many occurrences of the following warning:
12.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53406
Konstantin Kolinko changed:
What|Removed |Added
OS||All
--- Comment #1 from Konst
On 06/11/2012 02:54 PM, Mladen Turk wrote:
[X] Stable, go ahead and release
My hudson/jenkins tests are all OK.
Cheers
Jean-Frederic
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mai
70 matches
Mail list logo