https://issues.apache.org/bugzilla/show_bug.cgi?id=50477
Summary: If you set 0 to initialSize, can't obtain Connection
by using getConnectionAsync method.
Product: Tomcat Modules
Version: unspecified
Platform: All
OS/Version: A
Author: markt
Date: Wed Dec 15 10:46:23 2010
New Revision: 1049484
URL: http://svn.apache.org/viewvc?rev=1049484&view=rev
Log:
Fix my stupid mistake.
Modified:
tomcat/trunk/java/org/apache/catalina/util/ContextName.java
Modified: tomcat/trunk/java/org/apache/catalina/util/ContextName.java
UR
Author: markt
Date: Wed Dec 15 13:31:28 2010
New Revision: 1049544
URL: http://svn.apache.org/viewvc?rev=1049544&view=rev
Log:
Remove unnecessary override
Modified:
tomcat/trunk/webapps/examples/WEB-INF/classes/examples/ExampleTagBase.java
Modified:
tomcat/trunk/webapps/examples/WEB-INF/cla
Author: markt
Date: Wed Dec 15 13:53:22 2010
New Revision: 1049553
URL: http://svn.apache.org/viewvc?rev=1049553&view=rev
Log:
Fix another FindBugs niggle
Modified:
tomcat/trunk/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/ShuffleSimpleTag.java
Modified:
tomcat/trunk/webapps/ex
https://issues.apache.org/bugzilla/show_bug.cgi?id=50478
Summary: How to set tomcat clusture with session replication
Product: Tomcat 6
Version: 6.0.26
Platform: PC
OS/Version: Linux
Status: NEW
Severity: major
Prio
On 15 December 2010 13:53, wrote:
> Author: markt
> Date: Wed Dec 15 13:53:22 2010
> New Revision: 1049553
>
> URL: http://svn.apache.org/viewvc?rev=1049553&view=rev
> Log:
> Fix another FindBugs niggle
>
> Modified:
>
> tomcat/trunk/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/Sh
https://issues.apache.org/bugzilla/show_bug.cgi?id=50478
Chuck Caldarale changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=50453
John Wastle changed:
What|Removed |Added
CC||johnwas...@yahoo.co.uk
--
Configure
Author: markt
Date: Wed Dec 15 14:34:32 2010
New Revision: 1049563
URL: http://svn.apache.org/viewvc?rev=1049563&view=rev
Log:
Fix various warnings (FindBugs, Eclipse etc.)
Modified:
tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java
Modified: tomcat/trunk/java/org/apache/catalina
Author: markt
Date: Wed Dec 15 14:35:22 2010
New Revision: 1049564
URL: http://svn.apache.org/viewvc?rev=1049564&view=rev
Log:
Add a FindBugs filter config for known false positives
Added:
tomcat/trunk/res/findbugs/
tomcat/trunk/res/findbugs/filter-false-positives.xml (with props)
Adde
https://issues.apache.org/bugzilla/show_bug.cgi?id=50480
Summary: How to set tomcat clusture with session replication
Product: Tomcat 6
Version: 6.0.26
Platform: PC
OS/Version: Linux
Status: NEW
Severity: major
Prio
https://issues.apache.org/bugzilla/show_bug.cgi?id=50480
Chuck Caldarale changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=50480
sreejith changed:
What|Removed |Added
Status|RESOLVED|CLOSED
--- Comment #2 from sreejith 20
Author: markt
Date: Wed Dec 15 14:54:23 2010
New Revision: 1049572
URL: http://svn.apache.org/viewvc?rev=1049572&view=rev
Log:
Whilst I am thinking about excluding stuff from FindBugs - add some exceptions
for the generated code with issues and fix the remaining issues in the same
package
Modif
https://issues.apache.org/bugzilla/show_bug.cgi?id=49000
Christopher Schultz changed:
What|Removed |Added
Severity|enhancement |normal
--- Comment #10 from
https://issues.apache.org/bugzilla/show_bug.cgi?id=9745
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=10021
--- Comment #5 from Christopher Schultz
2010-12-15 11:22:30 EST ---
There's also the problem of somehow merging configurations: sometimes,
server.xml is updated even within a stable line. The safest thing to do is
simply leave server.xml a
https://issues.apache.org/bugzilla/show_bug.cgi?id=10021
--- Comment #4 from Mark Thomas 2010-12-15 11:13:33 EST ---
Some random thoughts on this. If this is implemented, separating CATALINA_HOME
/ CATALINA_BASE is one way to go since that will simplify the upgrade process.
That then raises a num
Author: markt
Date: Wed Dec 15 16:41:31 2010
New Revision: 1049638
URL: http://svn.apache.org/viewvc?rev=1049638&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=10526
Add alwaysUseSession option to authenticators
Modified:
tomcat/trunk/java/org/apache/catalina/authenticat
https://issues.apache.org/bugzilla/show_bug.cgi?id=10526
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=10565
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
Author: markt
Date: Wed Dec 15 17:58:05 2010
New Revision: 1049654
URL: http://svn.apache.org/viewvc?rev=1049654&view=rev
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=10972
Improve error message if the className attribute is missing on an element in
server.xml where it is required.
Mo
https://issues.apache.org/bugzilla/show_bug.cgi?id=10972
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=11754
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=12069
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Mark,
Does this patch actually change anything? It looks like you've created a
new catch block that does exactly what the existing one would have done.
-chris
On 12/15/2010 12:58 PM, ma...@apache.org wrote:
> Author: markt
> Date: Wed Dec 15 17:58:05 2010
> New Revision: 1049654
>
> URL: http:/
https://issues.apache.org/bugzilla/show_bug.cgi?id=49000
--- Comment #11 from Henri Yandell 2010-12-15 14:28:21
EST ---
Yes, bob= is fine unless it's on the end of the line and then it's dropped (I
just doublechecked with some unit tests as it's been a while since I was
digging into this).
I th
On 15/12/2010 19:19, Christopher Schultz wrote:
> Mark,
>
> Does this patch actually change anything?
Yes, it fixes the associated bug report.
> It looks like you've created a
> new catch block that does exactly what the existing one would have done.
The new code is not the same. I'll leave exa
28 matches
Mail list logo