> On 10/07/2010 10:54 AM, kfuj...@apache.org wrote:
>>
>> + /**
>> + * AJP packet size.
>> + */
>> + protected int packetSize = Constants.MAX_PACKET_SIZE;
>> + public int getPacketSize() { return packetSize; }
>> + public void setPacketSize(int packetSize) {
>> + if(packe
Author: timw
Date: Fri Oct 8 08:11:24 2010
New Revision: 1005722
URL: http://svn.apache.org/viewvc?rev=1005722&view=rev
Log:
Minor fixes to DefaultServlet docs
Modified:
tomcat/trunk/webapps/docs/default-servlet.xml
Modified: tomcat/trunk/webapps/docs/default-servlet.xml
URL:
http://svn.ap
https://issues.apache.org/bugzilla/show_bug.cgi?id=50017
Tim Whittington changed:
What|Removed |Added
Priority|P2 |P5
Severity|normal
https://issues.apache.org/bugzilla/show_bug.cgi?id=50027
Tim Whittington changed:
What|Removed |Added
Priority|P2 |P3
Status|NEW
https://issues.apache.org/bugzilla/show_bug.cgi?id=50054
--- Comment #4 from Mark Thomas 2010-10-08 04:48:24 EDT ---
(In reply to comment #3)
> (In reply to comment #2)
> > Fixed in trunk and will be in 7.0.4 onwards.
>
> i downloaded tomcat 7.0.4 lately and I still experiencing this issue.
Unl
https://issues.apache.org/bugzilla/show_bug.cgi?id=48716
--- Comment #18 from Henning Blohm 2010-10-08
04:50:46 EDT ---
Not calling
LogManager.getLogManager().reset();
when it is java.util.logging.LogManager would help.
I suppose a mix of this with cleaning up what is JULI's looks promising
https://issues.apache.org/bugzilla/show_bug.cgi?id=43642
Tim Whittington changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
On 10/08/2010 09:50 AM, Keiichi Fujino wrote:
Does it mean to rename MAX_PACKET_SIZE to MIN_PACKET_SIZE ?
Huh, I thought we enlarged the MAX_PACKET_SIZE to 65536.
We should have DEF_PACKET_SIZE=8192 (or MIN_PACKET_SIZE) and
MAX_PACKET_SIZE=65536
Currently we allow to set packet size to > 655
On 08.10.2010 08:48, Mladen Turk wrote:
On 10/08/2010 12:08 AM, Erik C. Brooks wrote:
Hello group,
I'd like to modernize the Domino Tomcat connector for Win64. I've got a
great Domino C developer here who has a lot of DSAPI experience. I'm more
than willing to pay, and would love to release it
https://issues.apache.org/bugzilla/show_bug.cgi?id=49991
Mark Thomas changed:
What|Removed |Added
Status|NEW |NEEDINFO
OS/Version|
On 08.10.2010 11:14, Mladen Turk wrote:
On 10/08/2010 09:50 AM, Keiichi Fujino wrote:
Does it mean to rename MAX_PACKET_SIZE to MIN_PACKET_SIZE ?
Huh, I thought we enlarged the MAX_PACKET_SIZE to 65536.
We should have DEF_PACKET_SIZE=8192 (or MIN_PACKET_SIZE) and
MAX_PACKET_SIZE=65536
Curre
Author: markt
Date: Fri Oct 8 11:57:04 2010
New Revision: 1005789
URL: http://svn.apache.org/viewvc?rev=1005789&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49994
Lookup of JNDI references should return a new object instance each time
Modified:
tomcat/trunk/java/org/a
https://issues.apache.org/bugzilla/show_bug.cgi?id=50059
Summary: Resources are not served from
/WEB-INF/lib/{*.jar}/META-INF/resources if
metadata-complete="true" is set in web.xml
Product: Tomcat 7
Version: 7.0.2
Author: markt
Date: Fri Oct 8 11:57:57 2010
New Revision: 1005790
URL: http://svn.apache.org/viewvc?rev=1005790&view=rev
Log:
Add test cases for:
- https://issues.apache.org/bugzilla/show_bug.cgi?id=49994
- https://issues.apache.org/bugzilla/show_bug.cgi?id=23950
Based on the original test case f
Author: markt
Date: Fri Oct 8 11:59:22 2010
New Revision: 1005792
URL: http://svn.apache.org/viewvc?rev=1005792&view=rev
Log:
Update change log
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk
https://issues.apache.org/bugzilla/show_bug.cgi?id=49994
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Fri Oct 8 12:10:28 2010
New Revision: 1005795
URL: http://svn.apache.org/viewvc?rev=1005795&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50013
Correctly package classes from org.apache.tomcat.util.file and add the
tomcat-util.jar to the class path for
https://issues.apache.org/bugzilla/show_bug.cgi?id=50013
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Fri Oct 8 12:21:55 2010
New Revision: 1005802
URL: http://svn.apache.org/viewvc?rev=1005802&view=rev
Log:
Additional fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=48716
Don't call reset if the default LngManager is in use
Modified:
tomcat/trunk/java/org/apach
https://issues.apache.org/bugzilla/show_bug.cgi?id=48716
--- Comment #19 from Mark Thomas 2010-10-08 08:31:47 EDT ---
I've added the additional check before the reset() call to trunk and it will be
in 7.0.4 onwards.
For users that want to use the default LogManager, as long as applications are
n
FYI ...
There was a similar fix applied here but reverted ...
https://issues.apache.org/bugzilla/show_bug.cgi?id=47512#c4
http://svn.apache.org/viewvc?view=revision&revision=832792
http://svn.apache.org/viewvc?view=revision&revision=832638
-Tim
On 10/8/2010 7:57 AM, ma...@apache.org wrote:
Au
On 08/10/2010 13:48, Tim Funk wrote:
> FYI ...
> There was a similar fix applied here but reverted ...
> https://issues.apache.org/bugzilla/show_bug.cgi?id=47512#c4
>
> http://svn.apache.org/viewvc?view=revision&revision=832792
> http://svn.apache.org/viewvc?view=revision&revision=832638
The Jav
Author: markt
Date: Fri Oct 8 13:22:04 2010
New Revision: 1005811
URL: http://svn.apache.org/viewvc?rev=1005811&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50015
Re-factor dynamic servlet security implementation to make extensions, such as
JACC implementations, simpler.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50015
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=50016
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Fri Oct 8 14:02:05 2010
New Revision: 1005834
URL: http://svn.apache.org/viewvc?rev=1005834&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50016
Re-factor isUserInRole() and login() / logout() methods to support JACC
implementations and to improve encaps
Author: markt
Date: Fri Oct 8 14:16:23 2010
New Revision: 1005837
URL: http://svn.apache.org/viewvc?rev=1005837&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50017
Code clean-up. No functional change.
Patch provided by sebb
Modified:
tomcat/trunk/java/javax/el/ValueRef
https://issues.apache.org/bugzilla/show_bug.cgi?id=50017
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=50044
--- Comment #1 from Mark Thomas 2010-10-08 11:01:14 EDT ---
The provided test case is incomplete. I had to reverse engineer a handful of
support classes.
Testing with the latest 7.0.x code shows no issues. I don't see any hanging on
readTh
https://issues.apache.org/bugzilla/show_bug.cgi?id=50044
--- Comment #2 from Mark Thomas 2010-10-08 11:15:30 EDT ---
I do see problems running this on Tomcat 6. Investigating now...
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this m
https://issues.apache.org/bugzilla/show_bug.cgi?id=50027
--- Comment #3 from Flávio Henrique 2010-10-08 11:27:39 EDT
---
Created an attachment (id=26143)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26143)
server.xml that crashes tomcat 7.0.2
Server.xml that crash tomcat 7.02. Onl
https://issues.apache.org/bugzilla/show_bug.cgi?id=50027
--- Comment #4 from Flávio Henrique 2010-10-08 11:29:28 EDT
---
Here is the server.xml (zipped).
I only added to the default server.xml inside
Thanks
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
---
https://issues.apache.org/bugzilla/show_bug.cgi?id=49991
--- Comment #2 from Flávio Henrique 2010-10-08 11:36:21 EDT
---
Sorry, the problem is related to FORM authentication, not JAAS. Again: sorry
for this mistake.
I will prepare the test as soon I reach my Office.
Thanks
--
Configure bugma
https://issues.apache.org/bugzilla/show_bug.cgi?id=50044
--- Comment #3 from Mark Thomas 2010-10-08 13:03:33 EDT ---
No joy tracking this down yet.
Also, Tomcat 7 seems to be adding a 1s delay to each request.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
---
On Thu, Oct 7, 2010 at 9:29 PM, Jeremy Boynes wrote:
> Now that we require 1.5, I refactored Resources to use varargs rather than
> having multiple methods taking combinations of parameters. However, now that
> it is greatly simplified, i was wondering whether we should replace the
> single res
https://issues.apache.org/bugzilla/show_bug.cgi?id=50059
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Fri Oct 8 21:37:19 2010
New Revision: 1006033
URL: http://svn.apache.org/viewvc?rev=1006033&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50059
Always make JAR resources available
Modified:
tomcat/trunk/java/org/apache/catalina/startup/ContextConfig
Author: markt
Date: Fri Oct 8 21:46:05 2010
New Revision: 1006037
URL: http://svn.apache.org/viewvc?rev=1006037&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50027
Avoid NPE on start when a Context is defined in server.xml with one or more
JNDI resources.
Modified:
to
https://issues.apache.org/bugzilla/show_bug.cgi?id=50027
Mark Thomas changed:
What|Removed |Added
Status|NEEDINFO|RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=49991
--- Comment #3 from Flávio Henrique 2010-10-08 22:25:58 EDT
---
Created an attachment (id=26144)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26144)
Tomcat FormAuthentication and CDI problem
You will need to grab Weld 1.1.0
https://issues.apache.org/bugzilla/show_bug.cgi?id=49991
--- Comment #4 from Flávio Henrique 2010-10-08 22:28:11 EDT
---
Mark, here is the project for Eclipse Helios 3.6 SR1.
You will need to grab Weld 1.1.0 and put
weld-1.1.0.Beta1\artifacts\weld\weld-servlet.jar inside WEB-CONTENT/lib,
becaus
https://issues.apache.org/bugzilla/show_bug.cgi?id=50063
Summary: Latest trunck can't configure context when
metadata-complete is true and version is 3.0
Product: Tomcat 7
Version: trunk
Platform: PC
OS/Version: All
42 matches
Mail list logo