https://issues.apache.org/bugzilla/show_bug.cgi?id=46116
Summary: filename that contains RLO causes HTTP404
Product: Tomcat 4
Version: 4.1.37
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: minor
P
https://issues.apache.org/bugzilla/show_bug.cgi?id=46116
Masahiro Yamada <[EMAIL PROTECTED]> changed:
What|Removed |Added
Summary|filename that contains RLO |Characters th
> Hello to the Tomcat team,
>
> JK 1.2.27 has been available for testing for two weeks as a svn
> snapshot. Several bugs have been found and fixed. So I would like
> to proceed with the release vote.
> If you want to take a look, the final source distribution can be
> downloaded from:
>
> http://t
Rainer Jung wrote:
Apache Tomcat Connectors 1.2.27 is:
[X] Stable - no major issues, no regressions
[ ] Beta - at least one significant issue -- tell us what it is
[ ] Alpha - multiple significant issues -- tell us what they are
WIN32/WIN64 binaries are in place
Regards
--
^(TM)
--
Author: mturk
Date: Wed Oct 29 03:07:26 2008
New Revision: 708853
URL: http://svn.apache.org/viewvc?rev=708853&view=rev
Log:
Increment current version number
Modified:
tomcat/connectors/trunk/jni/native/include/tcn_version.h
tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc
Modi
Author: mturk
Date: Wed Oct 29 03:15:02 2008
New Revision: 708859
URL: http://svn.apache.org/viewvc?rev=708859&view=rev
Log:
Add 1.1.16 changes
Modified:
tomcat/connectors/trunk/jni/xdocs/miscellaneous/changelog.xml
Modified: tomcat/connectors/trunk/jni/xdocs/miscellaneous/changelog.xml
URL:
Author: mturk
Date: Wed Oct 29 03:20:54 2008
New Revision: 708861
URL: http://svn.apache.org/viewvc?rev=708861&view=rev
Log:
Add missing library required by APR 1.3
Modified:
tomcat/connectors/trunk/jni/native/libtcnative.dsp
tomcat/connectors/trunk/jni/native/tcnative.dsp
Modified: tomc
Hi,
I plan to tag the TOMCAT_NATIVE_1_1_16 later today.
The current trunk has few fixes over released 1.1.15
Improved IPV6 checking, building against APR 1.3
(not mandatory, but allows to build), and one API typo.
Since we are in the release mania any objections to that?
Regards
--
^(TM)
-
Quick note :
I should use --enable-api-compatibility on Suse SLES 10 (where Apache
is still 2.2.3) :
./configure --with-apxs=/usr/sbin/apxs2 --enable-api-compatibility
Regards
2008/10/29 Mladen Turk <[EMAIL PROTECTED]>:
> Rainer Jung wrote:
>>
>> Apache Tomcat Connectors 1.2.27 is:
>>
>> [X] S
I'm fine with it
2008/10/29 Mladen Turk <[EMAIL PROTECTED]>:
> Hi,
>
> I plan to tag the TOMCAT_NATIVE_1_1_16 later today.
> The current trunk has few fixes over released 1.1.15
> Improved IPV6 checking, building against APR 1.3
> (not mandatory, but allows to build), and one API typo.
>
> Since w
Author: mturk
Date: Wed Oct 29 03:39:16 2008
New Revision: 708867
URL: http://svn.apache.org/viewvc?rev=708867&view=rev
Log:
Add MACOSX OS detection
Modified:
tomcat/connectors/trunk/jni/java/org/apache/tomcat/jni/OS.java
tomcat/connectors/trunk/jni/native/os/unix/system.c
Modified: tomc
Mladen Turk schrieb:
> I plan to tag the TOMCAT_NATIVE_1_1_16 later today.
> The current trunk has few fixes over released 1.1.15
> Improved IPV6 checking, building against APR 1.3
> (not mandatory, but allows to build), and one API typo.
>
> Since we are in the release mania any objections to tha
Henri Gomez schrieb:
> Quick note :
>
> I should use --enable-api-compatibility on Suse SLES 10 (where Apache
> is still 2.2.3) :
>
> ./configure --with-apxs=/usr/sbin/apxs2 --enable-api-compatibility
You don't need to, it's more the other way round:
If you build against a very recent 2.2.x ht
Mladen Turk wrote:
Hi,
I plan to tag the TOMCAT_NATIVE_1_1_16 later today.
The current trunk has few fixes over released 1.1.15
Improved IPV6 checking, building against APR 1.3
(not mandatory, but allows to build), and one API typo.
Since we are in the release mania any objections to that?
Do
>> I should use --enable-api-compatibility on Suse SLES 10 (where Apache
>> is still 2.2.3) :
>>
>> ./configure --with-apxs=/usr/sbin/apxs2 --enable-api-compatibility
>
> You don't need to, it's more the other way round:
> If you build against a very recent 2.2.x httpd, then mod_jk will
> activate
Henri Gomez schrieb:
>>> I should use --enable-api-compatibility on Suse SLES 10 (where Apache
>>> is still 2.2.3) :
>>>
>>> ./configure --with-apxs=/usr/sbin/apxs2 --enable-api-compatibility
>> You don't need to, it's more the other way round:
>> If you build against a very recent 2.2.x httpd, th
> Then you have a problem on your system resp. with your distribution,
> namely the header files against which you compile do belong to a more
> recent version of httpd than 2.2.3.
>
> There is an include file ap_mmn.h on the system which contains defines
> for MODULE_MAGIC_NUMBER_MAJOR and MODULE_
Henri Gomez wrote:
Seems to be 2.2.5 :-(
I'll send a note to the maintener at Suse.
Didn't you have the same problem with 1.2.26 and SuSe
(or was it someone on the users list)?
Regards
--
^(TM)
-
To unsubscribe, e-mail: [E
jean-frederic clere wrote:
Mladen Turk wrote:
Hi,
I plan to tag the TOMCAT_NATIVE_1_1_16 later today.
The current trunk has few fixes over released 1.1.15
Improved IPV6 checking, building against APR 1.3
(not mandatory, but allows to build), and one API typo.
Since we are in the release mania
> Didn't you have the same problem with 1.2.26 and SuSe
> (or was it someone on the users list)?
Yes I do still the same distro (SLES 10)
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECT
Henri Gomez wrote:
Didn't you have the same problem with 1.2.26 and SuSe
(or was it someone on the users list)?
Yes I do still the same distro (SLES 10)
And they didn't fix that for more then a year?
Should I say anything else ;)
Cheers
--
^(TM)
Author: markt
Date: Wed Oct 29 05:17:45 2008
New Revision: 708886
URL: http://svn.apache.org/viewvc?rev=708886&view=rev
Log:
Add my changes
Modified:
tomcat/connectors/trunk/jni/xdocs/miscellaneous/changelog.xml
Modified: tomcat/connectors/trunk/jni/xdocs/miscellaneous/changelog.xml
URL:
ht
Mladen Turk wrote:
> jean-frederic clere wrote:
>> Mladen Turk wrote:
>>> Hi,
>>>
>>> I plan to tag the TOMCAT_NATIVE_1_1_16 later today.
>>> The current trunk has few fixes over released 1.1.15
>>> Improved IPV6 checking, building against APR 1.3
>>> (not mandatory, but allows to build), and one A
Author: markt
Date: Wed Oct 29 05:35:59 2008
New Revision: 708892
URL: http://svn.apache.org/viewvc?rev=708892&view=rev
Log:
r703017 broke SSL with the JIO connector on Windows (and possibly other
platforms). The problem was that some settings don't make sense for an SSL
socket so rather than ig
Henri Gomez schrieb:
> /usr/include/apache2/ap_mmn.h
>
> #ifndef MODULE_MAGIC_NUMBER_MAJOR
> #define MODULE_MAGIC_NUMBER_MAJOR 20051115
> #endif
> #define MODULE_MAGIC_NUMBER_MINOR 5 /* 0...n */
>
>
> Seems to be 2.2.5 :-(
Yes, it comes from 2.2.5, although generally there i
On Oct 28, 2008, at 8:59 PM, Rainer Jung wrote:
[+1] Stable - no major issues, no regressions
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
On Wed, 2008-10-29 at 11:23 +0100, Mladen Turk wrote:
> Hi,
>
> I plan to tag the TOMCAT_NATIVE_1_1_16 later today.
> The current trunk has few fixes over released 1.1.15
> Improved IPV6 checking, building against APR 1.3
> (not mandatory, but allows to build), and one API typo.
>
> Since we are
>2008/10/29 Mladen Turk <[EMAIL PROTECTED]>:
> And they didn't fix that for more then a year?
> Should I say anything else ;)
Nope please :-)
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PR
Remy Maucherat wrote:
> On Wed, 2008-10-29 at 11:23 +0100, Mladen Turk wrote:
>> Hi,
>>
>> I plan to tag the TOMCAT_NATIVE_1_1_16 later today.
>> The current trunk has few fixes over released 1.1.15
>> Improved IPV6 checking, building against APR 1.3
>> (not mandatory, but allows to build), and one
On Wed, Oct 29, 2008 at 6:23 AM, Mladen Turk <[EMAIL PROTECTED]> wrote:
> I plan to tag the TOMCAT_NATIVE_1_1_16 later today.
> The current trunk has few fixes over released 1.1.15
> Improved IPV6 checking, building against APR 1.3
> (not mandatory, but allows to build), and one API typo.
+1.
Yoa
Author: fhanik
Date: Wed Oct 29 07:16:33 2008
New Revision: 708911
URL: http://svn.apache.org/viewvc?rev=708911&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=70
Mark Thomas wrote:
Remy Maucherat wrote:
On Wed, 2008-10-29 at 11:23 +0100, Mladen Turk wrote:
Hi,
I plan to tag the TOMCAT_NATIVE_1_1_16 later today.
The current trunk has few fixes over released 1.1.15
Improved IPV6 checking, building against APR 1.3
(not mandatory, but allows to build), and
Author: mturk
Date: Wed Oct 29 08:23:54 2008
New Revision: 708920
URL: http://svn.apache.org/viewvc?rev=708920&view=rev
Log:
Tag version 1.1.16
Added:
tomcat/connectors/tags/other/TOMCAT_NATIVE_1_1_16/
- copied from r708919, tomcat/connectors/trunk/
---
https://issues.apache.org/bugzilla/show_bug.cgi?id=46121
Summary: "resources" ant task clashes with ant 1.7 "resources"
element
Product: Tomcat 6
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: NEW
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The following page has been changed by rwickham:
http://wiki.apache.org/tomcat/UsefulLinks
The comment on the change is:
no info about installing tomcat found on removed link
-
https://issues.apache.org/bugzilla/show_bug.cgi?id=46121
--- Comment #1 from Matt Wildig <[EMAIL PROTECTED]> 2008-10-29 12:59:07 PST ---
A little bit of thought and research into this and I realise the solution is of
course to use ants namespace support. Perhaps all that's needed is a note in
Hi,
Native 1.1.16 is available for testing.
If you want to take a look, the final source distribution can be
downloaded from:
http://tomcat.apache.org/dev/dist/tomcat-connectors/native/source/
Some binaries (windows only) are available at:
http://tomcat.apache.org/dev/dist/tomcat-connectors/nat
Author: fhanik
Date: Wed Oct 29 14:41:09 2008
New Revision: 709018
URL: http://svn.apache.org/viewvc?rev=709018&view=rev
Log:
Add asynchronous log handling, feature not yet complete. Need to figure out
when to stop the logger thread (possible when there are no loggers) and also
make sure the thr
https://issues.apache.org/bugzilla/show_bug.cgi?id=46125
Summary: Setting large cookies in the request causes Tomcat to
abort the connection
Product: Tomcat 6
Version: 6.0.18
Platform: Macintosh
OS/Version: Mac OS X 10.4
https://issues.apache.org/bugzilla/show_bug.cgi?id=46125
--- Comment #1 from Matt Bishop <[EMAIL PROTECTED]> 2008-10-29 17:46:02 PST ---
Created an attachment (id=22792)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=22792)
An HTML file that demonstrates the bug.
--
Configure b
https://issues.apache.org/bugzilla/show_bug.cgi?id=46126
Summary: Unable to compile class for JSP
Product: Tomcat 5
Version: 5.5.20
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
41 matches
Mail list logo