On 01/04/2010 01:25 AM, Konstantin Kolinko wrote:
> Hi, all!
>
> I removed the libtcnative-1.dll files of Tomcat Native 1.1.18 from
> www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.18/binaries
>
> Those were the wrong ones, dynamically linked with apr and ssl,
> as already discussed in t
On 31/12/2009 17:55, bugzi...@apache.org wrote:
> https://issues.apache.org/bugzilla/show_bug.cgi?id=43819
>
> --- Comment #17 from Mark Thomas 2009-12-31 09:55:14 GMT
> ---
> (In reply to comment #16)
>> I think package org.apache.jasper.compiler needs some changes too, though
>> this
>> might
On 04.01.2010 09:20, jean-frederic clere wrote:
On 01/04/2010 01:25 AM, Konstantin Kolinko wrote:
Hi, all!
I removed the libtcnative-1.dll files of Tomcat Native 1.1.18 from
www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.18/binaries
Those were the wrong ones, dynamically linked with a
On 04/01/2010 02:46, Tim Whittington wrote:
>
No need to re-post. A ping would have sufficed.
> We've experienced similar issues integrating lots of third party libraries
> (Tomcat being one of them) into our OSGi runtime.
Thanks for your input. I can't speak for the other Tomcat committers but
Author: markt
Date: Mon Jan 4 11:06:46 2010
New Revision: 895595
URL: http://svn.apache.org/viewvc?rev=895595&view=rev
Log: (empty)
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/dist.xml
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat
Author: markt
Date: Mon Jan 4 11:09:38 2010
New Revision: 895596
URL: http://svn.apache.org/viewvc?rev=895596&view=rev
Log:
Update the changelog assuming 6.0.23
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL:
http://s
Author: markt
Date: Mon Jan 4 11:29:45 2010
New Revision: 895600
URL: http://svn.apache.org/viewvc?rev=895600&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48464
Provide an option to specify the command window title
Patch provided by LiuYan
Modified:
tomcat/trunk/bin/c
Author: markt
Date: Mon Jan 4 11:30:48 2010
New Revision: 895601
URL: http://svn.apache.org/viewvc?rev=895601&view=rev
Log:
Proposal
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=895
https://issues.apache.org/bugzilla/show_bug.cgi?id=48464
--- Comment #10 from Mark Thomas 2010-01-04 03:33:43 GMT ---
Patch looks good to me. I have applied it to trunk and proposed it for 6.0.x.
I have credited the patch to "LiuYan". If this is wrong, let me know the
correct name to use and I'l
Author: kkolinko
Date: Mon Jan 4 12:35:07 2010
New Revision: 895616
URL: http://svn.apache.org/viewvc?rev=895616&view=rev
Log:
add patch URL and vote
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/S
Author: kkolinko
Revision: 895595
Modified property: svn:log
Modified: svn:log at Mon Jan 4 12:38:59 2010
--
--- svn:log (original)
+++ svn:log Mon Jan 4 12:38:59 2010
@@ -0,0 +1,6 @@
+Correct regression in previous fix
Hi,
Version 1.1.18 wasn't properly tagged, so it
carries the 1.1.16 version in the windows binary builds
(only when you check the .dll version itself)
It's a minor issue already fixed in the SVN, so
before releasing new Tomcat I'd like we have the
native release clean.
I'll make a tag and fixed
It's not the case in the OS/X version
2010/1/4 Mladen Turk :
> Hi,
>
> Version 1.1.18 wasn't properly tagged, so it
> carries the 1.1.16 version in the windows binary builds
> (only when you check the .dll version itself)
>
> It's a minor issue already fixed in the SVN, so
> before releasing new T
On 04/01/2010 12:59, Mladen Turk wrote:
> Hi,
>
> Version 1.1.18 wasn't properly tagged, so it
> carries the 1.1.16 version in the windows binary builds
> (only when you check the .dll version itself)
>
> It's a minor issue already fixed in the SVN, so
> before releasing new Tomcat I'd like we ha
On 01/04/2010 02:10 PM, Henri Gomez wrote:
It's not the case in the OS/X version
Nope. the windows .rc file wasn't updated
before 1.1.18 tag, so when you compile a .dll
and check it's resource version, it reports 1.1.16
This can be a problem with some third party install
tools that depend on
On 04.01.2010 14:10, Henri Gomez wrote:
It's not the case in the OS/X version
Henri: are you able to build a dylib for MacOS wit statically linked in
APR and OpenSSL libs?
2010/1/4 Mladen Turk:
Hi,
Version 1.1.18 wasn't properly tagged, so it
carries the 1.1.16 version in the windows bina
Replying to DO NOT REPLY [Bug 43819] Support latest JSR245 proposal to
make EL "self-contained"
http://markmail.org/message/gx3zg5h47x32xdgt
2010/1/4 Mark Thomas :
>
> My first attempt to add method invocation support hit an issue in that
> the Jasper parser thought it was a function. In an effort
On 04.01.2010 15:53, Mladen Turk wrote:
On 01/04/2010 02:10 PM, Henri Gomez wrote:
It's not the case in the OS/X version
Nope. the windows .rc file wasn't updated
before 1.1.18 tag, so when you compile a .dll
and check it's resource version, it reports 1.1.16
This can be a problem with some
On 04/01/2010 15:01, Konstantin Kolinko wrote:
> Will you change the parsing, or it will affect validation only? I was
> not looking in the sources, so I have some difficulty to grasp what
> you are mentioning above.
The current parsing is going to have to change to handle the addition of
method i
2010/1/4 Rainer Jung :
> On 04.01.2010 15:53, Mladen Turk wrote:
>>
>> On 01/04/2010 02:10 PM, Henri Gomez wrote:
>>>
>>> It's not the case in the OS/X version
>>>
>>
>> Nope. the windows .rc file wasn't updated
>> before 1.1.18 tag, so when you compile a .dll
>> and check it's resource version, it
On 01/04/2010 04:21 PM, Konstantin Kolinko wrote:
The compiled "tcnative-.dll" DLLs on
http://www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.18/binaries/win(32|64)
all show "1.1.18.0" on the Version tab in the File Properties dialog
in Windows Explorer.
The same with the ones in 6.0.2
On 01/04/2010 03:59 PM, Rainer Jung wrote:
Should we update the recommended version in AprLifecycleListener to 19?
At the moment we have recommended=17 and required=17.
This should be recommended=18 and required=17
since the .18 contains the SSL MITM fixes.
Required should stay at 17 cause it
Author: rjung
Date: Mon Jan 4 15:57:23 2010
New Revision: 895670
URL: http://svn.apache.org/viewvc?rev=895670&view=rev
Log:
Clean up docs for tcnative 2.0 a bit.
Added:
tomcat/native/trunk/xdocs/news/2010.xml (with props)
Removed:
tomcat/native/trunk/xdocs/news/2008.xml
tomcat/nati
Author: rjung
Date: Mon Jan 4 16:18:23 2010
New Revision: 895679
URL: http://svn.apache.org/viewvc?rev=895679&view=rev
Log:
Update/fix some version numbers for tc native 2.0 (trunk).
Modified:
tomcat/native/trunk/native/BUILDING
tomcat/native/trunk/native/build/rpm/tcnative.spec.in
t
Author: rjung
Date: Mon Jan 4 16:35:00 2010
New Revision: 895684
URL: http://svn.apache.org/viewvc?rev=895684&view=rev
Log:
BZ46291: Backport r728030 form tcnative trunk.
Clarification in tcnative docs.
Modified:
tomcat/native/branches/1.1.x/xdocs/index.xml
Modified: tomcat/native/branches/
Author: rjung
Date: Mon Jan 4 16:36:02 2010
New Revision: 895685
URL: http://svn.apache.org/viewvc?rev=895685&view=rev
Log:
Fix whitespace, no functional change.
Modified:
tomcat/native/branches/1.1.x/xdocs/news/project.xml
tomcat/native/branches/1.1.x/xdocs/project.xml
Modified: tomcat
On 01/04/2010 08:47 AM, Mladen Turk wrote:
On 01/04/2010 03:59 PM, Rainer Jung wrote:
Should we update the recommended version in AprLifecycleListener to 19?
At the moment we have recommended=17 and required=17.
This should be recommended=18 and required=17
but if the .18 tag is invalid, th
Author: rjung
Date: Mon Jan 4 16:43:47 2010
New Revision: 895689
URL: http://svn.apache.org/viewvc?rev=895689&view=rev
Log:
Decouple apr major lib version form tcnative lib version
in tcnative rpm spec.
Modified:
tomcat/native/branches/1.1.x/native/build/rpm/tcnative.spec.in
Modified: tomca
Author: rjung
Date: Mon Jan 4 16:50:42 2010
New Revision: 895697
URL: http://svn.apache.org/viewvc?rev=895697&view=rev
Log:
Add detection of the macosx jvm.
Backport of r803803 applied by jfclere.
Was anyone able to test that actually?
Modified:
tomcat/native/branches/1.1.x/native/build/tcn
Author: rjung
Date: Mon Jan 4 16:58:04 2010
New Revision: 895700
URL: http://svn.apache.org/viewvc?rev=895700&view=rev
Log:
Fix apr version test i tcnative trunk.
Modified:
tomcat/native/trunk/native/build/tcnative.m4
Modified: tomcat/native/trunk/native/build/tcnative.m4
URL:
http://svn.a
What is the use of the file
native/srclib/VERSIONS
in tcnative?
Ib the 1.1.x branch it contains the info:
=
Use the following version of the libraries
- APR 1.2.8, http://apr.apache.org
- OpenSSL 0.9.8e, http://www.openssl.org
===
Author: rjung
Date: Mon Jan 4 17:05:01 2010
New Revision: 895703
URL: http://svn.apache.org/viewvc?rev=895703&view=rev
Log:
Guess that's safe.
Modified:
tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java
Modified: tomcat/trunk/java/org/apache/catalina/core/AprLifecycleList
Author: rjung
Date: Mon Jan 4 17:49:22 2010
New Revision: 895725
URL: http://svn.apache.org/viewvc?rev=895725&view=rev
Log:
Vote, comment and add one proposal.
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
Author: rjung
Date: Mon Jan 4 18:09:04 2010
New Revision: 895731
URL: http://svn.apache.org/viewvc?rev=895731&view=rev
Log:
Addition to r890720: Axe using STACK directly. The API uses STACK_OF.
r890720 plus this addition is identical to the fix
for BZ48129: Fix build with OpenSSL 1.0.0-beta3,
co
Author: rjung
Date: Mon Jan 4 18:10:44 2010
New Revision: 895733
URL: http://svn.apache.org/viewvc?rev=895733&view=rev
Log:
Addition to r890719: Axe using STACK directly. The API uses STACK_OF.
r890720 plus this addition is identical to the fix
for BZ48129: Fix build with OpenSSL 1.0.0-beta3,
co
https://issues.apache.org/bugzilla/show_bug.cgi?id=48482
Summary: Error running two tomcats in same cluster on same
Windows box
Product: Tomcat 6
Version: 6.0.18
Platform: PC
OS/Version: Windows Server 2008 (Longhorn)
https://issues.apache.org/bugzilla/show_bug.cgi?id=48129
Rainer Jung changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: rjung
Date: Mon Jan 4 18:16:02 2010
New Revision: 895737
URL: http://svn.apache.org/viewvc?rev=895737&view=rev
Log:
Update changelog.
Modified:
tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml
Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml
URL
https://issues.apache.org/bugzilla/show_bug.cgi?id=48129
Ville Skyttä changed:
What|Removed |Added
Status|RESOLVED|REOPENED
CC|
https://issues.apache.org/bugzilla/show_bug.cgi?id=47679
--- Comment #1 from Tim Whittington
2010-01-04 11:46:04 UTC ---
This is interesting - I seem to remember testing on Windows 2000 Server when
making changes to this area, and the AUTH_COMPLETE was firing.
Depending on whether your connecto
2010/1/4 :
> Author: rjung
> Date: Mon Jan 4 16:58:04 2010
> New Revision: 895700
>
> URL: http://svn.apache.org/viewvc?rev=895700&view=rev
> Log:
> Fix apr version test i tcnative trunk.
>
> Modified:
> tomcat/native/trunk/native/build/tcnative.m4
>
> --- tomcat/native/trunk/native/build/tcn
https://issues.apache.org/bugzilla/show_bug.cgi?id=48069
--- Comment #4 from Tim Whittington
2010-01-04 11:57:35 UTC ---
Process Monitor should also tell your if the log file is being created and/or
written to.
The code paths for the properties file and registry settings methods are
identical a
https://issues.apache.org/bugzilla/show_bug.cgi?id=48069
--- Comment #5 from David Esposito 2010-01-04 12:39:31 UTC
---
No, the redirector wasn't working. Unfortunately, it's been a little while
since I tried to get this working so the details are a bit foggy but I was
getting either a 500 or 50
https://issues.apache.org/bugzilla/show_bug.cgi?id=48069
--- Comment #6 from David Esposito 2010-01-04 12:40:40 UTC
---
Created an attachment (id=24794)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24794)
properties file I was using when using the non-chunking build of the DLL
--
Author: kkolinko
Date: Mon Jan 4 22:48:58 2010
New Revision: 895815
URL: http://svn.apache.org/viewvc?rev=895815&view=rev
Log:
Update version of tomcat-native included in TC binary bundles and Windows
installer to 1.1.18.
Modified:
tomcat/trunk/build.properties.default
Modified: tomcat/tru
2009/12/30 :
> Author: markt
> Date: Wed Dec 30 10:13:05 2009
> New Revision: 894577
>
> URL: http://svn.apache.org/viewvc?rev=894577&view=rev
> Log:
> Update to 3.0 schema
>
> Modified:
> tomcat/trunk/conf/web.xml
>
> Modified: tomcat/trunk/conf/web.xml
> URL:
> http://svn.apache.org/viewvc/
Author: kkolinko
Date: Tue Jan 5 00:47:02 2010
New Revision: 895840
URL: http://svn.apache.org/viewvc?rev=895840&view=rev
Log:
proposals
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev
47 matches
Mail list logo