On 24/04/2012 20:51, Brian Burch wrote:
> Sorry I haven't been able to quote the details of this commit made by
> markt a month ago, but I didn't keep a copy in my inbox.
>
> I previously submitted an enhancement to the corresponding test suite
> https://issues.apache.org/bugzilla/show_bug.cgi?id=
On 24/04/2012 21:11, Mark Thomas wrote:
> On 24/04/2012 20:51, Brian Burch wrote:
>> Sorry I haven't been able to quote the details of this commit made by
>> markt a month ago, but I didn't keep a copy in my inbox.
>>
>> I previously submitted an enhanc
On 25/04/2012 12:03, Brian Burch wrote:
> On 24/04/12 21:34, Mark Thomas wrote:
>> On 24/04/2012 21:11, Mark Thomas wrote:
>>> On 24/04/2012 20:51, Brian Burch wrote:
>>>> Sorry I haven't been able to quote the details of this commit made by
>>>> ma
On 26/04/2012 19:54, gunay arslan wrote:
> Here I am not telling that we need to change the standards, I am
> suggesting to add a variable so for this session behavior, with
> default value running as it is right now, you need to check other
> lazy session creation change to value, restart the app
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 27/04/2012 01:37, Christopher Schultz wrote:
> All,
>
> I've been doing some memory profiling on my webapp to see where I
> can reduce our memory footprint a bit by combining equivalent
> objects. YourKit has some nice utilities to look for duplica
On 01/05/2012 19:27, umar farooq wrote:
> Hi All,
>I am trying to use Chat example of WebSocket given in Tomcat version
> 7.0.27. Problem I faced are here.
>
> 1) After opening the web socket it closes the socket automatically after 20
> sec. I want connection open until Guest (i.e. user
On 01/05/2012 20:43, umar farooq wrote:
> I got it. I will make my application to handle groups. but how can I
> increase keep alive time..?? to be specific .. what steps do I need to
> follow..?
That would be a question for the users mailing list.
Mark
>
> On 5/1/12, Mark Thoma
On 07/05/2012 10:01, Mladen Turk wrote:
> Hi,
>
> I plan to tag 1.2.36 (as promised after finishing shm rewrite).
> There is one nasty bug in windows status worker and sharing
> actually doesn't work in 1.2.35, so a couple of very good
> reasons for a quick release.
>
> Comments?
+1 Go for it.
On 07/05/2012 17:24, Mladen Turk wrote:
> Hi
>
> Did some testing and removing unlockAccept works equally
> fine (and in some circumstances pause/continue and even shutdown is much
> faster).
> Using a simple socket close on stop/destroy and monitoring
> for pause 'after' acceptSocket() by not han
On 08/05/2012 07:41, Mladen Turk wrote:
> On 05/08/2012 08:34 AM, Costin Manolache wrote:
>> On Mon, May 7, 2012 at 11:05 PM, Mladen Turk wrote:
>>
>>>
>>> For real pause (stop accepting connections and wait till all sessions
>>> times out) this can be done safely by setting 10 second timeout
>>>
On 08/05/2012 19:47, Costin Manolache wrote:
> You may still want to accept requests for existing sessions.
>
> Both 'graceful shutdown' and app deploy are important cases - it's just
> that current 'pause()' is not that good for either of them, if you really
> want to cleanup...
>
> Maybe an opt
On 08/05/2012 21:09, Costin Manolache wrote:
> On Tue, May 8, 2012 at 11:54 AM, Mark Thomas wrote:
>> pause() on the connector means something very different to pause in the
>> reverse proxy. In the connector pause means:
>> - stop processing new connections
>> -
On 08/05/2012 21:33, Mladen Turk wrote:
> On 05/08/2012 08:54 PM, Mark Thomas wrote:
>> On 08/05/2012 19:47, Costin Manolache wrote:
>>> You may still want to accept requests for existing sessions.
>>>
>>> Both 'graceful shutdown' and app deploy ar
On 12/05/2012 23:14, Konstantin Kolinko wrote:
> 2012/5/13 :
>> Author: markt
>> Date: Sat May 12 20:51:24 2012
>> New Revision: 1337643
>> +if (inner instanceof RequestFacade) {
>> +((RequestFacade) req).doUpgrade(inbound);
>
> inner.doUpgrade(), not req.
Doh.
>
>> +
On 13/05/2012 00:56, kkoli...@apache.org wrote:
> Author: kkolinko
> Date: Sat May 12 23:56:13 2012
> New Revision: 1337741
>
> URL: http://svn.apache.org/viewvc?rev=1337741&view=rev
> Log:
> Pass all string values through the filter in RequestInfoExample servlet.
Those values were not passed thr
On 17/05/2012 05:22, Mladen Turk wrote:
> Crap.
> Not only late, but with the wrong @subject.
> Well, hope people will figure that out.
I haven't moderated the mail to announce@t.a.o through. If you want to
resend that with the correct subject you can.
Mark
--
Currently, time outs for APR/native sockets are managed at the Pollset
level. This means all sockets in a single Pollset must have the same
time out. This is starting to become a nuisance.
I have already had to add a second Pollset to AprEndpoint to handle
separate connection and keep-alive time o
etter but only if there is a real need :-)
>
> Btw, i'll take a look to your commits.
>
> Le 20 mai 2012 à 20:37, Mark Thomas a écrit :
>
>> Currently, time outs for APR/native sockets are managed at the Pollset
>> level. This means all sockets in a single Poll
d different time outs
increases.
Mark
>
> Just an idea.
>
> Le 20 mai 2012 à 20:37, Mark Thomas a écrit :
>
>> Currently, time outs for APR/native sockets are managed at the Pollset
>> level. This means all sockets in a single Pollset must have the same
>> tim
I am trying to build the 1.1.x native connector from trunk so I can test
the changes I plan to make to support per socket time outs. I can build
using dynamic linking but not statically. What tool chain are folks
currently using to build the native connector binaries we currently ship?
My current
Just a quick check before I hit commit. Am I correct in thinking that
r1296944 [1] should be back-ported to 1.1.x?
Cheers,
Mark
[1] http://svn.apache.org/viewvc?view=revision&revision=1296944
-
To unsubscribe, e-mail: dev-unsu
On 21/05/2012 13:25, Mark Thomas wrote:
> Just a quick check before I hit commit. Am I correct in thinking that
> r1296944 [1] should be back-ported to 1.1.x?
Ignore me. I now realise I am wrong since interrupt() isn't implemented
in the 1.1.x br
On 20/05/2012 21:47, Mladen Turk wrote:
> On 05/20/2012 08:37 PM, Mark Thomas wrote:
>> Therefore, I intend modifying the APR/native code to support per socket
>> time outs. I would be grateful if those of you with more C knowledge
>> than I (which is most people on this list)
se whenever you need from java ?
The timeout is also used in poll so it wouldn't be a completely clean
solution. It would probably work but there might be some odd edge cases.
It think it is probably better - for now - to keep this in native.
Mark
>
> Costin
>
> On Mon, May 21
if only as
protection against the current release manager being run over by a bus.
Mark
>
> Costin
>
> On Mon, May 21, 2012 at 5:05 AM, Mark Thomas wrote:
>
>> I am trying to build the 1.1.x native connector from trunk so I can test
>> the changes I plan to make
On 21/05/2012 17:52, Mladen Turk wrote:
> On 05/21/2012 02:05 PM, Mark Thomas wrote:
>> I am trying to build the 1.1.x native connector from trunk so I can test
>> the changes I plan to make to support per socket time outs. I can build
>> using dynamic linking but not static
On 21/05/2012 18:30, Costin Manolache wrote:
> On Mon, May 21, 2012 at 9:29 AM, Mark Thomas wrote:
>
>> On 21/05/2012 15:26, Costin Manolache wrote:
>>> My understanding is that the timeout is implemented in poll.c maintain()
>> -
>>> by scanning the socket
On 21/05/2012 17:52, Mladen Turk wrote:
> On 05/21/2012 02:05 PM, Mark Thomas wrote:
>> I am trying to build the 1.1.x native connector from trunk so I can test
>> the changes I plan to make to support per socket time outs. I can build
>> using dynamic linking but not static
On 24/05/2012 05:19, Mladen Turk wrote:
> On 05/23/2012 10:07 PM, ma...@apache.org wrote:
>> Author: markt
>> -apr_time_t*socket_ttl;
>> -apr_interval_time_t max_ttl;
>> +apr_time_t*socket_last_active;
>> +apr_interval_time_t default_timeout;
>
> Think we should move both s
On 24/05/2012 16:06, Mladen Turk wrote:
> On 05/24/2012 04:47 PM, Mark Thomas wrote:
>> On 24/05/2012 05:19, Mladen Turk wrote:
>>> On 05/23/2012 10:07 PM, ma...@apache.org wrote:
>>>> Author: markt
>>>> -apr_time_t*socket_ttl;
>>>>
On 28/05/2012 14:07, N V Hari Krishna wrote:
> Hello all,
>
> I had few questions regarding
> org.apache.connector.Request.getCoyoteRequest() method.
>
> My questions are:
>
> Request.getCoyoteRequest() method's corresponding response method
> org.apache.catalina.connector.Response.getCoyoteResp
On 30/05/2012 09:41, bugzi...@apache.org wrote:
> https://issues.apache.org/bugzilla/show_bug.cgi?id=53326
>
> Priority: P2
> Bug ID: 53326
> Assignee: dev@tomcat.apache.org
>Summary: -
> Severity: normal
> Classification: Unclassified
>
On 01/06/2012 17:02, Konstantin Kolinko wrote:
> 2012/6/1 :
>> +
>> +
>
> OK. I'll add them to res/rat/rat-excludes.txt, for RAT reports done by
> buildbot
> http://tomcat.apache.org/ci.html#Buildbot
Cheers
>> +
>
> ?? I do not see any files there. Did you forg
On 01/06/2012 19:53, Konstantin Kolinko wrote:
> Hi!
>
> Looking at Tomcat Maven Plugin issues in JIRA, e.g.
> there is no way to submit an attachment. There is no "Attach Files" button.
>
> If I look at some Apache Commons issues, the "Attach Files" button is there.
> So that is some issue with
On 03/06/2012 20:59, Henri Gomez wrote:
> Did you contact him ?
>
> Btw, it could allways happen with external contributions, not GitHub related.
Which is why a patch attached to BZ should be the preferred approach.
> Le 3 juin 2012 à 21:02, Konstantin Kolinko a écrit :
>
>> Hi!
>>
>> I was go
On 03/06/2012 22:12, kkoli...@apache.org wrote:
> Author: kkolinko
> Date: Sun Jun 3 21:12:40 2012
> New Revision: 1345780
>
> URL: http://svn.apache.org/viewvc?rev=1345780&view=rev
> Log:
> Merged revision 1345779 from tomcat/trunk:
> Review of r1345737: Correct copy-pasted comments to match the
Konstantin Kolinko wrote:
>2012/6/3 :
>> Author: markt
>> Date: Sat Jun 2 21:18:53 2012
>> New Revision: 1345580
>>
>> URL: http://svn.apache.org/viewvc?rev=1345580&view=rev
>> Log:
>> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=5
>> Validate JNDI resource types against injecti
On 04/06/2012 07:55, Konstantin Kolinko wrote:
> 2012/5/8 :
>> Author: markt
>> Date: Tue May 8 19:07:09 2012
>> New Revision: 1335700
>>
>> URL: http://svn.apache.org/viewvc?rev=1335700&view=rev
>> Log:
>> It appears that pausing requests for a Context during reload was relying on
>> the mapper
On 04/06/2012 07:41, Konstantin Kolinko wrote:
> 2012/5/30 :
>> Author: markt
>> Date: Wed May 30 13:35:55 2012
>> New Revision: 1344253
>>
>> URL: http://svn.apache.org/viewvc?rev=1344253&view=rev
>> Log:
>> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53119
>> Make sure the buffer is c
On 04/06/2012 17:05, Filip Hanik (mailing lists) wrote:
>
> Ok, this is back to code discipline. At some point, we'd have to
> expect that more users will adopt v7 in production (I'm still seeing
> 80%+ being on v6), at that point, commits like this do nothing except
> pollute the diffs.
It depen
On 03/06/2012 23:58, Mark Thomas wrote:
> Konstantin Kolinko wrote:
>> Does something guarantee that there is always common type among
>> injection targets?
>>
>> Can there be two disjoint interfaces A and B, which are both
>> implemented by a resource, so as
On 05/06/2012 19:29, Konstantin Kolinko wrote:
> 2012/6/5 :
>> Author: markt
>> Date: Tue Jun 5 18:17:58 2012
>> New Revision: 1346510
>>
>> URL: http://svn.apache.org/viewvc?rev=1346510&view=rev
>> Log:
>> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53356
>> Add support for an explici
On 05/06/2012 20:57, Konstantin Kolinko wrote:
> 2012/6/5 :
>> Author: markt
>> Date: Tue Jun 5 18:17:58 2012
>> New Revision: 1346510
>> ---
>> tomcat/trunk/test/org/apache/tomcat/util/http/mapper/TestMapperContextRoot.java
>> (added)
>> +++
>> tomcat/trunk/test/org/apache/tomcat/util/http/
On 05/06/2012 23:42, Konstantin Kolinko wrote:
> 2012/6/6 :
>> Author: markt
>> Date: Tue Jun 5 22:38:53 2012
>> New Revision: 1346638
>>
>> URL: http://svn.apache.org/viewvc?rev=1346638&view=rev
>> Log:
>> Remove unused file
>>
>> Removed:
>>tomcat/tc7.0.x/trunk/java/org/apache/catalina/ant/
On 06/06/2012 00:22, Konstantin Kolinko wrote:
> 2012/6/6 Mark Thomas :
>> On 05/06/2012 23:42, Konstantin Kolinko wrote:
>>> 2012/6/6 :
>>>> Author: markt
>>>> Date: Tue Jun 5 22:38:53 2012
>>>> New Revision: 1346638
>>>>
&g
On 05/06/2012 22:37, build...@apache.org wrote:
> 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/3039
>
> Buildbot URL: http://ci.apache.org/
>
> Buildslave for t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 06/06/2012 15:20, Christopher Schultz wrote:
> All,
>
> I just made an update to the Tomcat site project and was trying to
> publish it live following the instructions in README.txt. As such,
> I ssh'd to people.apache.org, cd /www/tomcat.apache.o
On 06/06/2012 00:58, Mark Thomas wrote:
> On 05/06/2012 22:37, build...@apache.org wrote:
>> 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
kkoli...@apache.org wrote:
>Author: kkolinko
>Date: Sat Jun 9 15:15:54 2012
>New Revision: 1348425
>
>URL: http://svn.apache.org/viewvc?rev=1348425&view=rev
>-(1) Download and Install the Java SE Runtime Environment (JRE)
>+(1) Download and Install Java SE Runtime Environment (JRE)
That chang
On 09/06/2012 20:57, Konstantin Kolinko wrote:
> 2012/6/9 Mark Thomas :
>>
>>
>> kkoli...@apache.org wrote:
>>
>>> Author: kkolinko
>>> Date: Sat Jun 9 15:15:54 2012
>>> New Revision: 1348425
>>>
>>> URL: http://svn.apache.o
Tomcat 7.0.28 is getting close to being ready to roll the release.
However, a new native release is required since the new infinite time
out feature required by WebSocket needs native 1.2.24.
Mladen, what are the chances of you starting a native 1.2.24 release in
the next few days?
Mark
On 10/06/2012 16:09, Mladen Turk wrote:
> On 06/09/2012 10:34 PM, Mark Thomas wrote:
>>
>> Mladen, what are the chances of you starting a native 1.2.24 release in
>> the next few days?
>>
>
> Sure. Need to double check few things, but Monday or Tuesday we sho
On 11/06/2012 10:33, Konstantin Kolinko wrote:
> 2012/6/11 :
>> Author: markt
>> Date: Mon Jun 11 09:24:53 2012
>> New Revision: 1348762
>>
>> URL: http://svn.apache.org/viewvc?rev=1348762&view=rev
>> Log:
>> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53071
>> Stepping through the code
On 11/06/2012 10:42, Konstantin Kolinko wrote:
> 2012/6/11 :
>> Author: markt
>> Date: Mon Jun 11 09:37:00 2012
>> New Revision: 1348772
>>
>> URL: http://svn.apache.org/viewvc?rev=1348772&view=rev
>> Log:
>> Throwable.getMessage() might be null
>>
>> Modified:
>>tomcat/trunk/java/org/apache/c
On 11/06/2012 10:56, mt...@apache.org wrote:
> Author: mturk
> Date: Mon Jun 11 09:56:31 2012
> New Revision: 1348780
>
> URL: http://svn.apache.org/viewvc?rev=1348780&view=rev
> Log:
> Update openssl version and patch
>
> Modified:
> tomcat/native/branches/1.1.x/native/srclib/VERSIONS
>
On 11/06/2012 11:24, Mladen Turk wrote:
> On 06/10/2012 05:11 PM, Mark Thomas wrote:
>> On 10/06/2012 16:09, Mladen Turk wrote:
>>> Sure. Need to double check few things, but Monday or Tuesday we should
>>> have RC.
>>
>> Excellent. Thanks.
>&
On 11/06/2012 13:54, Mladen Turk wrote:
> Version 1.1.24 is feature-add release containing additional
> API to set per-socket timeouts inside Poller.
> The proposed release artefacts can be found at [1],
> and the build was done using tag [2].
>
> The VOTE will remain open for at least 48 hours.
>
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
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
-
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
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
On 13/06/2012 22:14, Filip Hanik (mailing lists) wrote:
>
>
>> } else {
>> -countDownConnection();
>> // Close socket and pool right away
>> destroySocket(socket);
>> }
>>
>
> [Fil
On 13/06/2012 23:22, Konstantin Kolinko wrote:
> 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 cal
On 14/06/2012 14:41, Mladen Turk wrote:
> On 06/14/2012 03:37 PM, rj...@apache.org wrote:
>> Author: rjung
>> Date: Thu Jun 14 13:37:43 2012
>> New Revision: 1350235
>>
>> URL: http://svn.apache.org/viewvc?rev=1350235&view=rev
>> Log:
>> Revoke proposal.
>>
>
> I actually think we should stop ship
On 14/06/2012 15:10, Konstantin Kolinko wrote:
> Hi!
>
> I just had a problem with running "svn up" on tomcat.a.o.
> I found a solution, but I wonder whether others will experience the same
> issue.
They will. Well, they would have done.
I've made wc.db group writeable (which it clearly has to
On 13/06/2012 21:31, Mark Thomas wrote:
> 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
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 14/06/2012 23:12, Christopher Schultz wrote:
> All,
>
> Since I know we've got some infra folks on this list but I'm not on
> the infra mailing list, I hope nobody minds if I ask here:
>
> When I do an svn commit to the ASF repository, one of the
On 15/06/2012 01:41, Konstantin Kolinko wrote:
> Hi!
>
> There is one known limitation in Comet API:
>
> The event.setTimeout() method works for NIO connector only
> and for APR it throws UnsupportedOperationException
>
> Now that with 7.0.28 per-socket timeouts are supported in APR
> connector,
The proposed Apache Tomcat 7.0.28 release is now available for voting.
It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.28/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-243/
The svn tag is:
http://svn.apache.org/r
On 15/06/2012 10:14, Mark Thomas wrote:
> The proposed Apache Tomcat 7.0.28 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.28/
> The Maven staging repo is:
> https://repository.apache.org/co
All,
Servlet 3.1 looks like it is going to introduce 'overlays' or something
similar along the lines of the enhancement request [1].
Tomcat already has aliases, VirtualDirContext and resource JAR support -
each implemented slightly differently. Things are already rather messy
and will get worse i
On 16/06/2012 16:28, Konstantin Kolinko wrote:
> 2012/6/15 Mark Thomas :
>> All,
>>
>> Servlet 3.1 looks like it is going to introduce 'overlays' or something
>> similar along the lines of the enhancement request [1].
>>
>> Tomcat already has al
Konstantin Kolinko wrote:
>2012/6/16 Mark Thomas :
>>
>>> URLs are needed per Servlet API, so they cannot be removed. Does our
>>> "jndi" schema need DirContext as underlying implementation?
>>
>> Our jndi scheme was used to provide access to
On 16/06/2012 19:18, Mark Thomas wrote:
>
>
> Konstantin Kolinko wrote:
>
>> 2012/6/16 Mark Thomas :
>>>
>>>> URLs are needed per Servlet API, so they cannot be removed.
>>>> Does our "jndi" schema need DirContext as underlying
>
On 16/06/2012 10:04, Rainer Jung wrote:
> Most noteable observation: File conf/web.xml now is open 9 times in
> parallel (9 file descriptors), was 4 times in 7.0.27.
I see 9 open file handle in Windows but this drops to zero once I force
a full GC. On this basis, I'm not concerned but it would be
On 18/06/2012 09:27, Konstantin Kolinko wrote:
> I am OK to disable the validation for this file, but I I think it
> would be better to unwrap the first line of those values. It will be a
> bit more ugly but it will avoid problems if there is someone whose
> editor is configured to auto-trim the li
The result of the vote was as follows:
Binding +1:
markt, mturk, rjung, olamy, kkolinko, pero
No other votes were cast.
The vote therefore passes.
I'll proceed as follows:
- move release to dist
- wait for mirrors to sync
- update website
- wait for website changes to sync
- announce the releas
On 18/06/2012 14:16, Olivier Lamy wrote:
> 2012/6/18 Mark Thomas :
>> The result of the vote was as follows:
>>
>> Binding +1:
>> markt, mturk, rjung, olamy, kkolinko, pero
>>
>> No other votes were cast.
>>
>> The vote therefore passes.
>&
On 19/06/2012 06:16, Michael Roberts wrote:
> Hi, I have been playing with the web sockets support in 7.0.27. I have
> some comments and, as requested in the readme, am sending them to the dev
> list.
Thanks. Much appreciated.
> Caveat: it's been a while since .27, so perhaps some of these issue
On 19/06/2012 11:37, Konstantin Kolinko wrote:
> 2012/6/19 :
>> Author: markt
>> Date: Tue Jun 19 10:09:52 2012
>> New Revision: 1351637
>>
>> URL: http://svn.apache.org/viewvc?rev=1351637&view=rev
>> Log:
>> Prep main site for 7.0.28 release
>>
>> Modified:
>>tomcat/site/trunk/xdocs/doap_Tomc
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 7.0.28.
Apache Tomcat is an open source software implementation of the Java
Servlet and JavaServer Pages technologies.
This release is includes may improvements as well as a number of bug
fixes compared to version 7.0.27
On 19/06/2012 14:03, Konstantin Kolinko wrote:
> Hi!
>
> Previous version of Tomcat 6 was released in December 2011.
> There are a number of changes already committed and a number of
> nominations in the STATUS file.
>
> I think it is about time to start preparing for the next Tomcat 6.0 release.
On 19/06/2012 10:20, Mark Thomas wrote:
> On 19/06/2012 06:16, Michael Roberts wrote:
>> Hi, I have been playing with the web sockets support in 7.0.27. I have
>> some comments and, as requested in the readme, am sending them to the dev
>> list.
>
> Thanks. Much appr
On 19/06/2012 18:02, Michael Roberts wrote:
>>
>>
3) As mentioned, the chat example maintains a list of connections.
Connections (MessageInbound instances) are added to this list when
connections are established. However, they are never removed when the
connection is closed, so
All,
Just in case you happen to see a 6.0.36 release staged on Nexus...
I am migrating the Maven deploy scripts changes in Tomcat 7 to Tomcat 6.
As part of this, I'll be doing a few deploys to Nexus to test things but
I'll be dropping them rather than releasing them to Maven central.
Cheers,
Ma
On 21/06/2012 10:31, Mark Thomas wrote:
> All,
>
> Just in case you happen to see a 6.0.36 release staged on Nexus...
>
> I am migrating the Maven deploy scripts changes in Tomcat 7 to Tomcat 6.
> As part of this, I'll be doing a few deploys to Nexus to test things but
On 21/06/2012 10:57, Mark Thomas wrote:
> On 21/06/2012 10:31, Mark Thomas wrote:
>> All,
>>
>> Just in case you happen to see a 6.0.36 release staged on Nexus...
>>
>> I am migrating the Maven deploy scripts changes in Tomcat 7 to Tomcat 6.
>> As part of thi
On 21/06/2012 11:25, Konstantin Kolinko wrote:
> 2012/6/21 Mark Thomas :
>> On 21/06/2012 10:57, Mark Thomas wrote:
>>> On 21/06/2012 10:31, Mark Thomas wrote:
>>>> All,
>>>>
>>>> Just in case you happen to see a 6.0.36 release staged on Nexu
On 21/06/2012 11:30, Mark Thomas wrote:
> On 21/06/2012 11:25, Konstantin Kolinko wrote:
>> 2012/6/21 Mark Thomas :
>>> On 21/06/2012 10:57, Mark Thomas wrote:
>>>> On 21/06/2012 10:31, Mark Thomas wrote:
>>>>> All,
>>>>>
>>&
On 23/06/2012 18:02, Konstantin Kolinko wrote:
> 2012/6/21 :
>> Author: markt
>> Date: Thu Jun 21 08:42:27 2012
>> New Revision: 1352454
>>
>> URL: http://svn.apache.org/viewvc?rev=1352454&view=rev
>> Log:
>> Vote
>>
>> Modified:
>>tomcat/tc6.0.x/trunk/STATUS.txt
>>
>
>> @@ -156,14 +156,17 @@
On 25/06/2012 17:42, Christopher Schultz wrote:
> $ mkdir src/newpackage
> $ svn add src/newpackage
Skip the above 2 lines
> $ svn mv src/oldpackage src/newpackage $ svn log
> src/newpackage/some/source/file/in/There.java
You are all set.
Mark
-
On 25/06/2012 23:04, Varrun Ramani wrote:
> Hi
>
> I am in the process developing a web application firewall(WAF) for
> tomcat similar to what mod security does, and am planning to use the
> filter API already present in tomcat to intercept requests and do the
> filtering. While going through the
On 26/06/2012 17:56, Konstantin Kolinko wrote:
> 2012/6/25 :
>> - The example above will throw an error if you have the APR and the Tomcat
>> Native libraries in your path,
>> - as Tomcat will try to use the APR connector. The APR connector uses
>> different attributes for
>> - SSL keys and
I'm sure circumstances will conspire against me but I am currently
planning to start the 7.0.29 release process early next week. That
aligns with my general aim of getting a release out at the start of each
month and there are some regressions in 7.0.28 that I'd rather fix
sooner than later.
Mark
On 26/06/2012 21:19, Konstantin Kolinko wrote:
> 2012/6/27 :
>> Author: markt
>> Date: Tue Jun 26 20:06:21 2012
>> New Revision: 1354200
>>
>> URL: http://svn.apache.org/viewvc?rev=1354200&view=rev
>> Log:
>> Simplify.
>>
>> Modified:
>>tomcat/trunk/java/javax/servlet/jsp/PageContext.java
>
>
n't investigated the validity of the last two but they look
reasonable at first glance.
Mark
>
> On 6/26/2012 3:11 PM, Mark Thomas wrote:
>> I'm sure circumstances will conspire against me but I am currently
>> planning to start the 7.0.29 release process early next
On 27/06/2012 05:48, Konstantin Kolinko wrote:
> 2012/6/27 :
>> 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/3129
>>
>> Buildbot URL: http://ci.apache.org/
>>
On 27/06/2012 17:19, Konstantin Kolinko wrote:
> Hi!
>
> I was experimenting with Servlet 3.0 file upload. What seems odd is
> that after request is processed the uploaded files are still present
> in the work directory of the web application.
>
> The only way to reliably delete those files is wh
On 27/06/2012 20:16, Filip Hanik (mailing lists) wrote:
> As some of you noticed, I added in the stubs for Servlet 3.1 yesterday.
>
> I'm planning on starting on 3.1 features, mainly the non blocking
> read/writes.
> In Tomcat, we already have an implementation of this in the sandbox
> http://svn
On 27/06/2012 20:49, Filip Hanik (mailing lists) wrote:
>> My current focus on Tomcat 8 is re-factoring the resources to remove all
>> the JNDI stuff. After that, I'll probably look at the HTTP upgrade bit.
>
> [Filip Hanik]
> Interesting, what's up with JNDI, prolly something I missed from an e
701 - 800 of 9510 matches
Mail list logo