On 02/06/2013 10:12 AM, Mark Thomas wrote:
On 06/02/2013 07:29, Mladen Turk wrote:
Can we update to OpenSSL 1.0.1d as well please?
I've build the test binaries with 1.0.1d but according
to OpenSSL dev list there is an regression in that version,
although in FIPS mode only (IIUC). Guys are fix
Author: mturk
Date: Thu Feb 7 07:34:07 2013
New Revision: 1443330
URL: http://svn.apache.org/viewvc?rev=1443330&view=rev
Log:
Cleanup windows makefile - Make sure we have correct dependencies
Modified:
tomcat/native/branches/1.1.x/native/NMAKEmakefile
tomcat/native/branches/1.1.x/native/
Author: mturk
Date: Thu Feb 7 07:22:09 2013
New Revision: 1443328
URL: http://svn.apache.org/viewvc?rev=1443328&view=rev
Log:
Update changelog with latest fix
Modified:
tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml
Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "SupportAndTraining" page has been changed by KonstantinKolinko:
http://wiki.apache.org/tomcat/SupportAndTraining?action=diff&rev1=39&rev2=40
Comment:
Partial revert of r39: restore
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "SupportAndTraining" page has been changed by developintelligence:
http://wiki.apache.org/tomcat/SupportAndTraining?action=diff&rev1=38&rev2=39
Comment:
updated developintelligence
https://issues.apache.org/bugzilla/show_bug.cgi?id=54456
--- Comment #6 from Sudhan Moghe ---
Tested with protocol="HTTP/1.1" and false
Took latest code from trunk and then added following debug statements to
ChunkedInputFilter.
if (pos >= lastValid) {
int readBytes = readBytes();
https://issues.apache.org/bugzilla/show_bug.cgi?id=54534
r...@datadoghq.com changed:
What|Removed |Added
CC||r...@datadoghq.com
--
You are
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/3878
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
Umm, a few years ago I was quite interested in implementing it for tomcat, but
couldn't raise any support over here. I still think the geronimo-tomcat-jaspic
integration could be adapted to tomcat standalone pretty easily, although I
don't think I'll have time to work on it.
thanks
david jenck
https://issues.apache.org/bugzilla/show_bug.cgi?id=54534
Dusty Herrman changed:
What|Removed |Added
CC||dherr...@gmail.com
--
You are rec
https://issues.apache.org/bugzilla/show_bug.cgi?id=54534
Bug ID: 54534
Summary: JMX connection may load servlet with invalid
ClassLoader
Product: Tomcat 7
Version: 7.0.35
Hardware: PC
OS: Linux
S
Author: markt
Date: Wed Feb 6 19:06:56 2013
New Revision: 1443135
URL: http://svn.apache.org/viewvc?rev=1443135&view=rev
Log:
Refactor the RemoteEndpoint implementation.
- Add support for masking client data
- Add support batching (a.k.a. buffering) messages
- Provide building blocks for Stream,
Author: markt
Date: Wed Feb 6 18:50:43 2013
New Revision: 1443122
URL: http://svn.apache.org/viewvc?rev=1443122&view=rev
Log:
Add a utility method for generating secure masks for client data.
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/Util.java
Modified: tomcat/trunk/java/org/a
Author: markt
Date: Wed Feb 6 18:49:49 2013
New Revision: 1443121
URL: http://svn.apache.org/viewvc?rev=1443121&view=rev
Log:
Move triggering of listener outside the sync block else users of the API
(WebSocket in this case) can end up in deadlock through no fault of their own.
Modified:
to
On 06/02/2013 15:45, Ron Monzillo wrote:
> I have posted the question to the TomEE and Caucho/Resin user's lists.
>
> It would also help to know what the level of interest is from Tomcat
> users and developers.
For users@, yours is the first post ever to mention JASPIC. We'll see
what reaction yo
On 02/06/2013 10:23 AM, Mark Thomas wrote:
The result of this vote is that 7.0.36 is broken due to DAEMON-276 found
by Konstantin.
The problem has been fixed and a new Commons Daemon release is on the
way. I aim to tag as soon as the release is available. If native 1.1.27
is available by then I'
On 2/3/13 5:02 AM, Mark Thomas wrote:
On 30/01/2013 23:57, Ron Monzillo wrote:
Tomcat Experts and Users,
The Servlet Profile of JSR 196 defines the use of the JASPIC SPI in
support of the portable integration
of new and/or custom authentication mechanisms in compatible Servlet
containers.
The
Author: mturk
Date: Wed Feb 6 14:01:54 2013
New Revision: 1442966
URL: http://svn.apache.org/viewvc?rev=1442966&view=rev
Log:
Update dependency versions
Modified:
tomcat/native/branches/1.1.x/native/srclib/VERSIONS
Modified: tomcat/native/branches/1.1.x/native/srclib/VERSIONS
URL:
http://s
Author: markt
Date: Wed Feb 6 13:25:44 2013
New Revision: 1442958
URL: http://svn.apache.org/viewvc?rev=1442958&view=rev
Log:
Fix typo
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties
Modified: tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.propert
On 02/06/2013 12:39 PM, Rainer Jung wrote:
On 06.02.2013 12:27, Mladen Turk wrote:
So you are suggesting to run buildconf against 1.4 HEAD instead 1.4.6
correct? Sure I can do that.
Yes, that picks up the latest build files from there. When then actually
doing the build using configure, you w
https://issues.apache.org/bugzilla/show_bug.cgi?id=54522
Ognjen Blagojevic changed:
What|Removed |Added
Attachment #29920|0 |1
is obsolete|
On 06.02.2013 12:27, Mladen Turk wrote:
> On 02/06/2013 12:19 PM, Rainer Jung wrote:
>>
>> One note: If you can run buildconf against an apr 1.4 HEAD source, then
>> it should copy config.guess and config.sub from there. I just checked in
>> the recent ones to the APR branches. If you run against 1
https://issues.apache.org/bugzilla/show_bug.cgi?id=51497
Ognjen Blagojevic changed:
What|Removed |Added
Attachment #29921|0 |1
is obsolete|
On 02/06/2013 12:19 PM, Rainer Jung wrote:
One note: If you can run buildconf against an apr 1.4 HEAD source, then
it should copy config.guess and config.sub from there. I just checked in
the recent ones to the APR branches. If you run against 1.4.6 or similar
source, then config.* will be the o
On 02/06/2013 10:12 AM, Mark Thomas wrote:
On 06/02/2013 07:29, Mladen Turk wrote:
Hi,
The latest fix solves issues manifested with 1.1.26 and since
there were no new issues reported with 1.1.27-dev binaries I plan
to tag and push for a release 1.1.27.
Any objections or someone is doing some p
Author: rjung
Date: Wed Feb 6 11:25:06 2013
New Revision: 1442914
URL: http://svn.apache.org/viewvc?rev=1442914&view=rev
Log:
Copy classes from tcnative.
Next is removing al jni from tcnative
and link to TC trunk using an svn external.
Added:
tomcat/trunk/java/org/apache/tomcat/jni/Buffer.j
On 06.02.2013 10:12, Mark Thomas wrote:
> On 06/02/2013 07:29, Mladen Turk wrote:
>> Hi,
>>
>> The latest fix solves issues manifested with 1.1.26 and since
>> there were no new issues reported with 1.1.27-dev binaries I plan
>> to tag and push for a release 1.1.27.
>>
>> Any objections or someone
On 05/02/2013 16:09, Rainer Jung wrote:
> I went through the Java classes in tcnative branch 1.1.x. Remember there
> are no such classes in tcnative trunk.
>
> - in tcnative branches/1.1.x there were no additions,
> that were missing from TC trunk (good)
>
> - I first merged all missing additio
https://issues.apache.org/bugzilla/show_bug.cgi?id=54456
--- Comment #5 from Konstantin Kolinko ---
(In reply to comment #4)
> "throw new EOFException()" would be better.
On a thought, it would be better to use
org.apache.catalina.connector.ClientAbortException or a generic IOException.
It is a
The result of this vote is that 7.0.36 is broken due to DAEMON-276 found
by Konstantin.
The problem has been fixed and a new Commons Daemon release is on the
way. I aim to tag as soon as the release is available. If native 1.1.27
is available by then I'll pick that up too.
Mark
-
On 06/02/2013 07:29, Mladen Turk wrote:
> Hi,
>
> The latest fix solves issues manifested with 1.1.26 and since
> there were no new issues reported with 1.1.27-dev binaries I plan
> to tag and push for a release 1.1.27.
>
> Any objections or someone is doing some pending tasks/tests?
Can we upda
https://issues.apache.org/bugzilla/show_bug.cgi?id=443
Reed Loden changed:
What|Removed |Added
Depends on|53219 |
--
You are receiving this mail becaus
https://issues.apache.org/bugzilla/show_bug.cgi?id=443
bangjuwon changed:
What|Removed |Added
Depends on||53219
--
You are receiving this mail be
33 matches
Mail list logo