https://issues.apache.org/bugzilla/show_bug.cgi?id=48685
--- Comment #37 from Michael Osipov <1983-01...@gmx.net> 2011-04-01 04:59:26
EDT ---
Mark, I tried to build the current trunk to validate the code and mark some
improvements but I fails with:
build-docs:
[xslt] Transforming into
E:\Pr
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685
--- Comment #38 from Mark Thomas 2011-04-01 05:07:36 EDT ---
Looks like you have a build environment problem. It builds fine for me and the
multiple CI systems (buildbot and gump) that build this codebase. The users
list is the best place t
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-trunk-validate has an issue affecting its community integration.
Th
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685
--- Comment #39 from Michael Osipov <1983-01...@gmx.net> 2011-04-01 05:46:38
EDT ---
(In reply to comment #38)
> Looks like you have a build environment problem. It builds fine for me and the
> multiple CI systems (buildbot and gump) that b
Author: markt
Date: Fri Apr 1 10:49:43 2011
New Revision: 1087643
URL: http://svn.apache.org/viewvc?rev=1087643&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=12428
Add optional support for preemptive authentication on a per context basis
Based on a patch suggested by Werner
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-trunk-test has an issue affecting its community integration.
This i
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685
--- Comment #40 from Michael Osipov <1983-01...@gmx.net> 2011-04-01 07:10:15
EDT ---
Mark,
there are some glitches which have to be addressed in my opinion:
Constants.java:
- DEFAULT_SPN_CLASS is never used, forgot to delete?
- DEFAULT_KR
Author: markt
Date: Fri Apr 1 11:14:00 2011
New Revision: 1087650
URL: http://svn.apache.org/viewvc?rev=1087650&view=rev
Log:
Removed unused code
Modified:
tomcat/trunk/java/org/apache/catalina/authenticator/Constants.java
Modified: tomcat/trunk/java/org/apache/catalina/authenticator/Consta
Author: markt
Date: Fri Apr 1 11:16:02 2011
New Revision: 1087651
URL: http://svn.apache.org/viewvc?rev=1087651&view=rev
Log:
Consistent naming
Modified:
tomcat/trunk/java/org/apache/catalina/authenticator/SpnegoAuthenticator.java
tomcat/trunk/webapps/docs/config/valve.xml
Modified:
to
https://issues.apache.org/bugzilla/show_bug.cgi?id=12428
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
Author: markt
Date: Fri Apr 1 11:23:54 2011
New Revision: 1087652
URL: http://svn.apache.org/viewvc?rev=1087652&view=rev
Log:
Better name
Modified:
tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java
tomcat/trunk/webapps/docs/config/realm.xml
Modified: tomcat/trunk/java/org/apach
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685
--- Comment #41 from Mark Thomas 2011-04-01 07:30:16 EDT ---
(In reply to comment #40)
> - DEFAULT_SPN_CLASS is never used, forgot to delete?
Fixed
> - DEFAULT_KRB5_CONF value: .ini is Windows style, on Unix is krb5.conf only. I
> would st
Author: markt
Date: Fri Apr 1 11:36:54 2011
New Revision: 1087655
URL: http://svn.apache.org/viewvc?rev=1087655&view=rev
Log:
Add additional configuration options to the DIGEST authenticator
Added:
tomcat/trunk/test/org/apache/catalina/authenticator/TestDigestAuthenticator.java
(with pro
Hi,
It is the beginning of the month so I am shortly going to start the
release process for 7.0.12. Assuming no problems, expect the vote
towards the end of today.
Mark
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.o
On 01/04/2011 10:54, Bill Barker wrote:
> Full details are available at:
>
> http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/index.html
I'm seeing a slightly different issue when I run the unit tests. Tomcat
hangs during shutdown. It looks to be hanging in the
DedicatedTh
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685
--- Comment #42 from Michael Osipov <1983-01...@gmx.net> 2011-04-01 08:41:22
EDT ---
Mark,
I just compiled and deployed 7.0.12-dev to our test server. It works but fails
at some point.
The default server.xml is configured with:
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685
--- Comment #43 from Michael Osipov <1983-01...@gmx.net> 2011-04-01 08:47:46
EDT ---
(In reply to comment #41)
> (In reply to comment #40)
> > - DEFAULT_SPN_CLASS is never used, forgot to delete?
> Fixed
>
> > - DEFAULT_KRB5_CONF value: .i
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685
--- Comment #44 from Michael Osipov <1983-01...@gmx.net> 2011-04-01 08:49:08
EDT ---
(In reply to comment #43)
> I disagree again because abstraction is not missing and not everyone uses an
> Oracle JVM.
Should read: I disagree again becau
2011/4/1 :
> Author: markt
> Date: Fri Apr 1 11:36:54 2011
> New Revision: 1087655
>
> URL: http://svn.apache.org/viewvc?rev=1087655&view=rev
> Log:
> Add additional configuration options to the DIGEST authenticator
>
> Added:
>
> tomcat/trunk/test/org/apache/catalina/authenticator/TestDigest
On 01/04/2011 14:09, Konstantin Kolinko wrote:
> 2011/4/1 :
>> Author: markt
>> Date: Fri Apr 1 11:36:54 2011
>> New Revision: 1087655
>>
>> URL: http://svn.apache.org/viewvc?rev=1087655&view=rev
>> Log:
>> Add additional configuration options to the DIGEST authenticator
>>
>> Added:
>>
>> to
2011/4/1 Mark Thomas :
> On 01/04/2011 10:54, Bill Barker wrote:
>
>> Full details are available at:
>>
>> http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/index.html
>
> I'm seeing a slightly different issue when I run the unit tests. Tomcat
> hangs during shutdown. It look
On 01/04/2011 14:37, Konstantin Kolinko wrote:
> 2011/4/1 Mark Thomas :
>> Tomcat hangs during shutdown.
>
> I did not observe any issues with DedicatedThreadExecutor. All runs OK
> for me. (three connectors, Win32, JDK 6u24).
I'm seeing random hangs will all three connectors. Win64, JDK 6u26,
Author: markt
Date: Fri Apr 1 13:55:25 2011
New Revision: 1087709
URL: http://svn.apache.org/viewvc?rev=1087709&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=1
Author: markt
Date: Fri Apr 1 13:56:12 2011
New Revision: 1087710
URL: http://svn.apache.org/viewvc?rev=1087710&view=rev
Log:
Proposal
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=1
2011/4/1 Mark Thomas :
> On 01/04/2011 14:37, Konstantin Kolinko wrote:
>> 2011/4/1 Mark Thomas :
>
>>> Tomcat hangs during shutdown.
>>
>> I did not observe any issues with DedicatedThreadExecutor. All runs OK
>> for me. (three connectors, Win32, JDK 6u24).
>
> I'm seeing random hangs will all th
On 01/04/2011 15:01, Konstantin Kolinko wrote:
> 2011/4/1 Mark Thomas :
>> On 01/04/2011 14:37, Konstantin Kolinko wrote:
>>> 2011/4/1 Mark Thomas :
>>
Tomcat hangs during shutdown.
>>>
>>> I did not observe any issues with DedicatedThreadExecutor. All runs OK
>>> for me. (three connectors, W
Author: markt
Date: Fri Apr 1 14:24:43 2011
New Revision: 1087715
URL: http://svn.apache.org/viewvc?rev=1087715&view=rev
Log:
Workaround shutdown issue in unit tests
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardContext.java
tomcat/trunk/webapps/docs/changelog.xml
Modifie
Author: kkolinko
Date: Fri Apr 1 14:30:25 2011
New Revision: 1087720
URL: http://svn.apache.org/viewvc?rev=1087720&view=rev
Log:
Correct typos in description of NIO connector in config/http.html, especially
in TC6.
An attribute is called "processorCache", not "processCache".
Modified:
tomca
Author: kkolinko
Date: Fri Apr 1 14:39:24 2011
New Revision: 1087721
URL: http://svn.apache.org/viewvc?rev=1087721&view=rev
Log:
Document configuration properties of o.a.juli.FileHandler.
It is backport of JavaDoc from TC7 except the "rotatable" property which is not
implemented yet.
Modified:
Author: markt
Date: Fri Apr 1 15:12:06 2011
New Revision: 1087738
URL: http://svn.apache.org/viewvc?rev=1087738&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=27988
Improve reporting of missing files
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/t
https://issues.apache.org/bugzilla/show_bug.cgi?id=27988
--- Comment #3 from Mark Thomas 2011-04-01 11:12:27 EDT ---
Fixed in 6.0.x and will be included in 6.0.33 onwards.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail becaus
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957
--- Comment #15 from Brad Plies 2011-04-01 12:16:03
EDT ---
(In reply to comment #14)
> It may be unrelated, but I'm trying to track down a (very) reproducible error
> on one of our products where using Firefox with HTTP pipelining enabled
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957
--- Comment #16 from Brad Plies 2011-04-01 12:18:46
EDT ---
I cannot remember now, but I'm sure I observed this under IE as well during my
proxy tests. So I'm not certain this problem is confined to Firefox
--
Configure bugmail: https:/
Author: kkolinko
Date: Fri Apr 1 16:38:07 2011
New Revision: 1087791
URL: http://svn.apache.org/viewvc?rev=1087791&view=rev
Log:
Update the realm-howto:
In TC7 the tomcat-util.jar is also needed on the classpath to call the
o.a.c.realm.RealmBase class.
Modified:
tomcat/trunk/webapps/docs/re
Author: markt
Date: Fri Apr 1 16:47:12 2011
New Revision: 1087797
URL: http://svn.apache.org/viewvc?rev=1087797&view=rev
Log:
Tag 7.0.12
Added:
tomcat/tc7.0.x/tags/TOMCAT_7_0_12/ (props changed)
- copied from r1087796, tomcat/trunk/
Removed:
tomcat/tc7.0.x/tags/TOMCAT_7_0_12/modu
Author: markt
Date: Fri Apr 1 16:49:16 2011
New Revision: 1087798
URL: http://svn.apache.org/viewvc?rev=1087798&view=rev
Log:
Bump version ready for next release
Modified:
tomcat/trunk/build.properties.default
tomcat/trunk/res/maven/mvn.properties.default
Modified: tomcat/trunk/build.pr
Author: markt
Date: Fri Apr 1 17:19:39 2011
New Revision: 1087819
URL: http://svn.apache.org/viewvc?rev=1087819&view=rev
Log:
Correct a Javadoc mix-up
Modified:
tomcat/trunk/java/org/apache/catalina/Realm.java
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/java/org/apach
The proposed Apache Tomcat 7.0.12 release is now available for voting.
It can be obtained from:
http://people.apache.org/~markt/dev/tomcat-7/v7.0.12/
The svn tag is:
http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_12/
The proposed 7.0.12 release is:
[ ] Broken - do not release
[ ]
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "Merv Stevens" page has been changed by Merv Stevens.
The comment on this change is: http://affiliatesystemexplosionhq.com.
http://wiki.apache.org/tomcat/Merv%20Stevens
Dear wiki user,
You have subscribed to a wiki page "Tomcat Wiki" for change notification.
The page "Merv Stevens" has been deleted by TimFunk.
The comment on this change is: spam.
http://wiki.apache.org/tomcat/Merv%20Stevens
-
T
https://issues.apache.org/bugzilla/show_bug.cgi?id=12428
--- Comment #30 from Christopher Schultz
2011-04-01 17:07:10 EDT ---
Fascinating reading. My question would be: why does anyone want to have a
resource that doesn't need authentication (no security-constraint) but then
checks the authentic
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957
--- Comment #17 from Christopher Schultz
2011-04-01 17:47:27 EDT ---
If all the bug takes is load to reproduce, it should be easy to set up a test
that uses wget or something similar to just download a list of files a whole
bunch of times.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957
--- Comment #18 from Sebb 2011-04-01 18:05:02 EDT ---
Sounds like a job for Apache JMeter ... that can issue a large load, and
supports Keep-Alive and assertions to check for failures.
The HttpClient version of the HTTP Sampler has better
Author: kkolinko
Date: Fri Apr 1 22:24:26 2011
New Revision: 1087920
URL: http://svn.apache.org/viewvc?rev=1087920&view=rev
Log:
JavaDoc: Document configuration properties of o.a.juli.FileHandler.
These are the same as in TC6, except the "bufferSize" property which is not
implemented.
Modified:
https://issues.apache.org/bugzilla/show_bug.cgi?id=39661
Konstantin Kolinko changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-trunk-test has an issue affecting its community integration.
This i
2011/4/1 Konstantin Kolinko :
> 2011/4/1 Mark Thomas :
>> On 01/04/2011 10:54, Bill Barker wrote:
>>
>>> Full details are available at:
>>>
>>> http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/index.html
>>
>> I'm seeing a slightly different issue when I run the unit tests.
Author: kkolinko
Date: Sat Apr 2 00:38:14 2011
New Revision: 1087942
URL: http://svn.apache.org/viewvc?rev=1087942&view=rev
Log:
Improve the logging documentation
Updated the comment in conf/logging.properties as well.
CTR: docs
Modified:
tomcat/tc6.0.x/trunk/conf/logging.properties
tomc
Author: kkolinko
Date: Sat Apr 2 00:42:29 2011
New Revision: 1087943
URL: http://svn.apache.org/viewvc?rev=1087943&view=rev
Log:
Improve the logging documentation
Modified:
tomcat/trunk/webapps/docs/logging.xml
Modified: tomcat/trunk/webapps/docs/logging.xml
URL:
http://svn.apache.org/view
Author: kkolinko
Date: Sat Apr 2 00:59:38 2011
New Revision: 1087949
URL: http://svn.apache.org/viewvc?rev=1087949&view=rev
Log:
Configure Security Manager How-To to include a copy of the actual
conf/catalina.policy file when the documentation is built, rather
than maintaining a copy of its conte
Author: kkolinko
Date: Sat Apr 2 01:41:55 2011
New Revision: 1087955
URL: http://svn.apache.org/viewvc?rev=1087955&view=rev
Log:
Configure Security Manager How-To to include a copy of the actual
conf/catalina.policy file when the documentation is built, rather
than maintaining a copy of its conte
Author: kkolinko
Date: Sat Apr 2 01:56:48 2011
New Revision: 1087957
URL: http://svn.apache.org/viewvc?rev=1087957&view=rev
Log:
Configure Security Manager How-To to include a copy of the actual
conf/catalina.policy file when the documentation is built, rather
than maintaining a copy of its conte
Author: kkolinko
Date: Sat Apr 2 02:03:35 2011
New Revision: 1087959
URL: http://svn.apache.org/viewvc?rev=1087959&view=rev
Log:
Wrap a long comment in catalina.policy
CTR
Modified:
tomcat/tc5.5.x/trunk/container/catalina/src/conf/catalina.policy
Modified: tomcat/tc5.5.x/trunk/container/cat
53 matches
Mail list logo