https://issues.apache.org/bugzilla/show_bug.cgi?id=48817
--- Comment #8 from Filip Hanik 2010-05-16 00:43:03 EDT ---
Don't bother with isClosed, that is a simple flag that most drivers implement
to return true if and only if close() has been called. It has really nothing to
do with the underlying
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234
--- Comment #12 from chamith buddhika 2010-05-15
23:45:37 EDT ---
In o.a.Catalina.Deploy descriptor for NamingResources the associated MBean
(NamingResourceMBean) only exposes add/remove methods for following properties.
- Environment
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234
--- Comment #11 from chamith buddhika 2010-05-15
23:28:41 EDT ---
Created an attachment (id=25444)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=25444)
o.a.Catalina.Deploy Patch
Patch for o.a.Catalina.Deploy package. Adds get
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234
--- Comment #10 from chamith buddhika 2010-05-15
23:21:44 EDT ---
It seems that o.a.Catalina.Core descriptor has got operations containing POJO
objects instead of primitive types which make them inaccessible via JConsole.
Was this intended
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234
--- Comment #9 from chamith buddhika 2010-05-15
22:33:46 EDT ---
Created an attachment (id=25443)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=25443)
o.a.Catalina.Connector Second Patch
This new patch on connector descriptor
https://issues.apache.org/bugzilla/show_bug.cgi?id=49299
--- Comment #1 from Mark Thomas 2010-05-15 19:24:26 EDT ---
(In reply to comment #0)
> 4. Expected result: if that phrase in 7.1.1 is to be followed, I would expect
> the Reload link to be
>
> http://localhost:8080/cookiename/index.jsp;MYS
https://issues.apache.org/bugzilla/show_bug.cgi?id=49297
--- Comment #3 from Mark Thomas 2010-05-15 19:21:40 EDT ---
(In reply to comment #2)
> The 'S' before Attribute means that a space is required
Thanks for the reference. It still seems pointless, but we should fix it. Not
something I think
https://issues.apache.org/bugzilla/show_bug.cgi?id=49297
--- Comment #2 from Konstantin Kolinko 2010-05-15
19:01:53 EDT ---
(In reply to comment #1)
> (In reply to comment #0)
> > It means, that the parser interprets "wo" as an attribute name, ignoring the
> > fact that there is no whitespace be
https://issues.apache.org/bugzilla/show_bug.cgi?id=49290
Mark Thomas changed:
What|Removed |Added
Severity|major |enhancement
--- Comment #1 from Mark
Author: markt
Date: Sat May 15 22:52:18 2010
New Revision: 944739
URL: http://svn.apache.org/viewvc?rev=944739&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49290
Allow Tomcat to start when using a JarScanner with scanAllDirectories=true
Patch by Larry Issacs (with minor twe
Author: markt
Date: Sat May 15 22:40:16 2010
New Revision: 944738
URL: http://svn.apache.org/viewvc?rev=944738&view=rev
Log:
Fix auto-deploy issues caused by Lifecycle refactoring.
Modified:
tomcat/trunk/java/org/apache/catalina/Context.java
tomcat/trunk/java/org/apache/catalina/Wrapper.j
https://issues.apache.org/bugzilla/show_bug.cgi?id=49297
--- Comment #1 from Mark Thomas 2010-05-15 18:39:34 EDT ---
(In reply to comment #0)
> It means, that the parser interprets "wo" as an attribute name, ignoring the
> fact that there is no whitespace before it.
Which spec requires there to
Author: kkolinko
Date: Sat May 15 22:11:09 2010
New Revision: 944732
URL: http://svn.apache.org/viewvc?rev=944732&view=rev
Log:
revoke my vote thanks to Rainer, add comments
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc
https://issues.apache.org/bugzilla/show_bug.cgi?id=49299
Summary: Servlet 3.0 ch.7.1.1 says that custom cookie name
affects URL rewriting
Product: Tomcat 7
Version: trunk
Platform: PC
OS/Version: Windows XP
Status:
On 15.05.2010 22:17, Mark Thomas wrote:
On 15/05/2010 00:14, rj...@apache.org wrote:
Author: rjung
Date: Fri May 14 23:14:51 2010
New Revision: 944511
URL: http://svn.apache.org/viewvc?rev=944511&view=rev
Log:
Check whether context is null.
-1 on this change. I'll be reverting it shortly.
1.
2010/5/16 Mark Thomas :
> On 15/05/2010 00:14, rj...@apache.org wrote:
>>
>> Author: rjung
>> Date: Fri May 14 23:14:51 2010
>> New Revision: 944511
>>
>> URL: http://svn.apache.org/viewvc?rev=944511&view=rev
>> Log:
>> Check whether context is null.
>
> -1 on this change. I'll be reverting it shor
Author: markt
Date: Sat May 15 20:23:06 2010
New Revision: 944712
URL: http://svn.apache.org/viewvc?rev=944712&view=rev
Log:
Revert r944511
Modified:
tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java
Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.jav
On 15/05/2010 00:14, rj...@apache.org wrote:
Author: rjung
Date: Fri May 14 23:14:51 2010
New Revision: 944511
URL: http://svn.apache.org/viewvc?rev=944511&view=rev
Log:
Check whether context is null.
-1 on this change. I'll be reverting it shortly.
1. It isn't necessary. There is a null chec
2010/5/15 Mark Thomas :
> On 15/05/2010 13:48, Konstantin Kolinko wrote:
>> 2010/5/14:
>>>
>>> Author: markt
>>> Date: Fri May 14 18:54:22 2010
>>> New Revision: 944390
>>>
>>> URL: http://svn.apache.org/viewvc?rev=944390&view=rev
>>> Log:
>>> Update DBCP to 1.3
>>
>>> ===
>>> --- tomcat/tc
https://issues.apache.org/bugzilla/show_bug.cgi?id=49297
Summary: Whitespace absence is allowed before attribute name in
a custom tag
Product: Tomcat 7
Version: trunk
Platform: PC
OS/Version: Windows XP
Status: NEW
On 15/05/2010 13:48, Konstantin Kolinko wrote:
2010/5/14:
Author: markt
Date: Fri May 14 18:54:22 2010
New Revision: 944390
URL: http://svn.apache.org/viewvc?rev=944390&view=rev
Log:
Update DBCP to 1.3
===
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "HowTo" page has been changed by hotmaz.
http://wiki.apache.org/tomcat/HowTo?action=diff&rev1=90&rev2=91
--
// assuming
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
Author: rjung
Date: Sat May 15 12:59:21 2010
New Revision: 944633
URL: http://svn.apache.org/viewvc?rev=944633&view=rev
Log:
List array elements in the JMX proxy output of the
Manager application.
Modified:
tomcat/trunk/java/org/apache/catalina/manager/JMXProxyServlet.java
tomcat/trunk/we
2010/5/14 :
> Author: markt
> Date: Fri May 14 18:54:22 2010
> New Revision: 944390
>
> URL: http://svn.apache.org/viewvc?rev=944390&view=rev
> Log:
> Update DBCP to 1.3
>===
> --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
> +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog
25 matches
Mail list logo