svn commit: r775632 - /tomcat/tc6.0.x/trunk/RUNNING.txt

2009-05-17 Thread markt
Author: markt
Date: Sun May 17 12:25:57 2009
New Revision: 775632

URL: http://svn.apache.org/viewvc?rev=775632&view=rev
Log:
Fix typo

Modified:
tomcat/tc6.0.x/trunk/RUNNING.txt

Modified: tomcat/tc6.0.x/trunk/RUNNING.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/RUNNING.txt?rev=775632&r1=775631&r2=775632&view=diff
==
--- tomcat/tc6.0.x/trunk/RUNNING.txt (original)
+++ tomcat/tc6.0.x/trunk/RUNNING.txt Sun May 17 12:25:57 2009
@@ -116,8 +116,8 @@
 
 * temp - Directory used by the JVM for temporary files (java.io.tmpdir)
 
-If you do set $CATALINA_BASE, $CATALINA_BASE will default to the same value as
-$CATALINA_HOME, which means that the same directory is used for all relative
+If you do not set $CATALINA_BASE, $CATALINA_BASE will default to the same value
+as $CATALINA_HOME, which means that the same directory is used for all relative
 path resolutions.
 
 



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r775633 - /tomcat/trunk/RUNNING.txt

2009-05-17 Thread markt
Author: markt
Date: Sun May 17 12:26:21 2009
New Revision: 775633

URL: http://svn.apache.org/viewvc?rev=775633&view=rev
Log:
Fix typo

Modified:
tomcat/trunk/RUNNING.txt

Modified: tomcat/trunk/RUNNING.txt
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/RUNNING.txt?rev=775633&r1=775632&r2=775633&view=diff
==
--- tomcat/trunk/RUNNING.txt (original)
+++ tomcat/trunk/RUNNING.txt Sun May 17 12:26:21 2009
@@ -116,8 +116,8 @@
 
 * temp - Directory used by the JVM for temporary files (java.io.tmpdir)
 
-If you do set $CATALINA_BASE, $CATALINA_BASE will default to the same value as
-$CATALINA_HOME, which means that the same directory is used for all relative
+If you do not set $CATALINA_BASE, $CATALINA_BASE will default to the same value
+as $CATALINA_HOME, which means that the same directory is used for all relative
 path resolutions.
 
 



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 47149] Build fail (encoding error)on Chinese version Windows XP OS

2009-05-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47149


Konstantin Kolinko  changed:

   What|Removed |Added

 AssignedTo|xxd82...@gmail.com  |dev@tomcat.apache.org




--- Comment #2 from Konstantin Kolinko   2009-05-17 
06:50:07 PST ---
You should not change 'Assigned To' field of a bug. Because of that the bug
update notifications aren't coming to the dev@ mailing list.

I am resetting it to the default value.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: DO NOT REPLY [Bug 47149] Build fail (encoding error)on Chinese version Windows XP OS

2009-05-17 Thread Xie Xiaodong
Sorry about that. Thank you for the resetting. :)

2009/5/17 

> https://issues.apache.org/bugzilla/show_bug.cgi?id=47149
>
>
> Konstantin Kolinko  changed:
>
>   What|Removed |Added
>
> 
> AssignedTo|xxd82...@gmail.com  |dev@tomcat.apache.org
>
>
>
>
> --- Comment #2 from Konstantin Kolinko 
>  2009-05-17 06:50:07 PST ---
> You should not change 'Assigned To' field of a bug. Because of that the bug
> update notifications aren't coming to the dev@ mailing list.
>
> I am resetting it to the default value.
>
> --
> Configure bugmail:
> https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
> --- You are receiving this mail because: ---
> You are the assignee for the bug.
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>


-- 
Sincerely yours and Best Regards,
Xie Xiaodong


DO NOT REPLY [Bug 47214] New: Inner classes that are explicitly referenced - should not be anonymous

2009-05-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47214

   Summary: Inner classes that are explicitly referenced - should
not be anonymous
   Product: Tomcat 6
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: P2
 Component: Catalina
AssignedTo: dev@tomcat.apache.org
ReportedBy: knst.koli...@gmail.com


Classes
 o.a.catalina.security.SecurityClassLoad
 o.a.catalina.jasper.SecurityClassLoad
perform preloading of certain classes of Tomcat.

My concern is that some of those preloaded classes are anonymous ones, e.g.

loader.loadClass
(basePackage + "session.StandardSession");
loader.loadClass
(basePackage + "session.StandardSession$1");

Referencing anonymous classes by their numbers is too fragile. It can be broken
by any code modification that will cause their renumbering. Also, it is hard to
review patches to SecurityClassLoad when they contain such references. See e.g.
r721704 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=721704 )

I suggest that all such classes were explicitly named. See classes referenced
in o.a.catalina.security.SecurityClassLoad for an example (e.g.:
o.a.c.core.ApplicationDispatcher with inner classes PrivilegedForward,
PrivilegedInclude).

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 47121] mod_jk 1.2.27 produces "JkWorkersFile only allowed once" on Netware 6.5

2009-05-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47121





--- Comment #4 from Vladimir Mikhelson   2009-05-17 
20:15:32 PST ---
Guenter,

I went ahead and downloaded the latest 1.2.28.

First, I verified that mod_jk v.1.2.23 was running 2 times, in address spaces
"os" and "adminsrv" respectively.

Then I shut down all instances of Tomcat and both instances of Apache by
issuing the following commands:
tcadmdn
tc4stop
tc5stop
ap2webdn
unload address space = adminsrv apache2

Then I verified that mod_jk.nlm was not loaded.

After that I issued ap2rsall. The following messages were displayed in the
Apach 2.0.63 for Netawre screen:

[Sun May 17 21:10:27 2009] [warn] module rewrite_module is already loaded,
skipp
ing 
[Sun May 17 21:10:27 2009] [warn] module ldap_module is already loaded,
skipping

[Sun May 17 21:10:27 2009] [warn] module auth_ldap_module is already loaded,
ski
pping   
[Sun May 17 21:10:27 2009] [warn] module jk_module is already loaded, skipping  
Syntax error on line 638 of SYS:/apache2/conf/httpd.conf:   
JkWorkersFile only allowed once 


The following messages were displayed in the Apache2 Web Manager screen:

Apache/2.0.63 (NETWARE) mod_jk/1.2.28 PHP/5.0.5
   Running in address space ADMINSRV   
   Listening on port(s): 2200 2211 
   Loaded dynamic module mod_jk.c  
   Loaded dynamic module mod_headers.c 
   Loaded dynamic module mod_rewrite.c 
   Loaded dynamic module sapi_apache2.

Please pay attention, normally the "Apache2 Web Manager screen" is hidden,
prefixed by the "*" before the screen name in the screen list. This time it was
not.

After pressing "any key" in the first of the two screens I verified mod_jk.nlm
v1.2.28 being loaded once in adminsrv address space.

All attempts to start Apache in address space OS failed.

Please verify that you can reproduce the behavior I describe.

System details: NetWare 6.5 SP8, Small Business Suite. Runs GroupWise 8 HP1
with WebAccess.

As far as your request to analyze all includes in httpd.conf goes this is what
I discovered.

Include "SYS:/qfsearch/WEB-INF/QFSrchApache.conf" is issued in the httpd.conf.

QFSrchApache.conf contains the following code:

#
# Make sure Apache - Tomcat connector is loaded
#
Include "SYS:/qfsearch/WEB-INF/QFTomcatConnector.conf"

QFTomcatConnector.conf" contains:

 
LoadModule jk_module modules/mod_jk.nlm
JkWorkersFile "sys:/adminsrv/conf/mod_jk/workers.properties"
JkLogFile "logs/mod_jk.log"
JkLogLevel error



Please let me know if you need more details.

Thank you,
Vladimir

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r775377, r775379, r775380 - /tomcat/site/

2009-05-17 Thread Konstantin Kolinko
The following three commits of mine were not mentioned on dev@ list,
as those e-mails
were bounced by the mail server:

---
Author: kkolinko
Date: Fri May 15 22:50:29 2009
New Revision: 775377

URL: http://svn.apache.org/viewvc?rev=775377&view=rev
Log:
Adding myself to the committers list

Modified:
   tomcat/site/trunk/xdocs/whoweare.xml
---
Author: kkolinko
Date: Fri May 15 22:52:06 2009
New Revision: 775379

URL: http://svn.apache.org/viewvc?rev=775379&view=rev
Log:
Updated copyright year

Modified:
   tomcat/site/trunk/xdocs/legal.xml
---
Author: kkolinko
Date: Fri May 15 22:54:01 2009
New Revision: 775380

URL: http://svn.apache.org/viewvc?rev=775380&view=rev
Log:
Updating generated files for the site

Modified:
   tomcat/site/trunk/docs/legal.html
   tomcat/site/trunk/docs/whoweare.html
---

The delivery problem is already solved, but I know how to reproduce it.

Best regards,
Konstantin Kolinko

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r775792 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-05-17 Thread kkolinko
Author: kkolinko
Date: Mon May 18 02:15:04 2009
New Revision: 775792

URL: http://svn.apache.org/viewvc?rev=775792&view=rev
Log:
votes

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=775792&r1=775791&r2=775792&view=diff
==
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Mon May 18 02:15:04 2009
@@ -55,6 +55,23 @@
   http://svn.apache.org/viewvc?rev=746425&view=rev (to address Bill's concerns)
   http://svn.apache.org/viewvc?rev=757335&view=rev (to remove the Catalina dep)
   +1: markt, billbarker
+  +1: kkolinko (good, but I have some concerns:
+r721286 : 
+ You have added an anonymous inner class to JspFactoryImpl. That class is
+ preloaded by o.a.jasper.security.SecurityClassLoad. I wonder, whether the
+ new inner class should also be preloaded. Do not have experience to prove
+ it, though.
+ Plus, see issue #47214 in Bugzilla for my concerns on naming.
+r721704 :
+ o.k.
+ (I have concerns about DefaultInstanceManager (see issue #47214), but
+ that class does not exist in TC 6.0)
+r746425:
+ Implementation of ELResolverImpl.getDefaultResolver():
+   All those "(CompositeELResolver)" casts can be removed if you change
+   type of the local variable.
+r721708, r721886, r757335: o.k.
+  )
 
 * Backport cleanup of semantics of thisAccessedTime and
   lastAccessedTime for sessions:
@@ -94,7 +111,7 @@
   http://svn.apache.org/viewvc?rev=758365&view=rev
   Try and support java encoding names when using an xml parser provided via the
   endorsed mechanism
-  +1: markt, remm
+  +1: markt, remm, kkolinko
   -1: 
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46967



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Bug report for Tomcat 6 [2009/05/17]

2009-05-17 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
| |   |   MIN=Minor   NOR=NormalENH=Enhancement TRV=Trivial |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
|39661|Opn|Enh|2006-05-25|Please document JULI FileHandler configuration pro|
|41093|Ver|Enh|2006-11-30|publish 6.0.2 beta jars in a maven repository |
|41128|Inf|Enh|2006-12-07|Reference to java Thread name from RequestProcesso|
|41530|Ver|Nor|2007-02-02|stopping a connector produces intermittent SocketE|
|41679|Ass|Enh|2007-02-22|SemaphoreValve should be able to filter on url pat|
|41791|New|Enh|2007-03-07|Tomcat behaves inconsistently concerning flush-pac|
|41797|Ver|Maj|2007-03-09|CNFE/NPE thrown from function mapper when external|
|41883|Ass|Enh|2007-03-18|use abstract wrapper instead of plain X509Certific|
|41944|New|Enh|2007-03-25|Start running the RAT tool to see where we're miss|
|41992|New|Enh|2007-03-30|Need ability to set OS process title  |
|42463|New|Enh|2007-05-20|"crossContext" and classloader issues - pls amend |
|42996|Opn|Nor|2007-07-29|POST with nio connector results in missing variabl|
|43001|New|Enh|2007-07-30|JspC lacks setMappedFile and setDie for use in Ant|
|43003|New|Enh|2007-07-30|Separate dependent component download and build ta|
|43154|New|Enh|2007-08-17|forward port from 5.5.x to 6.x about AccessLogValv|
|43343|Opn|Nor|2007-09-10|Loss of data and concurrency issue with Catalina s|
|43400|New|Enh|2007-09-14|enum support for tag libs |
|43497|New|Enh|2007-09-26|Add ability to escape rendered output of JSP expre|
|43548|New|Enh|2007-10-04|xml schema for tomcat-users.xml   |
|43642|New|Enh|2007-10-17|Add prestartminSpareThreads attribute for Executor|
|43682|New|Enh|2007-10-23|JULI: web-inf/classes/logging.properties to suppor|
|43742|New|Enh|2007-10-30|.tag compiles  performed one at a time -- extremel|
|43790|Ass|Enh|2007-11-03|concurrent access issue on TagHandlerPool |
|43979|New|Enh|2007-11-27|Add abstraction for Java and Classfile output |
|44047|New|Enh|2007-12-10|Provide a way for Tomcat to serve up error pages w|
|44106|New|Enh|2007-12-19|autodeploy configures directories which do not con|
|44199|New|Enh|2008-01-10|expose current backlog queue size |
|44225|New|Enh|2008-01-14|SSL connector tries to load the private keystore f|
|44264|New|Enh|2008-01-18|Clustering - Support for disabling multicasting an|
|44265|New|Enh|2008-01-18|Improve JspWriterImpl performance with "inline" su|
|44284|New|Enh|2008-01-23|Support java.lang.Iterable in c:forEach tag   |
|44294|New|Enh|2008-01-25|Support for EL functions with varargs |
|44299|New|Enh|2008-01-26|Provider manager app with a log out button|
|44312|New|Enh|2008-01-28|Warn when overwritting docBase of the default Host|
|44409|New|Enh|2008-02-13|Tomcat does not support Windows-My Provider   |
|44598|New|Enh|2008-03-13|JAASRealm is suppressing Exceptions   |
|44645|New|Enh|2008-03-20|[Patch] JNDIRealm - Doesn't support JNDI "java.nam|
|44787|New|Enh|2008-04-09|provide more error context on "java.lang.IllegalSt|
|44818|New|Enh|2008-04-13|tomcat hangs with GET when content-length is defin|
|45014|New|Enh|2008-05-15|Request and Response classes should have wrappers |
|45255|New|Enh|2008-06-23|support disable jsessionid from url against sessio|
|45282|New|Enh|2008-06-25|NioReceiver doesn't close cleanly, leaving sockets|
|45283|Opn|Enh|2008-06-25|Allow multiple authenticators to be added to pipel|
|45403|New|Nor|2008-07-15|Tomcat does not reload application|
|45428|New|Enh|2008-07-18|warn if the tomcat stop doesn't complete  |
|45654|New|Enh|2008-08-19|use static methods and attributes in a direct way!|
|45731|New|Enh|2008-09-02|Enhancement request : pluggable httpsession cache |
|45794|New|Enh|2008-09-12|Patch causes JNDIRealm to bind with user entered c|
|45832|New|Enh|2008-09-18|add DIGEST authentication support to Ant tasks|
|45871|New|Enh|2008-09-23|Support for salted and digested patches in DataSou|
|45878|New|Enh|2008-09-24|Generated jars do not contain proper manifests or |
|45879|

Bug report for Tomcat 4 [2009/05/17]

2009-05-17 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
| |   |   MIN=Minor   NOR=NormalENH=Enhancement TRV=Trivial |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
| 3839|Opn|Enh|2001-09-26|Problem bookmarking login page|
| 4227|Opn|Enh|2001-10-17|Invalid CGI path  |
| 5329|New|Enh|2001-12-08|NT Service exits startup before Tomcat is finished|
| 5795|New|Enh|2002-01-10|Catalina Shutdown relies on localhost causing prob|
| 5829|New|Enh|2002-01-13|StandardManager needs to cope with sessions throwi|
| 5985|New|Enh|2002-01-23|Tomcat should perform a more restrictive validatio|
| 6600|Opn|Enh|2002-02-20|enodeURL adds 'jsession' when 'isRequestedSessionI|
| 6614|New|Enh|2002-02-21|Have Bootstrap and StandardClassLoader use the sam|
| 6671|New|Enh|2002-02-25|Simple custom tag example uses old declaration sty|
| 7043|New|Enh|2002-03-12|database user and password for JDBC Based Store   |
| 7374|New|Enh|2002-03-22|Apache Tomcat/4.0.1 message on standard output|
| 7676|New|Enh|2002-04-02|Allow name property to use match experssions in  without className in server.xml produces N|
|11129|New|Enh|2002-07-24|New valve for putting the sessionIDs in the reques|
|11248|New|Enh|2002-07-29|DefaultServlet doesn't send expires header|
|11754|Opn|Enh|2002-08-15|Synchronous shutdown script - shutdown.sh should w|
|12069|New|Enh|2002-08-27|Creation of more HttpSession objects for one previ|
|12428|Opn|Enh|2002-09-09|request.getUserPrincipal(): Misinterpretation of s|
|12658|New|Enh|2002-09-15|a proxy host and port at the  element level |
|12766|New|Enh|2002-09-18|Tomcat should use tld files in /WEB-INF/ over vers|
|13309|Opn|Enh|2002-10-04|Catalina calls System.exit()  |
|13634|New|Enh|2002-10-15|Allowing system properties to be substituted in co|
|13689|Opn|Enh|2002-10-16|Classloader paths for 'Common' classes and librari|
|13731|New|Enh|2002-10-17|Final request, response, session and other variabl|
|13941|New|Enh|2002-10-24|reload is VERY slow   |
|13965|New|Enh|2002-10-25|Catalina.sh correction request for Tru64 Unix |
|14097|New|Enh|2002-10-30|hardcoded registry value for vm lets tomcat servic|
|14416|New|Enh|2002-11-10|blank tag name in TLD cause NullPointerException  |
|14635|New|Enh|2002-11-18|Should be possible not to have -MM-DD in log f|
|14766|New|Enh|2002-11-22|Redirect Vavle|
|14993|New|Enh|2002-12-02|Possible obselete synchronized declaration|
|15115|New|Enh|2002-12-05|correct docs... XML parser *cannot* be overridden |
|15417|Opn|Enh|2002-12-16|Add port for forced compilation of JSP pages  |
|15688|New|Enh|2002-12-27|full-qualified names instead of imports   |
|15941|New|Enh|2003-01-10|Expose rootCause exceptions at deeper levels  |
|16294|New|Enh|2003-01-21|Configurable URL Decoding.|
|16357|New|Enh|2003-01-23|"connection timeout reached"  |
|16531|New|Enh|2003-01-29|Updating already deployed ".war" files in a single|
|16579|New|Enh|2003-01-30|documentation page layout/style breaks wrapping to|
|16596|New|Enh|2003-01-30|option for disabling log rotation |
|17070|New|Enh|2003-02-14|The Catalina Ant tasks do not allow for 'reusable'|
|17146|New|Enh|2003-02-18|Simplify build.xml using 

Bug report for Tomcat 5 [2009/05/17]

2009-05-17 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
| |   |   MIN=Minor   NOR=NormalENH=Enhancement TRV=Trivial |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
|27122|Opn|Enh|2004-02-20|IE plugins cannot access components through Tomcat|
|28039|Opn|Enh|2004-03-30|Cluster Support for SingleSignOn  |
|29160|Ver|Enh|2004-05-23|precompile problem: _jspx_meth_* (javax.servlet.js|
|29494|Inf|Enh|2004-06-10|No way to set PATH when running as a service on Wi|
|30241|Ver|Enh|2004-07-21|Enhance build script to use branch argument when c|
|33262|Inf|Enh|2005-01-27|Service Manager autostart should check for adminis|
|33453|Opn|Enh|2005-02-08|Jasper should recompile JSP files whose datestamps|
|33671|Opn|Enh|2005-02-21|Manual Windows service installation with custom na|
|34110|Opn|Nor|2005-03-21|The message "SEVERE: Error listenerStart" should b|
|34801|New|Enh|2005-05-08|PATCH: CGIServlet does not terminate child after a|
|34805|Ass|Enh|2005-05-08|warn about invalid security constraint url pattern|
|34868|Ass|Enh|2005-05-11|allow to register a trust store for a session that|
|35054|Inf|Enh|2005-05-25|warn if appBase is not existing as a File or direc|
|36133|Inf|Enh|2005-08-10|Support JSS SSL implementation|
|36362|New|Enh|2005-08-25|missing check for Java reserved keywords in tag fi|
|36569|Inf|Enh|2005-09-09|Redirects produce illegal URL's   |
|36837|Inf|Enh|2005-09-28|Looking for ProxyHandler implementation of Http re|
|36922|Inf|Enh|2005-10-04|setup.sh file mis-advertised and missing  |
|36923|New|Nor|2005-10-05|Deactivated EL expressions are not parsed for jsp |
|37018|Ass|Enh|2005-10-11|Document how to use tomcat-SSL with a pkcs11 token|
|37084|Ass|Nor|2005-10-14|JspC from ant fails on JSPs that use custom taglib|
|37334|Inf|Enh|2005-11-02|Realm digest property not aligned with the adminis|
|37449|Opn|Enh|2005-11-10|Two UserDatabaseRealm break manager user  |
|37458|Ass|Nor|2005-11-10|Datarace on org.apache.catalina.loader.WebappClass|
|37485|Inf|Enh|2005-11-14|I'd like to run init SQL after JDBC Connection cre|
|37498|New|Nor|2005-11-14|[PATCH] NPE in org.apache.catalina.core.ContainerB|
|37515|Opn|Nor|2005-11-15|smap not generated by JspC when used from Ant for |
|37627|Inf|Nor|2005-11-24|Slow and incomplete dynamic content generation aft|
|37785|Inf|Nor|2005-12-05|Changing startup type via Tomcat Monitor does not |
|37794|Opn|Nor|2005-12-05|getParameter() fails on POST with transfer-encodin|
|37797|Inf|Maj|2005-12-05|Configure Tomcat utility truncates classpath to 96|
|37847|Ass|Enh|2005-12-09|Allow User To Optionally Specify Catalina Output F|
|37869|Opn|Nor|2005-12-12|Cannot obtain client certificate with SSL / client|
|37984|New|Nor|2005-12-21|JNDIRealm.java not able to handle MD5 password|
|38197|Opn|Maj|2006-01-09|taglib pool bug when tag is used with jsp:attribut|
|38216|Inf|Enh|2006-01-10|Extend Jmxproxy to allow call of MBean Operations |
|38217|Ver|Enh|2006-01-10|mention that private key password and keystore pas|
|38268|Inf|Enh|2006-01-13|User friendly: Need submit button on adding/deleti|
|38352|Inf|Nor|2006-01-22|Additional Entries for Default catalina.policy fil|
|38360|Inf|Enh|2006-01-24|Domain for session cookies|
|38483|New|Nor|2006-02-01|access log valve uses simpledateformat in tread-un|
|38484|New|Min|2006-02-01|webapps Admin: Invalid path /login was requested  |
|38516|Inf|Nor|2006-02-05|Configuration Manager loses "Log On" settings |
|38546|Inf|Enh|2006-02-07|Google bot sends invalid If-Modifed-Since Header, |
|38553|New|Nor|2006-02-07|Wrong HTTP code for failed CLIENT-CERT authenticat|
|38570|New|Nor|2006-02-08|if docBase path contains "webapps", a backslash is|
|38577|Inf|Enh|2006-02-08|Enhance logging of security failures  |
|38630|Inf|Maj|2006-02-13|Environment (java:comp/env/) sometimes not availab|
|38713|Ass|Nor|2006-02-20|java.io.IOException: tmpFile.renameTo(classFile) f|
|38743|New|Min|2006-02-21|when using APR, JKS options are silently ignored  |
|38797|Opn|Nor|2006-02-27|5.5.12 and 5.5.15 emit different code on  |
|41007|Opn|Enh|