issue_id
int64
2.03k
426k
title
stringlengths
9
251
body
stringlengths
1
32.8k
status
stringclasses
6 values
after_fix_sha
stringlengths
7
7
updated_files
stringlengths
29
34.1k
project_name
stringclasses
6 values
repo_url
stringclasses
6 values
repo_name
stringclasses
6 values
language
stringclasses
1 value
issue_url
null
before_fix_sha
null
pull_url
null
commit_datetime
timestamp[us, tz=UTC]
report_datetime
timestamp[us, tz=UTC]
48,267
Bug 48267 Patch to fix generics in javax packages
null
resolved fixed
632e68c
["java/javax/annotation/Resource.java", "java/javax/ejb/EJB.java", "java/javax/el/BeanELResolver.java", "java/javax/el/ELContext.java", "java/javax/el/ListELResolver.java", "java/javax/el/MapELResolver.java", "java/javax/el/ResourceBundleELResolver.java", "java/javax/xml/ws/WebServiceRef.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-27T17:14:16Z
2009-11-23T18:13:20Z
48,266
Bug 48266 Patch to fix generics in catalina
null
resolved fixed
21cd308
["java/org/apache/catalina/ant/jmx/JMXAccessorTask.java", "java/org/apache/catalina/connector/Request.java", "java/org/apache/catalina/core/StandardPart.java", "java/org/apache/catalina/ha/backend/CollectedInfo.java", "java/org/apache/catalina/ha/session/BackupManager.java", "java/org/apache/catalina/ha/tcp/Replication...
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-25T01:00:07Z
2009-11-23T18:13:20Z
47,836
Bug 47836 TldConfig keeps an internal list of ApplicationListeners
null
resolved fixed
92e53f3
["java/org/apache/catalina/core/StandardContext.java", "java/org/apache/catalina/startup/TldConfig.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-24T01:27:40Z
2009-09-14T12:06:40Z
48,239
Bug 48239 HexUtils exposes public array
null
resolved fixed
55e5052
["java/org/apache/coyote/ajp/AjpAprProcessor.java", "java/org/apache/coyote/ajp/AjpProcessor.java", "java/org/apache/coyote/http11/Http11AprProcessor.java", "java/org/apache/coyote/http11/Http11NioProcessor.java", "java/org/apache/coyote/http11/Http11Processor.java", "java/org/apache/coyote/http11/filters/ChunkedInputF...
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-23T00:36:10Z
2009-11-19T11:26:40Z
48,248
Bug 48248 tribes.group.interceptors.MessageDispatchInterceptor.run should be volatile
org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor.run should be volatile, as it is used to communicate between running threads.
resolved fixed
a524187
["java/org/apache/catalina/tribes/group/GroupChannel.java", "java/org/apache/catalina/tribes/group/interceptors/MessageDispatchInterceptor.java", "java/org/apache/catalina/tribes/group/interceptors/TcpPingInterceptor.java", "java/org/apache/catalina/tribes/membership/McastServiceImpl.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-23T00:31:43Z
2009-11-20T09:40:00Z
48,249
Bug 48249 org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller.run <= volatile
org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller.run should be volatile, as it is used to communicate between running threads.
resolved fixed
c7d7ba2
["java/org/apache/tomcat/util/net/NioBlockingSelector.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-23T00:28:03Z
2009-11-20T09:40:00Z
48,049
Bug 48049 org.apache.naming.NamingContext's destroySubcontext() method doesn't invoke itself recursively, but invoke unbind() method
Below is the original implementation of destroySubcontext(Name name) method: public void destroySubcontext(Name name) throws NamingException { checkWritable(); while ((!name.isEmpty()) && (name.get(0).length() == 0)) name = name.getSuffix(1); if (name.isEmpty()) throw new NamingException (sm.getString("namingContext.in...
resolved fixed
af8a612
["java/org/apache/naming/NamingContext.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-22T22:56:53Z
2009-10-25T11:26:40Z
47,799
Bug 47799 Domain does not work in Membership and DomainFilterInterceptor.
null
resolved fixed
94c643b
["java/org/apache/catalina/tribes/group/interceptors/DomainFilterInterceptor.java", "java/org/apache/catalina/tribes/membership/McastService.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-22T22:37:43Z
2009-09-08T06:06:40Z
47,462
Bug 47462 The annotation doesn't become effective.(metadata-complete="false" is not effective.)
null
resolved fixed
04b0838
["java/org/apache/catalina/startup/WebRuleSet.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-22T20:49:04Z
2009-07-01T06:33:20Z
47,997
Bug 47997 NamingContextListener fails to add itself as a PropertyChangeListener to all namingResources
null
resolved fixed
58162ed
["java/org/apache/catalina/core/NamingContextListener.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-22T19:59:51Z
2009-10-14T22:40:00Z
47,718
Bug 47718 ManagerBase leaks fd to /dev/urandom when context stopped
On operating systems where /dev/urandom exists, org.apache.catalina.session.ManagerBase will use it as a source of data for getRandomBytes(). If you stop a context or undeploy a host, the number of file descriptors that have /dev/urandom open tomcat remains constant. For example, if you use the manager application to s...
resolved fixed
ae5c640
["java/org/apache/catalina/session/ManagerBase.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-22T19:39:33Z
2009-08-20T17:40:00Z
48,252
Bug 48252 StackOverflowError in NioEndpoint.setProperty when setting jkHome
- Noticed only when running in debugger with breakpoint set for StackOverflowError. - The error is translated by Java's reflection mechanism to an InvocationTargetException, which is caught and silently ignored by IntrospectionUtils. - Connector.initialize() sets jkHome property on Http11NioProtocol. - Http11NioProtoco...
resolved fixed
c0cb61b
["java/org/apache/tomcat/util/IntrospectionUtils.java", "java/org/apache/tomcat/util/net/AbstractEndpoint.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-20T16:57:31Z
2009-11-20T12:26:40Z
48,234
Bug 48234 org.apache.catalina.core.ContainerBase.getLogger() not thread-safe?
org.apache.catalina.core.ContainerBase.getLogger() is not synchronised, yet all the other methods which access org.apache.catalina.core.ContainerBase.logger are synch. This seems wrong. org.apache.catalina.core.ContainerBase.logger should probably be private to prevent unsynch. access by subclasses. Similar considerati...
resolved fixed
c53173b
["java/org/apache/catalina/core/ContainerBase.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-19T02:01:57Z
2009-11-18T21:33:20Z
48,172
Bug 48172 JspRuntimeContext synch. problems.
JspRuntimeContext.jspReloadCount is synchronised when updated, but not when read by getJspReloadCount(). If the instance is accessed from multiple threads, then the returned value may not be the current value, it could be arbitrarily stale. If this is acceptable, then the Javadoc should say so; otherwise the getter nee...
resolved fixed
242b6a3
["java/org/apache/jasper/compiler/JspRuntimeContext.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-18T23:33:57Z
2009-11-11T09:00:00Z
48,197
Bug 48197 XByteBuffer: privatize public fields; fix Javadoc
null
resolved fixed
a1cb0c3
["java/org/apache/catalina/tribes/io/XByteBuffer.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-18T23:22:13Z
2009-11-14T12:00:00Z
48,230
Bug 48230 Unused imports
null
resolved fixed
84d49a0
["java/org/apache/catalina/Authenticator.java", "java/org/apache/catalina/authenticator/FormAuthenticator.java", "java/org/apache/tomcat/util/net/NioEndpoint.java", "modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/TestSuspectTimeout.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-18T23:10:53Z
2009-11-18T18:46:40Z
48,217
Bug 48217 Loggers should be final
null
resolved fixed
0d7263a
["java/org/apache/coyote/http11/AbstractHttp11Protocol.java", "java/org/apache/coyote/http11/Http11NioProtocol.java", "java/org/apache/coyote/http11/Http11Protocol.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-18T12:10:12Z
2009-11-17T20:33:20Z
48,196
Bug 48196 Public arrays that should be private
null
resolved fixed
38f52b5
["java/org/apache/catalina/startup/Tomcat.java", "java/org/apache/catalina/tribes/group/interceptors/TwoPhaseCommitInterceptor.java", "java/org/apache/catalina/util/HexUtils.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-17T23:03:43Z
2009-11-14T12:00:00Z
48,176
Bug 48176 Fields that should be final
null
resolved fixed
16c4534
["java/org/apache/catalina/tribes/io/BufferPool.java", "java/org/apache/jasper/compiler/ServletWriter.java", "modules/tomcat-lite/java/org/apache/tomcat/util/http/MimeMap.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-17T23:00:31Z
2009-11-11T11:46:40Z
48,175
Bug 48175 Loggers should be final
null
resolved fixed
799b934
["java/org/apache/catalina/core/ApplicationFilterConfig.java", "java/org/apache/catalina/core/ContainerBase.java", "java/org/apache/catalina/core/StandardHost.java", "java/org/apache/catalina/core/StandardWrapper.java", "java/org/apache/catalina/ha/ClusterListener.java", "java/org/apache/catalina/ha/context/ReplicatedC...
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-17T22:59:34Z
2009-11-11T11:46:40Z
48,174
Bug 48174 org.apache.tomcat.jni.Address.APR_ANYADDR should be final
org.apache.tomcat.jni.Address.APR_ANYADDR should be final
resolved fixed
57571a7
["java/org/apache/tomcat/jni/Address.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-17T22:47:39Z
2009-11-11T11:46:40Z
48,173
Bug 48173 org.apache.catalina.tribes.io.ChannelData.EMPTY_DATA_ARRAY should be final
org.apache.catalina.tribes.io.ChannelData.EMPTY_DATA_ARRAY should be final
resolved fixed
e5ae1bc
["java/org/apache/catalina/tribes/io/ChannelData.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-17T22:46:41Z
2009-11-11T11:46:40Z
48,151
Bug 48151 Java files that don't have AL headers
null
resolved fixed
5447621
["java/org/apache/catalina/startup/DefaultJarScanner.java", "java/org/apache/tomcat/JarScannerCallback.java", "modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/TestConcurrency.java", "modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/TestException.java", "modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/driver/Res...
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-17T22:44:58Z
2009-11-06T06:46:40Z
48,150
Bug 48150 some misspellings I found in the "javax.servlet" package
null
resolved fixed
7849435
["java/javax/servlet/GenericServlet.java", "java/javax/servlet/http/HttpServlet.java", "java/javax/servlet/jsp/JspWriter.java", "java/javax/servlet/jsp/PageContext.java", "java/javax/servlet/jsp/SkipPageException.java", "java/javax/servlet/jsp/tagext/JspFragment.java", "java/javax/servlet/jsp/tagext/PageData.java", "ja...
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-17T22:35:41Z
2009-11-06T06:46:40Z
48,149
Bug 48149 some misspellings I found in the "org.apache.coyote" package and "org.apache.el" package
null
resolved fixed
39a78f4
["java/org/apache/coyote/ActionCode.java", "java/org/apache/coyote/ProtocolHandler.java", "java/org/apache/coyote/Request.java", "java/org/apache/coyote/RequestGroupInfo.java", "java/org/apache/coyote/RequestInfo.java", "java/org/apache/coyote/Response.java", "java/org/apache/coyote/ajp/AjpAprProcessor.java", "java/org...
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-17T22:33:58Z
2009-11-06T06:46:40Z
48,148
Bug 48148 some misspellings I found in the "org.apache.jasper" package and "org.apache.juli" package
null
resolved fixed
6ce7032
["java/org/apache/jasper/Constants.java", "java/org/apache/jasper/EmbeddedServletOptions.java", "java/org/apache/jasper/JasperException.java", "java/org/apache/jasper/JspC.java", "java/org/apache/jasper/JspCompilationContext.java", "java/org/apache/jasper/Options.java", "java/org/apache/jasper/compiler/Collector.java",...
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-17T22:31:47Z
2009-11-06T06:46:40Z
48,147
Bug 48147 some misspellings I can find in the "org.apache.naming" package
null
resolved fixed
21e86e6
["java/org/apache/naming/NamingEntry.java", "java/org/apache/naming/NamingService.java", "java/org/apache/naming/NamingServiceMBean.java", "java/org/apache/naming/ResourceRef.java", "java/org/apache/naming/factory/EjbFactory.java", "java/org/apache/naming/factory/OpenEjbFactory.java", "java/org/apache/naming/factory/Re...
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-17T22:27:58Z
2009-11-06T04:00:00Z
48,146
Bug 48146 some misspellings I can find in the "org.apache.tomcat" package
null
resolved fixed
ed97da7
["java/org/apache/tomcat/jni/BIOCallback.java", "java/org/apache/tomcat/jni/Directory.java", "java/org/apache/tomcat/jni/File.java", "java/org/apache/tomcat/jni/Local.java", "java/org/apache/tomcat/jni/OS.java", "java/org/apache/tomcat/jni/Poll.java", "java/org/apache/tomcat/jni/Pool.java", "java/org/apache/tomcat/jni/...
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-17T22:24:42Z
2009-11-06T04:00:00Z
48,143
Bug 48143 Javadoc fixes
null
resolved fixed
c52b1ba
["java/javax/servlet/SessionCookieConfig.java", "java/org/apache/catalina/ant/jmx/JMXAccessorCreateTask.java", "java/org/apache/catalina/core/ApplicationFilterChain.java", "java/org/apache/catalina/core/StandardContextValve.java", "java/org/apache/catalina/core/StandardEngineValve.java", "java/org/apache/catalina/core/...
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-17T22:13:30Z
2009-11-05T16:53:20Z
48,139
Bug 48139 Tomcat Javadoc and unthrown exception fixes
null
resolved fixed
ab3620c
["java/org/apache/catalina/startup/Tomcat.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-05T19:12:14Z
2009-11-05T14:06:40Z
48,137
Bug 48137 some misspellings I can find in the "org.apache.catalina" package
null
resolved fixed
18c0edc
["java/org/apache/catalina/Cluster.java", "java/org/apache/catalina/CometEvent.java", "java/org/apache/catalina/CometProcessor.java", "java/org/apache/catalina/Context.java", "java/org/apache/catalina/Host.java", "java/org/apache/catalina/Pipeline.java", "java/org/apache/catalina/ant/BaseRedirectorHelperTask.java", "ja...
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-05T19:08:42Z
2009-11-05T11:20:00Z
48,135
Bug 48135 ServiceRefFactory: impossible null check of serviceInterfaceClass
The ServiceRefFactory class performs an impossible null check of serviceInterfaceClass at line 238: 237: Class[] serviceInterfaces = serviceInterfaceClass.getInterfaces(); 238: if (serviceInterfaceClass != null) { If it were null, line 237 would generate an NPE.
resolved fixed
97ccffd
["java/org/apache/naming/factory/webservices/ServiceProxy.java", "java/org/apache/naming/factory/webservices/ServiceRefFactory.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-05T18:41:30Z
2009-11-05T08:33:20Z
48,133
Bug 48133 misspellings in the javadoc and comment of the various classes in the package of "org.apache.core"
null
resolved fixed
9204e4d
["java/org/apache/catalina/core/ApplicationDispatcher.java", "java/org/apache/catalina/core/ApplicationFilterFactory.java", "java/org/apache/catalina/core/ApplicationHttpRequest.java", "java/org/apache/catalina/core/ContainerBase.java", "java/org/apache/catalina/core/StandardContext.java", "java/org/apache/catalina/cor...
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-05T18:18:53Z
2009-11-05T00:13:20Z
48,131
Bug 48131 Add @deprecated annotations to deprecated elements
null
resolved fixed
a3fa5d3
["java/javax/servlet/ServletContext.java", "java/javax/servlet/ServletRequest.java", "java/javax/servlet/ServletRequestWrapper.java", "java/javax/servlet/SingleThreadModel.java", "java/javax/servlet/UnavailableException.java", "java/javax/servlet/http/HttpServletRequest.java", "java/javax/servlet/http/HttpServletReques...
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-05T00:46:07Z
2009-11-04T18:40:00Z
48,123
Bug 48123 4 misspellings in the javadoc of class "org.apache.catalina.startup.WebRuleSet"
No.1 Line: 99 /** * Construct an instance of this <code>RuleSet</code> with the default * matching pattern prefix and default fargment setting. */ public WebRuleSet() { 'fragment' was misspelled as 'fargment' No.2 Line: 614 /** * Rule to check that the <code>login-config</code> is occuring * only 1 time within the web....
resolved fixed
363b79a
["java/org/apache/catalina/startup/WebRuleSet.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-05T00:34:33Z
2009-11-04T07:33:20Z
48,121
Bug 48121 2 misspellings in the javadoc of class "org.apache.catalina.startup.TldConfig"
No.1 Line 194: /** * Attribute value used to turn on/off TLD namespace awarenes. */ private boolean tldNamespaceAware = false; 'awareness' was misspelled as 'awarenes' No.2 Line 261 /** * Get the server.xml &lt;host&gt; attribute's xmlNamespaceAware. * @return true if namespace awarenes is enabled. * */ public boolean ...
resolved fixed
5d9f68b
["java/org/apache/catalina/startup/TldConfig.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-05T00:30:25Z
2009-11-04T07:33:20Z
48,120
Bug 48120 one misspelling in the javadoc of class "org.apache.catalina.startup.SetNextNamingRule"
Line 50: /** * Construct a "set next" rule with the specified method name. * * @param methodName Method name of the parent method to call * @param paramType Java class of the parent method's argument * (if you wish to use a primitive type, specify the corresonding * Java wrapper class instead, such as <code>java.lang.B...
resolved fixed
7508847
["java/org/apache/catalina/startup/SetNextNamingRule.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-05T00:28:09Z
2009-11-04T07:33:20Z
48,117
Bug 48117 two misspellings in the javadoc of class "org.apache.catalina.startup.ContextConfig"
in protected synchronized void stop(): (Line: 1059) // Removing sercurity role 'security' is misspelled to 'sercurity' in protected InputSource getWebXmlSource(String filename, String path): (Line: 1354) /** * * @param filename Name of the file (possibly with one or more leading path * segemnts) to read * @param path L...
resolved fixed
b6df018
["java/org/apache/catalina/startup/ContextConfig.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-05T00:26:28Z
2009-11-04T07:33:20Z
48,119
Bug 48119 5 misspellings in the javadoc of class "org.apache.catalina.startup.HostConfig'
No.1 Line 146: /** * Attribute value used to turn on/off XML namespace awarenes. */ protected boolean xmlNamespaceAware = false; 'awareness' was misspelled as 'awarenes' No.2 Line 268: /** * Get the server.xml &lt;host&gt; attribute's xmlNamespaceAware. * @return true if namespace awarenes is enabled. * */ public boole...
resolved fixed
07e5982
["java/org/apache/catalina/startup/HostConfig.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-04T13:26:33Z
2009-11-04T07:33:20Z
48,118
Bug 48118 two misspellings in the javadoc of class "org.apache.catalina.startup.Embeded"
Line: 230 /** * Return true if redirction of standard streams is enabled. */ public boolean isRedirectStreams() { return (this.redirectStreams); } 'redirection' was misspelled to 'redirction' Line: 875 /** Initialize naming - this should only enable java:env and root naming. * If tomcat is embeded in an application tha...
resolved fixed
ae16eb2
["java/org/apache/catalina/startup/Embedded.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-04T13:13:41Z
2009-11-04T07:33:20Z
46,947
Bug 46947 Code cleanup patch that removes some obsolete null checks
null
resolved fixed
6908b18
["java/org/apache/catalina/ant/jmx/JMXAccessorTask.java", "java/org/apache/catalina/tribes/transport/bio/BioReceiver.java", "java/org/apache/catalina/valves/JDBCAccessLogValve.java", "java/org/apache/tomcat/util/net/NioBlockingSelector.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-04T00:54:02Z
2009-03-31T17:20:00Z
48,102
Bug 48102 'Bootstrap' is misspelled as 'Boostrap' in the javadoc of the class of 'org.apache.catalina.startup.Bootstrap'
Below is the javadoc of the class of 'org.apache.catalina.startup.Bootstrap': /** * Boostrap loader for Catalina. This application constructs a class loader * for use in loading the Catalina internal classes (by accumulating all of the * JAR files found in the "server" directory under "catalina.home"), and * starts the...
resolved fixed
c060034
["java/org/apache/catalina/startup/Bootstrap.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-03T00:16:42Z
2009-11-02T08:20:00Z
48,104
Bug 48104 the javadoc of class 'org.apache.catalina.startup.Catalina' is not complete, as in the usage() method
Below is the javadoc of class 'org.apache.catalina.startup.Catalina': /** * Startup/Shutdown shell program for Catalina. The following command line * options are recognized: * <ul> * <li><b>-config {pathname}</b> - Set the pathname of the configuration file * to be processed. If a relative path is specified, it will be...
resolved fixed
481cfe9
["java/org/apache/catalina/startup/Catalina.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-03T00:14:11Z
2009-11-02T08:20:00Z
47,881
Bug 47881 org.apache.catalina.startup.Bootstrap's main method handles 'startd' or 'stopd' wrongly
String command = "start"; if (args.length > 0) { command = args[args.length - 1]; } if (command.equals("startd")) { args[0] = "start"; daemon.load(args); daemon.start(); } else if (command.equals("stopd")) { args[0] = "stop"; daemon.stop(); } ... ... should be: String command = "start"; if (args.length > 0) { command =...
resolved fixed
3ef0f21
["java/org/apache/catalina/startup/Bootstrap.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-02T11:00:01Z
2009-09-20T23:40:00Z
47,331
Bug 47331 No translation error messag when using #{...} in template text
null
resolved fixed
f3b04b4
["java/org/apache/jasper/compiler/Validator.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-02T00:30:55Z
2009-06-08T05:46:40Z
47,451
Bug 47451 NPE if response contains null content-encoding header
null
resolved fixed
14084ac
["java/org/apache/catalina/connector/Response.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-01T22:53:29Z
2009-06-29T18:26:40Z
47,364
Bug 47364 HttpServletRequest.getAttributeNames() does not return the names of all attributes
In an email exchange that involved Ranier (see attachment), he suggested I log this in Bugzilla, so I am. I was using Tomcat 6.0.20 on Windows XP SP3 with the latest Java 6 JVM. In the doGet method of a servlet, I was trying to see all request attributes to see if the "sendfile supported" attribute was set (specificall...
resolved fixed
7fc56b4
["java/org/apache/catalina/connector/Request.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-11-01T18:35:02Z
2009-06-12T18:06:40Z
48,009
Bug 48009 Editing context.xml may cause unwanted undeploy of a webapp
Tomcat polls context.xml files for changes. If a previously-existing context.xml is missing at the instant Tomcat polls, then the application is undeployed. Some text editors (notably vi and its derivatives) create backup files by: 1) Renaming the original file, then 2) creating a new file and writing the edited conten...
resolved fixed
d55f1d9
["java/org/apache/catalina/startup/HostConfig.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-10-21T20:53:47Z
2009-10-16T05:13:20Z
48,019
Bug 48019 StackOverflowError on "include"
JSP file name: /common/headers.jsp It's cotent: <% // example: <%@ include file="/common/headers.jsp" % > %> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Cache-Control" content="no-store" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="0" ...
resolved fixed
deac657
["java/org/apache/jasper/compiler/Parser.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-10-21T20:43:21Z
2009-10-17T11:46:40Z
40,001
Bug 40001 HTML pages should not use GET to restart web-apps.
null
resolved fixed
99f01fd
["java/org/apache/catalina/manager/Constants.java", "java/org/apache/catalina/manager/HTMLManagerServlet.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-10-10T21:54:54Z
2006-07-10T19:33:20Z
47,320
Bug 47320 Decoding jsessionid bug on z/os
If you receive a rewritten URL on z/os with uss (unix on a mainframe), Tomcat does not properly decode the jsessionid portion of the URL. The problem is in org.apache.catalina.connector.CoyoteAdapter in the parseSessionId method. The two instantiations of a String object do not specify the encdoding to use. e.g. String...
resolved fixed
0f99904
["java/org/apache/catalina/connector/CoyoteAdapter.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-09-27T16:48:23Z
2009-06-05T13:53:20Z
47,499
Bug 47499 provide better insight on BindException: Cannot assign requested address
1) cite the address you attempt to listen (not just the port) 2) proper exception chaining the following info is currently lost: <<java.net.BindException: Cannot assign requested address at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359) at java.net.ServerSo...
resolved fixed
73bb9e4
["java/org/apache/tomcat/util/net/JIoEndpoint.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-09-22T21:16:54Z
2009-07-09T03:26:40Z
47,866
Bug 47866 NullPointerException in embedded tomcat
It seems that the WebappClassLoader was stopped? {noformat} Caused by: java.lang.NullPointerException at org.apache.catalina.loader.WebappClassLoader.findResources(WebappClassLoader.java:994) at java.lang.ClassLoader.getResources(ClassLoader.java:1016) {noformat} All I did was launch a server add a context and then ask...
resolved wontfix
189181a
["test/org/apache/catalina/startup/TestTomcat.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-09-21T10:54:36Z
2009-09-18T05:00:00Z
47,225
Bug 47225 Wrong argument in redirectPath.setChars in Mapper.internalMapWrapper()
null
resolved fixed
a31d52f
["java/org/apache/tomcat/util/http/mapper/Mapper.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-09-16T21:17:11Z
2009-05-20T00:40:00Z
47,161
Bug 47161 Manager ignores executors on status pages
When displaying the thread pools, the StatusManagerServlet ignores executors and uses the 'standard' ThreadPool information for each connector. This causes incorrect information to be displayed when a connector is configured to use an executor. On a related topic, it appears that the connector<->executor link is not ex...
resolved fixed
aaf7b5d
["java/org/apache/tomcat/util/net/AbstractEndpoint.java", "java/org/apache/tomcat/util/threads/ResizableExecutor.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-09-15T21:06:14Z
2009-05-06T11:40:00Z
46,950
Bug 46950 SSL renegotiation does not occur when resource with CLIENT-CERT auth is requested
When a part of a webapp requires an SSL connection with a client certificate there should be an SSL renegotiation to request a client certificate from the browser. This is the configuration I added to an webapp that already uses an SSL connector: <login-config id="LoginConfig_1"> <auth-method>CLIENT-CERT</auth-method> ...
resolved fixed
e9248d7
["java/org/apache/catalina/core/AprLifecycleListener.java", "java/org/apache/coyote/http11/Http11AprProcessor.java", "java/org/apache/tomcat/jni/SSLSocket.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-09-15T17:50:54Z
2009-04-01T10:00:00Z
47,828
Bug 47828 Change Tomcat.setSilent() to setSilent(boolean)
Change Tomcat.setSilent() to setSilent(boolean). It's nicer for clients to have a JavaBean type setter, and it doesn't seem to make sense that you can set something but not unset it.
resolved fixed
59e88f1
["java/org/apache/catalina/startup/Tomcat.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-09-15T10:38:23Z
2009-09-12T04:33:20Z
47,820
Bug 47820 Static utility methods in Tomcat should be instance methods
Why are the static addServlet() methods in Tomcat static? I can see they don't use any state from the instance, but isn't it cleaner to use an instance method, so that the API is uniform (everything I want to do to a tomcat instance goes through the instance)? It would be more consistent to follow the pattern of addSer...
resolved fixed
6cce550
["java/org/apache/catalina/startup/Tomcat.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-09-15T10:26:32Z
2009-09-11T06:20:00Z
47,826
Bug 47826 a logging statement error in org.apache.catalina.startup.Bootstrap.java
// Local repository boolean replace = false; String before = repository; while ((i=repository.indexOf(CATALINA_HOME_TOKEN))>=0) { replace=true; if (i>0) { repository = repository.substring(0,i) + getCatalinaHome() + repository.substring(i+CATALINA_HOME_TOKEN.length()); } else { repository = getCatalinaHome() + reposito...
resolved fixed
720de5e
["java/org/apache/catalina/startup/Bootstrap.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-09-12T16:13:14Z
2009-09-11T23:00:00Z
47,705
Bug 47705 ArithmeticException: / by zero when expiring sessions via manager
Received ArithmeticException: / by zero when expiring sessions via Tomcat manager webapp. This exception was thrown only if session-timeout is set as -1 on webapp web.xml. Moreover, the exception was also thrown regardless of the idle parameter value (/expire?path=/xxx&idle=mm) as long as session-timeout = -1. Result: ...
resolved fixed
6ab874a
["java/org/apache/catalina/manager/ManagerServlet.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-08-31T14:17:37Z
2009-08-19T05:33:20Z
47,378
Bug 47378 welcome-file ignores servlet mapping
Web applications that use a servlet mapping for their welcome-file are ignored and the server returns either a directory listing or a 404 if the listing is disabled. I have JSF servlet defined and a servlet-mapping for *.jsf to go to the FacesServlet. I have "index.jsf" listed as by welcome-file and I get a 404 with di...
resolved fixed
fe53ca9
["java/org/apache/tomcat/util/http/mapper/Mapper.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-08-31T13:59:00Z
2009-06-16T16:33:20Z
47,612
Bug 47612 [PATCH] fix unsafe public string array in AbstractCreateStatementInterceptor
null
resolved fixed
4f5a5e4
["modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/interceptor/AbstractCreateStatementInterceptor.java", "modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/interceptor/AbstractQueryReport.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-08-05T16:19:34Z
2009-07-30T21:40:00Z
47,583
Bug 47583 Fix occasional test failure in TestConcurrency
null
resolved fixed
278dedc
["modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/TestConcurrency.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-07-30T19:40:54Z
2009-07-26T12:06:40Z
47,576
Bug 47576 Javadoc errors - Exception name misspelt
The files FairBlockingQueue.java MultiLockFairBlockingQueue.java use * @throws UnsupportedOperation This should be * @throws UnsupportedOperationException
resolved fixed
abbb922
["modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/FairBlockingQueue.java", "modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/MultiLockFairBlockingQueue.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-07-30T18:13:36Z
2009-07-24T21:13:20Z
47,569
Bug 47569 Test cases do not clear up afterwards
Some of the test cases (e.g. TestTomcat) start a Tomcat server, This creates the directory tree tomcat.8080/work... which is not deleted when the test finishes.
resolved fixed
a9e00d5
["test/org/apache/catalina/connector/TestRequest.java", "test/org/apache/catalina/startup/TestTomcat.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-07-30T18:10:35Z
2009-07-23T17:26:40Z
47,568
Bug 47568 TestTomcat fails to delete work directory
TestTomcat.setUp() creates a work directory, but does not delete it in tearDown()
resolved fixed
cfb18a0
["test/org/apache/catalina/startup/TestTomcat.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-07-30T07:01:13Z
2009-07-23T17:26:40Z
41,824
Bug 41824 Unable to use nested type in TLD
null
resolved fixed
768af9f
["java/org/apache/jasper/compiler/JspUtil.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-07-24T19:06:54Z
2007-03-12T14:33:20Z
46,907
Bug 46907 Jasper with log4j in web-app classpath and debug level enabled prevents reading HTTP POST stream from JSP
This is on Tomcat 5.5.x (don't remember the last rev. number, not my current machine). When log4j is in the classpath of the web-app and is configured to log at debug level, Jasper dumps the whole HTTP POST request body as debug traces. This consumes the HttpServletRequest input stream which then arrives unusable for t...
resolved fixed
50d0e6e
["java/org/apache/jasper/servlet/JspServlet.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-07-23T17:48:56Z
2009-03-24T18:40:00Z
47,518
Bug 47518 Valve Interface Javadocs for invoke method references non-existent method
It appears that the Valve interface javadoc hasn't been updated since around TC 5.5. Here is a snip of what it currently available from TC's website (6.0.20 I would guess): " # If the corresponding Response was not generated (and control was not returned, call the next Valve in the pipeline (if there is one) by executi...
resolved fixed
9dc93f5
["java/org/apache/catalina/Valve.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-07-21T06:24:58Z
2009-07-13T10:13:20Z
41,059
Bug 41059 WebAppClassLoader clearReferences code break running threads
When the WebAppClassLoader stops it manually sets all static and final variables to null in the clearReferences method. This results in NPEs for any thread that was not stopped and not expecting its final or static variables to be null. This is particularly a problem with hot deploys since the unload fails and terminat...
resolved fixed
a9f0239
["java/org/apache/catalina/loader/WebappClassLoader.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-07-17T17:19:59Z
2006-11-28T16:06:40Z
40,551
Bug 40551 Sticky sessions using PersistentManager enter indeterminate state on node failover
If a cluster of nodes is being load balanced with sticky sessions, and a particular node becomes unavailable, any sessions bound to that node must be redistributed. Particularly in the case of mod_jk these sessions will not be bound to whichever node the failover occurred on because the jessionid will still contain the...
resolved fixed
f0d447d
["java/org/apache/catalina/ha/session/JvmRouteBinderValve.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-07-16T20:07:19Z
2006-09-20T05:26:40Z
47,515
Bug 47515 Tomcat can't replicate session when it is started.
null
resolved fixed
83e98da
["java/org/apache/catalina/ha/session/DeltaManager.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-07-16T14:12:16Z
2009-07-13T01:53:20Z
40,380
Bug 40380 Potential syncro problem in StandardSession.expire(boolean)
public void expire(boolean notify) { // Mark this session as "being expired" if needed if (expiring) return; // No man's land here synchronized (this) { if (manager == null) return; expiring = true;
resolved fixed
6f3e56e
["java/org/apache/catalina/session/StandardSession.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-07-14T17:22:47Z
2006-09-01T00:20:00Z
47,524
Bug 47524 McastServiceImpl executor is not dispatching events.
null
resolved fixed
aa8a2d3
["java/org/apache/catalina/tribes/membership/McastServiceImpl.java", "java/org/apache/catalina/tribes/transport/ReceiverBase.java", "java/org/apache/catalina/tribes/util/ExecutorFactory.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-07-14T14:46:34Z
2009-07-14T11:13:20Z
39,231
Bug 39231 The JAAS contract for LoginModule is broken
The issue is that the custom JAAS's LoginModule.logout() method is never called. I guess this has been never implemented correctly (at least since Tomcat 5.5.9). The thing is that according to the JAAS spec, the LoginContext.logout() is supposed to invoke the logout method for each LoginModule configured for this Login...
resolved fixed
80f8ec6
["java/org/apache/catalina/realm/GenericPrincipal.java", "java/org/apache/catalina/realm/JAASRealm.java", "java/org/apache/catalina/session/StandardSession.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-07-07T16:33:02Z
2006-04-07T00:33:20Z
47,478
Bug 47478 DeltaSession ignores notifyListenersOnReplication when BackupManager is used.
null
resolved fixed
c1099f7
["java/org/apache/catalina/ha/session/DeltaSession.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-07-06T15:45:32Z
2009-07-06T06:00:00Z
37,933
Bug 37933 Bugs in Tomcat
null
resolved fixed
202a33e
["java/org/apache/jasper/compiler/Generator.java", "java/org/apache/jasper/compiler/PageInfo.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-07-05T11:30:22Z
2005-12-16T10:46:40Z
37,984
Bug 37984 JNDIRealm.java not able to handle MD5 password
I'm using JNDIRealm to authenticate to OpenLDAP 2.2.28. Within OpenLDAP I've configured the userPassword attribute for each user to contain the MD5 digest, and each is prefixed with the string "{MD5}". I am not an LDAP expert by any means but I believe this prefix is a standard convention. Anyway assuming this is a con...
resolved fixed
c6818a0
["java/org/apache/catalina/realm/JNDIRealm.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-07-01T22:13:33Z
2005-12-21T10:13:20Z
47,440
Bug 47440 Remove DB-specific SQL statements from test cases (SELECT 1)
Some of the test cases assume that the JDBC provider supports "SELECT 1" as a valid SQL statement; however this is not always the case, e.g. Derby requires a table name to select from. The solution provided in the patches is to use the validation query defined in the properties set up for the test, rather than always u...
resolved fixed
d92da6e
["modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/CheckOutThreadTest.java", "modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/DefaultProperties.java", "modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/TestSlowQueryReport.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-06-29T14:36:57Z
2009-06-27T08:06:40Z
47,439
Bug 47439 PooledConnection.connect() fails to check for null connection
PooledConnection.connect() fails to check for null return from java.sql.Driver.connect() method. This can result in an NPE when the connection is used later.
resolved fixed
ef96fa2
["modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/PooledConnection.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-06-28T15:58:13Z
2009-06-27T08:06:40Z
38,352
Bug 38352 Additional Entries for Default catalina.policy file.
This patch adds additional entries to the catalina.policy file. Specifically: The catalina.base/shared directory is added and given equal permissions to catalina.home/common java.io.tmpdir is now readable. javax.servlet.context.tempdir is now readable. I think to be compliant with the spec, this must be allowed. Direct...
resolved fixed
76a4eb3
["java/org/apache/jasper/compiler/JspRuntimeContext.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-06-19T13:03:42Z
2006-01-23T01:33:20Z
47,308
Bug 47308 Cannot join in the cluster membership.
null
resolved fixed
51fd68b
["java/org/apache/catalina/tribes/membership/McastService.java", "java/org/apache/catalina/tribes/membership/McastServiceImpl.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-06-18T17:08:38Z
2009-06-03T06:20:00Z
47,389
Bug 47389 DeltaManager doesn't do the session replication. (notifySessionListenersOnReplication=false)
null
resolved fixed
c768090
["java/org/apache/catalina/ha/session/DeltaManager.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-06-18T15:27:55Z
2009-06-18T07:26:40Z
47,369
Bug 47369 DeltaRequest is never reset. (use BackupManager)
null
resolved fixed
b3e2be4
["java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-06-15T17:35:07Z
2009-06-15T07:13:20Z
47,343
Bug 47343 Fails re-deploying, when we update context.xml.
null
resolved fixed
cc1f0dd
["java/org/apache/catalina/startup/HostConfig.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-06-11T13:48:42Z
2009-06-10T07:46:40Z
47,299
Bug 47299 Cannot override StandardContext in embedding case because of StandardSession.fireContainerEvent
StandardSession.fireContainerEvent checks for the String class name! Why not just use an instanceof check here?
resolved fixed
468f370
["java/org/apache/catalina/session/StandardSession.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-06-05T21:38:44Z
2009-06-02T10:53:20Z
47,158
Bug 47158 I think AccessLogValve has race condition problem
null
resolved fixed
f00029e
["java/org/apache/catalina/valves/AccessLogValve.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-06-04T15:36:07Z
2009-05-05T19:00:00Z
47,216
Bug 47216 Possible NPE in Http11Processor.action()
The code at around line 1075: } else if (actionCode == ActionCode.ACTION_REQ_LOCAL_ADDR_ATTRIBUTE) { if (localAddr == null) localAddr = socket.getLocalAddress().getHostAddress(); fails to check if "socket != null". Since this is checked everywhere else in the method this is probably a bug. The method Http11Processor.pa...
resolved wontfix
36feee0
["java/org/apache/coyote/http11/Http11Processor.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-05-25T11:00:23Z
2009-05-18T20:53:20Z
47,234
Bug 47234 serviceStartTime is different in MemberImpl from McastServiceImpl
Hi, I'm using the tribes cluster module in my own application (which has nothing to do with tomcat) and I'm using the member alive time value to sort all the cluster members. This bug produces the following: I have 2 nodes that were started almost at the same time and both nodes claim that the other node was started be...
resolved fixed
9fa7640
["java/org/apache/catalina/tribes/membership/McastServiceImpl.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-05-21T18:35:40Z
2009-05-21T12:46:40Z
47,111
Bug 47111 do caching the resources like the docu say it (StringManager)
null
resolved wontfix
96167ed
["java/org/apache/tomcat/util/res/StringManager.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-05-02T23:36:24Z
2009-04-28T12:00:00Z
47,050
Bug 47050 StandardHostValve.status unnecessarily HTML-escapes the error message
null
resolved fixed
1ad0501
["java/org/apache/catalina/core/StandardHostValve.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-05-01T15:34:43Z
2009-04-19T05:46:40Z
47,046
Bug 47046 Shutdown does not unregister all MBeans
null
resolved fixed
54b9da9
["java/org/apache/catalina/connector/MapperListener.java", "java/org/apache/catalina/mbeans/MBeanUtils.java", "java/org/apache/catalina/mbeans/ServerLifecycleListener.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-04-29T22:47:53Z
2009-04-17T12:06:40Z
46,925
Bug 46925 Nested groups in JNDI realm with non-recursive implementation
null
resolved fixed
d04dd88
["java/org/apache/catalina/realm/JNDIRealm.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-04-27T18:54:55Z
2009-03-27T07:46:40Z
37,929
Bug 37929 invalidated session causes pageContext methods to fail
javax.servlet.http.HttpSession methods such as getAttribute(), getValue(), getAttributeNames(), getValueNames(), etc, throw an IllegalStateException if called on a session that has been invalidated. So, with the following code in a JSP page: <% session.invalidate(); Object obj = pageContext.findAttribute("foo"); %> An ...
resolved fixed
04cacaf
["java/org/apache/jasper/runtime/PageContextImpl.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-04-16T15:16:43Z
2005-12-16T08:00:00Z
47,013
Bug 47013 JSP not compiled at startup when used as a servlet
null
resolved fixed
c8cbc28
["java/org/apache/catalina/core/Constants.java", "java/org/apache/catalina/core/StandardWrapper.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-04-14T22:16:53Z
2009-04-10T13:26:40Z
42,579
Bug 42579 [Patch] JNDIRealm fails to parse absolute names
Active Directory can respond to a query with SearchResult's that are not relative. We discovered this happening with a directory hosted across many servers when the userBase was not sufficient to identify a single server. In getUserBySearch, JNDIRealm assumes that the SearchResult is relative and goes about creating a ...
resolved fixed
90e8d0d
["java/org/apache/catalina/realm/JNDIRealm.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-04-09T15:45:30Z
2007-06-04T18:00:00Z
46,354
Bug 46354 LIMIT_BUFFER setting causes arraycopy errors
null
resolved fixed
78a994a
["java/org/apache/jasper/runtime/BodyContentImpl.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-04-09T15:11:46Z
2008-12-05T15:13:20Z
46,984
Bug 46984 Server incorrectly reports a 501 error on bad method name. Should report 400 error.
null
resolved fixed
42a093b
["java/org/apache/coyote/http11/Http11AprProcessor.java", "java/org/apache/coyote/http11/Http11NioProcessor.java", "java/org/apache/coyote/http11/Http11Processor.java", "java/org/apache/coyote/http11/InternalAprInputBuffer.java", "java/org/apache/coyote/http11/InternalInputBuffer.java", "java/org/apache/coyote/http11/I...
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-04-09T13:54:05Z
2009-04-07T10:26:40Z
46,961
Bug 46961 org.apache.catalina.loader.WebappClassLoader throws exception related to Java 6 Bug 6434149
null
resolved fixed
f109fb9
["java/org/apache/catalina/loader/WebappClassLoader.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-04-09T12:54:09Z
2009-04-03T12:00:00Z
46,909
Bug 46909 <jsp:plugin> error
<jsp:plugin type="applet"> generates type="application/x-java-applet;" instead of type = "application/x-java-applet". Firefox with Java-plugin cannot display Java applets because ";" is added.
resolved fixed
80b90ee
["java/org/apache/jasper/compiler/Generator.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2009-04-09T11:46:13Z
2009-03-25T05:46:40Z