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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
49,376 | Bug 49376 Minor corrections to info properties. | The static info properties appear to contain legacy packages. | resolved fixed | e119b5b | ["java/org/apache/catalina/ha/authenticator/ClusterSingleSignOn.java", "java/org/apache/catalina/ha/authenticator/ClusterSingleSignOnListener.java", "java/org/apache/catalina/ha/session/ClusterSessionListener.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-06-06T21:31:20Z | 2010-06-03T10:13:20Z |
48,971 | Bug 48971 memory leak protection : stopping TimeThreads should be optional and disabled by default | null | resolved fixed | ac8a5ba | ["java/org/apache/catalina/core/StandardContext.java", "java/org/apache/catalina/loader/WebappClassLoader.java", "java/org/apache/catalina/loader/WebappLoader.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-06-01T16:59:14Z | 2010-03-24T03:06:40Z |
49,360 | Bug 49360 Context class reload fails for PersistentManager | On context class reload tomcat fails with LifecycleException: An invalid Lifecycle transition was attempted ([before_start]) for component [org.apache.catalina.session.PersistentManager[/xxx]] in state [DESTROYED] | resolved fixed | ac22dd8 | ["java/org/apache/catalina/ha/session/BackupManager.java", "java/org/apache/catalina/ha/session/DeltaManager.java", "java/org/apache/catalina/session/PersistentManagerBase.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-31T16:57:45Z | 2010-05-29T21:53:20Z |
49,340 | Bug 49340 Webapp unavailable after deploy then stop then start | Occurs with tomcat 7.0 RC3 but not with 6.0.26 Using the manager/html : - deploy a war - test one of its page, it should be deployed properly - stop the webapp - start the webapp - test one of its page : FAILURE : tomcat returns a 404. Notes : - if using "reload" instead of stop/start it's OK, but it does not fix the u... | resolved fixed | 0f669e3 | ["java/org/apache/catalina/connector/MapperListener.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-28T20:08:02Z | 2010-05-25T20:40:00Z |
49,299 | Bug 49299 Servlet 3.0 ch.7.1.1 says that custom cookie name affects URL rewriting | null | resolved fixed | 9369636 | ["java/org/apache/catalina/Globals.java", "java/org/apache/catalina/connector/CoyoteAdapter.java", "java/org/apache/catalina/connector/Request.java", "java/org/apache/catalina/connector/Response.java", "java/org/apache/catalina/core/ApplicationSessionCookieConfig.java", "java/org/apache/catalina/realm/RealmBase.java", ... | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-16T21:47:26Z | 2010-05-15T21:46:40Z |
49,290 | Bug 49290 Using a JarScanner with scanAllDirectories=true causes Tomcat 7 not to start | null | resolved fixed | a7b96d0 | ["java/org/apache/catalina/startup/ContextConfig.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-15T22:52:18Z | 2010-05-14T15:13:20Z |
49,221 | Bug 49221 javax.servlet.http.Cookie.setDomain uses default charset | javax.servlet.http.Cookie.setDomain(String pattern) has the following code: domain = pattern.toLowerCase(); The result of this depends on the default Locale; it would be safer to use a fixed locale, e.g. Local.ENGLISH. | resolved fixed | 05810ee | ["java/javax/servlet/http/Cookie.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-12T10:31:04Z | 2010-04-29T14:06:40Z |
49,224 | Bug 49224 NullPointerException in PooledConnection when username or password are null | I'm using jdbc-pool (version 1.0.8.5) to connect to a DataSource requiring no authentication. Unless I explicitly set the username and password in the PoolProperties object to empty String (as opposed to leaving them null), a NullPointerException is thrown on lines 215 or 216 of PooledConnection.connectUsingDriver(). | resolved fixed | 4fff6c0 | ["modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/PooledConnection.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-12T10:29:06Z | 2010-04-29T14:06:40Z |
49,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | ["java/org/apache/catalina/core/ApplicationPart.java", "java/org/apache/catalina/core/StandardEngine.java", "java/org/apache/catalina/core/StandardHost.java", "java/org/apache/catalina/deploy/FilterMap.java", "java/org/apache/catalina/manager/HTMLManagerServlet.java", "java/org/apache/catalina/manager/util/SessionUtils... | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53:20Z |
49,227 | Bug 49227 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 09abffb | ["java/org/apache/coyote/http11/Http11AprProcessor.java", "java/org/apache/coyote/http11/Http11NioProcessor.java", "java/org/apache/coyote/http11/Http11Processor.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T19:51:45Z | 2010-04-29T16:53:20Z |
49,228 | Bug 49228 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | a954806 | ["java/org/apache/jasper/compiler/Validator.java", "java/org/apache/jasper/tagplugins/jstl/Util.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T15:53:10Z | 2010-04-29T16:53:20Z |
49,235 | Bug 49235 ServletContainerInitializer onStartup(Set<Class<?>> classSet is not expect class | null | resolved fixed | 4a581aa | ["java/org/apache/catalina/startup/ContextConfig.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T15:48:36Z | 2010-04-30T06:46:40Z |
49,240 | Bug 49240 Error thrown during detection of ServletContainerInitializer's | ContextConfig.checkHandlesTypes() throws a NoClassDefFoundError, which isn't caught, when the class being analysed is initialised if the class, or a class that it references(?), is not present in the classpath. E.g. When a mysql connector/j jar (v5.x) is scanned, an attempt to load the following class occurs: com.mchan... | resolved fixed | f24ed2d | ["java/org/apache/catalina/startup/ContextConfig.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T09:46:42Z | 2010-05-01T10:33:20Z |
49,269 | Bug 49269 Shouldn't see maxIdle > maxActive message with default props | In PoolProperties, the default value for maxIdle is Integer.MAX_VALUE and the default for maxActive is 100. This results in a warning message being logged and the value for maxIdle set to match maxActive on lines 393/394 of ConnectionPool. The default for maxIdle should match that of maxActive. | resolved fixed | 27a3909 | ["modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/PoolProperties.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T08:01:52Z | 2010-05-10T19:33:20Z |
49,241 | Bug 49241 DataSourceFactory.parsePoolProperties() doesn't look for "suspectTimeout" | If you call the DataSourceFactory.parsePoolProperties() method, passing in a Properties object with the "suspectTimeout" property set, that key/value pair is never passed on to the PoolProperties.setSuspectTimeout() method. | resolved fixed | b75b021 | ["modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/DataSourceFactory.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-03T19:12:48Z | 2010-05-02T00:26:40Z |
49,092 | Bug 49092 util.IntrospectionUtils.PATH_SEPARATOR should be final | The field org.apache.tomcat.util.IntrospectionUtils.PATH_SEPARATOR should be final. | resolved fixed | 616bd68 | ["test/org/apache/catalina/tribes/demos/IntrospectionUtils.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-01T15:20:31Z | 2010-04-12T02:40:00Z |
49,207 | Bug 49207 Filter name not set when dynamically added | When dynamically adding a Filter the name is not set when calling the method "addMappingForUrlPatterns" in ApplicationFilterRegistration.java. java.lang.IllegalArgumentException: Filter mapping specifies an unknown filter name null at org.apache.catalina.core.StandardContext.validateFilterMap(StandardContext.java:2650)... | resolved fixed | 3396917 | ["java/org/apache/catalina/core/ApplicationFilterRegistration.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-28T16:21:32Z | 2010-04-28T10:20:00Z |
49,184 | Bug 49184 Index out of bounds exception thrown when dynamically adding Filter | When dynamically adding a filter to a context an exception is thrown. java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at org.apache.catalina.core.StandardContext.addFilterMapBefore(StandardContext.java:2629) at org.apache.catalina.core.ApplicationFilterRegistration.addMappingForSer... | resolved fixed | 3f4a241 | ["java/org/apache/catalina/core/StandardContext.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-26T09:17:46Z | 2010-04-25T12:53:20Z |
48,689 | Bug 48689 Jar abstraction for Jasper | Jasper can load TLD files through the ServletContext or from a Jar file. To load TLDs from Jar file, an URL to a Jar file must be passed. However, in some environments (e.g. in OSGi) it might not be easy to provide an URL to a jar file. It would be nice to abstract the way Jasper is looking up the embedded TLDs so that... | resolved fixed | efd418b | ["java/org/apache/jasper/JspCompilationContext.java", "java/org/apache/jasper/compiler/ImplicitTagLibraryInfo.java", "java/org/apache/jasper/compiler/JarResource.java", "java/org/apache/jasper/compiler/JarURLResource.java", "java/org/apache/jasper/compiler/JspDocumentParser.java", "java/org/apache/jasper/compiler/Parse... | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-25T12:56:32Z | 2010-02-05T17:13:20Z |
49,140 | Bug 49140 Inefficient use of keySet() iterator in StandardContext.java | null | resolved fixed | b30fc95 | ["java/org/apache/catalina/connector/Request.java", "java/org/apache/catalina/core/ApplicationHttpRequest.java", "java/org/apache/catalina/core/StandardContext.java", "java/org/apache/catalina/ha/authenticator/ClusterSingleSignOnListener.java", "java/org/apache/catalina/ha/session/ClusterSessionListener.java", "java/or... | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-23T15:03:28Z | 2010-04-17T02:06:40Z |
49,143 | Bug 49143 Possible incorrect lazy initialisations | Incorrect lazy initialization of static field: org.apache.catalina.realm.RealmBase.md5Helper org.apache.catalina.session.StandardSession.sessionContext org.apache.catalina.startup.TldConfig.noTldJars org.apache.catalina.util.ExtensionValidator.containerAvailableExtensions org.apache.tomcat.util.modeler.modules.MbeansDe... | resolved fixed | a6092d7 | ["java/org/apache/catalina/realm/RealmBase.java", "java/org/apache/catalina/session/StandardSession.java", "java/org/apache/catalina/startup/TldConfig.java", "java/org/apache/catalina/util/ExtensionValidator.java", "java/org/apache/tomcat/util/modeler/modules/MbeansDescriptorsDigesterSource.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-23T14:23:45Z | 2010-04-17T02:06:40Z |
49,144 | Bug 49144 Incorrect lazy initialization and update of static fields? | Incorrect lazy initialization and update of static fields: org.apache.catalina.startup.Bootstrap.daemon org.apache.catalina.startup.ContextConfig.contextDigester Findbugs says: This method contains an unsynchronized lazy initialization of a static field. After the field is set, the object stored into that location is f... | resolved fixed | fd7ed83 | ["java/org/apache/catalina/startup/Bootstrap.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-23T13:59:54Z | 2010-04-17T02:06:40Z |
49,164 | Bug 49164 junit test ignores failures in threads | null | resolved fixed | aa758d8 | ["test/org/apache/catalina/tribes/test/interceptors/TestOrderInterceptor.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-23T13:48:16Z | 2010-04-21T17:13:20Z |
49,171 | Bug 49171 Avoid raw type warning in TagSupport | null | resolved fixed | 8bd4d7a | ["java/javax/servlet/jsp/tagext/TagSupport.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-23T13:43:27Z | 2010-04-22T09:53:20Z |
49,170 | Bug 49170 Transmission of duplicated session in DeltaManager#handleGET_ALL_SESSIONS. | null | resolved fixed | f61100d | ["java/org/apache/catalina/ha/session/DeltaManager.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-22T10:57:55Z | 2010-04-22T09:53:20Z |
43,642 | Bug 43642 Add prestartminSpareThreads attribute for Executor | The attached patch adds the boolean attribute prestartminSpareThreads to the Executor element. This allows the admin to prestart minspareThreads for this Executor during the start of Tomcat. The default value is false which is the old behaviour. A documentation patch for executor.xml can be created if there is interest... | resolved fixed | e7fb8fa | ["java/org/apache/catalina/core/StandardThreadExecutor.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-21T12:55:19Z | 2007-10-17T11:20:00Z |
49,141 | Bug 49141 Impossible cast in naming.factory.SendMailFactory.getObjectInstance | naming.factory.SendMailFactory.getObjectInstance contains an impossible cast from javax.mail.internet.MimeMessage to javax.mail.internet.MimePart [Findbugs] | resolved fixed | 7205c74 | ["java/javax/mail/internet/MimeMessage.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-20T19:49:10Z | 2010-04-17T02:06:40Z |
49,151 | Bug 49151 ClassCastException in BackupManager#stopInternal. | In BackupManager#startInternal, When constructor of LazyReplicatedMap throws exception, sessions is not LazyReplicatedMap. Actually, AbstractReplicatedMap#init has the possibility of throwing RuntimeException. In BackupManager#stopInternal ClassCastException is thrown because AbstractReplicatedMap#breakdown is executed... | resolved fixed | fcb9861 | ["java/org/apache/catalina/ha/session/BackupManager.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-19T10:12:02Z | 2010-04-19T09:40:00Z |
49,150 | Bug 49150 All primary sessions are deleted at BackupManager#stopInternal. | BackupManager#stopInternal is as follows. ===== protected synchronized void stopInternal() throws LifecycleException { super.stopInternal(); LazyReplicatedMap map = (LazyReplicatedMap)sessions; if ( map!=null ) { map.breakdown(); } cluster.removeManager(this); } ===== In Tomcat 7.0.0 RC1, super#stopInternal() is called... | resolved fixed | 09f4e25 | ["java/org/apache/catalina/ha/session/BackupManager.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-19T10:07:16Z | 2010-04-19T06:53:20Z |
49,129 | Bug 49129 DigestAuthenticator.md5Helper - possible incorrect lazy initialisation | Findbugs says: "This method contains an unsynchronized lazy initialization of a non-volatile static field. Because the compiler or processor may reorder instructions, threads are not guaranteed to see a completely initialized object, if the method can be called by multiple threads. You can make the field volatile to co... | resolved fixed | 867605f | ["java/org/apache/catalina/authenticator/DigestAuthenticator.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-14T23:13:45Z | 2010-04-15T00:06:40Z |
49,118 | Bug 49118 Inefficient use of String concatenation in loop | null | resolved fixed | 95a2eb8 | ["java/javax/servlet/http/HttpServlet.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-14T22:50:35Z | 2010-04-14T10:13:20Z |
49,110 | Bug 49110 runtime.JspFactoryImpl$PageContextPool needs to be static | Findbugs says: Bug: org.apache.jasper.runtime.JspFactoryImpl$PageContextPool needs to be _static_ to avoid a deadly embrace with org.apache.jasper.runtime.JspFactoryImpl.localPool Pattern id: SIC_THREADLOCAL_DEADLY_EMBRACE, type: SIC, category: CORRECTNESS This class is an inner class, but should probably be a static i... | resolved fixed | b027259 | ["java/org/apache/jasper/runtime/JspFactoryImpl.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-14T22:47:57Z | 2010-04-13T00:53:20Z |
49,109 | Bug 49109 RealmBase.authenticate uses toString on byte array | catalina.realm.RealmBase.authenticate(String username, byte[] credentials) has the following code: return (authenticate(username, credentials.toString())); This looks wrong, as credentials is a byte array. It should probably be: return (authenticate(username, new String(credentials[,charset]))); | resolved fixed | bcf0a01 | ["java/org/apache/catalina/Realm.java", "java/org/apache/catalina/realm/CombinedRealm.java", "java/org/apache/catalina/realm/LockOutRealm.java", "java/org/apache/catalina/realm/RealmBase.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-14T22:43:37Z | 2010-04-13T00:53:20Z |
49,106 | Bug 49106 Unused imports | null | resolved fixed | f8d3565 | ["java/org/apache/catalina/realm/JNDIRealm.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-14T22:29:34Z | 2010-04-12T22:06:40Z |
49,105 | Bug 49105 Javadoc corrections | null | resolved fixed | ead3997 | ["java/javax/el/ExpressionFactory.java", "java/javax/servlet/HttpConstraintElement.java", "java/javax/servlet/ServletContext.java", "java/org/apache/catalina/Context.java", "java/org/apache/catalina/Host.java", "java/org/apache/catalina/Lifecycle.java", "java/org/apache/catalina/Session.java", "java/org/apache/catalina... | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-14T22:27:59Z | 2010-04-12T22:06:40Z |
49,104 | Bug 49104 Fix up some raw types | null | resolved fixed | 5be4f29 | ["java/org/apache/coyote/ajp/AjpProtocol.java", "java/org/apache/coyote/http11/Http11Protocol.java", "java/org/apache/tomcat/util/net/JIoEndpoint.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-14T22:24:17Z | 2010-04-12T22:06:40Z |
49,103 | Bug 49103 Missing annotations | null | resolved fixed | 1018cd7 | ["java/org/apache/coyote/http11/Http11NioProtocol.java", "java/org/apache/coyote/http11/Http11Protocol.java", "java/org/apache/tomcat/util/net/AprEndpoint.java", "java/org/apache/tomcat/util/net/NioEndpoint.java", "java/org/apache/tomcat/util/net/jsse/JSSEImplementation.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-14T22:19:33Z | 2010-04-12T22:06:40Z |
49,045 | Bug 49045 JMX Enhancement- Provision of MBeanFactory createStandardService | Currently MBeanFactory doesn't have a method for creating a new StandardService MBean. This would become an issue for future enhancements of JMX support in Tomcat. As per discussions with Mark, this enhancement is suggested as a starting point for possible future enhancements in JMX support. | resolved fixed | 32046eb | ["java/org/apache/catalina/mbeans/MBeanFactory.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-14T12:07:04Z | 2010-04-04T08:33:20Z |
49,089 | Bug 49089 ChannelData.USE_SECURE_RANDOM_FOR_UUID public static mutable field | catalina.tribes.io.ChannelData.USE_SECURE_RANDOM_FOR_UUID is a mutable public static field. It's only used by an instance method, so there's no need for it to be static. Probably no need for it to be public either; it could be a private field with a setter - or better a final field set by the constructor. | resolved fixed | cb0b029 | ["java/org/apache/catalina/tribes/io/ChannelData.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-14T10:14:34Z | 2010-04-12T02:40:00Z |
49,116 | Bug 49116 Memory leak by HttpSession. | When session is stored in StandardManager#doUnload method, an invalid session is stored. For instance, If HttpSession#invalidate is executed while executing StandardManager#doUnload, session of "isValid=false" is stored. The session of isValid=false is restored in StandardManager#doLoad, and it registers in session map... | resolved fixed | bddfc0a | ["java/org/apache/catalina/session/StandardManager.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-14T08:48:43Z | 2010-04-14T07:26:40Z |
49,086 | Bug 49086 Addition of Javadoc for Servlet 3.0 annotations | null | resolved fixed | 6fc4360 | ["java/javax/servlet/annotation/HandlesTypes.java", "java/javax/servlet/annotation/HttpConstraint.java", "java/javax/servlet/annotation/HttpMethodConstraint.java", "java/javax/servlet/annotation/MultipartConfig.java", "java/javax/servlet/annotation/ServletSecurity.java", "java/javax/servlet/annotation/WebFilter.java", ... | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-12T10:34:09Z | 2010-04-11T21:06:40Z |
49,091 | Bug 49091 Util.specialCharactersRepresentation should be private | jasper.tagplugins.jstl.Util.specialCharactersRepresentation is a mutable public static array; it is not used outside the class as far as I can tell and so should be made private | resolved fixed | 1ecfaa9 | ["java/org/apache/jasper/tagplugins/jstl/Util.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-12T09:42:07Z | 2010-04-12T02:40:00Z |
49,075 | Bug 49075 protected Class User doesn't check argument roles for null | null | resolved fixed | e59ba8f | ["java/org/apache/catalina/realm/JNDIRealm.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-09T11:16:40Z | 2010-04-08T20:53:20Z |
49,018 | Bug 49018 Timeout argument misprocessed when expiring sessions from Tomcat Manager | Steps to reproduce: 1. Login to the Tomcat Manager Application 2. Select a web application that has several sessions that are inactive for more than 2 minutes 3. In the text field next to the "Expire sessions" button print "2" 4. Press "Expire sessions" 5. Sample observed result: OK - Session information for applicatio... | resolved fixed | 155e3f8 | ["java/org/apache/catalina/manager/ManagerServlet.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-07T03:24:08Z | 2010-03-29T19:13:20Z |
48,648 | Bug 48648 Blank page (dropped connection) when running TC7 with TCnative (APR) | null | resolved fixed | 216352a | ["java/org/apache/tomcat/util/net/AprEndpoint.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-04T16:26:51Z | 2010-01-31T23:20:00Z |
49,014 | Bug 49014 Add RemoteIpFilter test case | null | resolved fixed | d9330a9 | ["test/org/apache/catalina/filters/TestRemoteIpFilter.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-04T10:37:17Z | 2010-03-29T05:20:00Z |
48,983 | Bug 48983 Enhance RemoteIpValve and RemoteIpFilter logging | null | resolved fixed | 9a42719 | ["java/org/apache/catalina/filters/RemoteIpFilter.java", "java/org/apache/catalina/valves/RemoteIpValve.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-04T10:25:56Z | 2010-03-25T04:06:40Z |
48,895 | Bug 48895 WebAppClassLoader.clearThreadLocalMap() concurrency issues | I think that the memory leak protection of WebAppClassLoader.clearReferencesThreadLocals() which detects and clears ThreadLocals that would prevent GC the WebAppClassLoader instance has issues regarding concurrency : - It enumerates Threads and looks into internal structures of the Thread class, but there are no "memor... | resolved fixed | ae6fcf5 | ["java/org/apache/catalina/core/StandardContext.java", "java/org/apache/catalina/loader/WebappClassLoader.java", "java/org/apache/catalina/loader/WebappLoader.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-03-29T15:01:14Z | 2010-03-12T02:13:20Z |
48,717 | Bug 48717 Session listeners not called on cluster node start | null | resolved fixed | 39d3082 | ["java/org/apache/catalina/ha/session/DeltaManager.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-03-28T19:34:12Z | 2010-02-10T00:00:00Z |
48,662 | Bug 48662 context.xml expansion on deployment improvements | Two parts: 1. Log a warning/info message if Tomcat ignores a bundled context.xml in favour of one in CATALINA_BASE/<engine name>/<host name> 2. Make the extraction/copying of context.xml configurable, probably via a new attribute extractXml on the host | resolved fixed | 83226d9 | ["java/org/apache/catalina/Context.java", "java/org/apache/catalina/core/StandardContext.java", "java/org/apache/catalina/core/StandardHost.java", "java/org/apache/catalina/mbeans/MBeanFactory.java", "java/org/apache/catalina/startup/ContextConfig.java", "java/org/apache/catalina/startup/HostConfig.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-03-28T11:57:46Z | 2010-02-03T04:06:40Z |
48,934 | Bug 48934 Cluster's regression. When replication fails once, replication can be never done again. | null | resolved fixed | fc66705 | ["java/org/apache/catalina/tribes/transport/ReplicationTransmitter.java", "java/org/apache/catalina/tribes/transport/nio/PooledParallelSender.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-03-18T13:54:27Z | 2010-03-18T13:46:40Z |
44,265 | Bug 44265 Improve JspWriterImpl performance with "inline" sub method | As you know, the JspWriterImpl.write method was always invoked in JSP file frequently. But I found its performance is poor because too many sub method were invoked as well. After copying two sub method's code to write method, the performance was improved observably. | resolved fixed | 9113574 | ["java/org/apache/jasper/runtime/JspWriterImpl.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-03-11T18:32:39Z | 2008-01-18T07:06:40Z |
48,760 | Bug 48760 Tomcat breaks in serving large files (>=1.8MB) under high load and high threading. | null | resolved fixed | f1760d8 | ["java/org/apache/naming/resources/FileDirContext.java", "java/org/apache/naming/resources/WARDirContext.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-03-09T13:15:15Z | 2010-02-18T02:26:40Z |
48,737 | Bug 48737 JspCompilationContext assumes that tagfile with a path starting with META-INF are in jars without checking | null | resolved fixed | 6ac5036 | ["java/org/apache/jasper/JspCompilationContext.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-03-09T12:30:37Z | 2010-02-13T22:26:40Z |
48,729 | Bug 48729 JNDIRealm.java not parsing roles correctly | null | resolved fixed | 4cf35b8 | ["java/org/apache/catalina/realm/JNDIRealm.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-03-09T12:14:23Z | 2010-02-11T23:13:20Z |
48,661 | Bug 48661 inconsistent error page behavior | There seems to be a bug or at least an inconsistency in how tomcat handles the error page. In Tomcat 6.0.20, if I define my error page like this in web.xml: <error-page> <exception-type>java.lang.Exception</exception-type> <location>/unexpectedErrors.jsp</location> </error-page> Then, if the response has already been c... | resolved fixed | 1ec5ca7 | ["java/org/apache/catalina/core/StandardHostValve.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-03-08T18:58:28Z | 2010-02-02T19:46:40Z |
48,582 | Bug 48582 JspServletWrapper.getServletContext() throws NullPointerException | null | resolved fixed | 7301a10 | ["java/org/apache/jasper/servlet/JspServletWrapper.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-02-16T11:07:00Z | 2010-01-20T17:53:20Z |
48,580 | Bug 48580 6.0.24: AccessControlException in ProtectedFunctionMapper on first access to certain JSP | null | resolved fixed | 9e55819 | ["java/org/apache/jasper/security/SecurityClassLoad.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-02-16T09:27:49Z | 2010-01-20T17:53:20Z |
48,498 | Bug 48498 6.0.22RC: ArrayIndexOutOfBoundsException from Jasper when compilation error inside a CDATA block | null | resolved fixed | 789ac1e | ["java/org/apache/jasper/compiler/JavacErrorDetail.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-02-16T00:46:07Z | 2010-01-06T23:20:00Z |
48,384 | Bug 48384 globalXsltFile parameter for the DefaultServlet | When overriding the DefaultServlet for a given application, the globalXsltFile path need to be relative to Tomcat root. for example: <init-param> <param-name>globalXsltFile</param-name> <param-value>webapps/quercus/WEB-INF/listing.xsl</param-value> </init-param> it would be nice if the path could be relative to the app... | resolved fixed | 0e595cf | ["java/org/apache/catalina/servlets/DefaultServlet.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-02-13T20:12:11Z | 2009-12-13T21:33:20Z |
48,371 | Bug 48371 addWebXmlMappings does not place servlet tags correctly | If there is a commented-out <security-constraint> or commented-out <servlet> tag and addWebXmlMappings="true", the JSP's servlet and servlet-mapping tags are placed incorrectly and Tomcat will not start due to "--" being inside a comment. Basically, it seems the web.xml is not parsed correctly when using addWebXmlMappi... | resolved fixed | 563e315 | ["java/org/apache/jasper/JspC.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-02-13T18:25:07Z | 2009-12-11T00:06:40Z |
48,318 | Bug 48318 WebDAV servlet returns 500 if files not readable | If a directory contains a file that is not readable by the Tomcat process (eg file permissions, dangling symlink) then Tomcat throws a NullPointerException and returns a 500 Internal Server Error to the client. Throwing NPE in these circumstances is certainly wrong. Returning 500 with no further information is unhelpfu... | resolved fixed | da42e44 | ["java/org/apache/catalina/servlets/WebdavServlet.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-02-12T22:12:48Z | 2009-12-01T12:20:00Z |
48,726 | Bug 48726 DeployTask throws OutOfMemoryErrors when deploying large WAR files | null | resolved fixed | 53e0674 | ["java/org/apache/catalina/ant/AbstractCatalinaTask.java", "java/org/apache/catalina/ant/DeployTask.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-02-10T23:47:11Z | 2010-02-11T03:46:40Z |
48,170 | Bug 48170 Unnecessary synchronization by JspFactory.getDefaultFactory contributes to stability problems | I have a soak test at constant load that is initially stable. Within the hour, an ever increasing number of blocked threads develops. The vast majority of threads are in JSP rendering, blocked on JspFactory.getDefaultFactory(). The server eventually crashes. We are running Java 6. Upon code inspection, there appears to... | resolved fixed | c09753b | ["java/javax/servlet/jsp/JspFactory.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-02-08T22:20:55Z | 2009-11-10T21:53:20Z |
48,109 | Bug 48109 Improve binaryStream processing in WebappClassLoader#findResourceInternal | null | resolved fixed | dda2cbc | ["java/org/apache/catalina/loader/WebappClassLoader.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-02-08T22:07:24Z | 2009-11-03T01:00:00Z |
48,665 | Bug 48665 RemoteIpValve examples refer to "connector" package | null | resolved fixed | 9905155 | ["java/org/apache/catalina/valves/RemoteIpValve.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-02-08T02:06:49Z | 2010-02-03T09:40:00Z |
48,643 | Bug 48643 catalina.session.FileStore.save() and load() - close() bugs | The code for the save() method reads: try { fos = new FileOutputStream(file.getAbsolutePath()); oos = new ObjectOutputStream(new BufferedOutputStream(fos)); } catch (IOException e) { if (oos != null) { <== oos can only be null here try { oos.close(); } catch (IOException f) { // Ignore } } throw e; } Presumably the cat... | resolved fixed | 6f48cde | ["java/org/apache/catalina/session/FileStore.java", "java/org/apache/catalina/session/StandardManager.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-02-07T22:16:40Z | 2010-01-30T22:20:00Z |
48,678 | Bug 48678 org.apache.catalina.startup.Catalina incorrectly duplicates super class member | null | resolved fixed | 067e0ba | ["java/org/apache/catalina/startup/Catalina.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-02-06T21:34:12Z | 2010-02-04T05:06:40Z |
48,551 | Bug 48551 StringCache: Use entrySet() rather than keySet() + get() | null | resolved fixed | c85e791 | ["java/org/apache/catalina/deploy/WebXml.java", "java/org/apache/tomcat/util/buf/StringCache.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-02-02T17:21:23Z | 2010-01-15T01:46:40Z |
48,653 | Bug 48653 RemoteIpValve : request.secure and request.scheme are not forced to "false" and "http" if X-Forwarded-Proto=http | null | resolved fixed | 1789bd8 | ["java/org/apache/catalina/valves/RemoteIpValve.java", "test/org/apache/catalina/valves/TestRemoteIpValve.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-02-02T13:28:55Z | 2010-02-01T13:13:20Z |
48,647 | Bug 48647 RemoteIpFilter : request.secure and request.scheme are not forced to "false" and "http" if X-Forwarded-Proto=http | null | resolved fixed | 7aa1206 | ["java/org/apache/catalina/filters/RemoteIpFilter.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-02-02T13:25:42Z | 2010-01-31T20:33:20Z |
48,645 | Bug 48645 RequestUtil.URLDecode(byte[] bytes, String enc) | the enc is not used in the implementation public static String URLDecode(byte[] bytes, String enc) { return URLDecode(bytes, null, false); } | resolved fixed | d0f9da2 | ["java/org/apache/catalina/util/RequestUtil.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-01-31T12:48:53Z | 2010-01-31T09:26:40Z |
48,516 | Bug 48516 NullPointerException in JNDIRealm | null | resolved fixed | 62d29b6 | ["java/org/apache/catalina/realm/JNDIRealm.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-01-12T22:43:23Z | 2010-01-11T11:40:00Z |
48,004 | Bug 48004 setHeader() does not replace the previous value for a "Server" | null | resolved fixed | 13daf69 | ["java/org/apache/coyote/http11/Http11AprProcessor.java", "java/org/apache/coyote/http11/Http11NioProcessor.java", "java/org/apache/coyote/http11/Http11Processor.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-01-12T21:36:49Z | 2009-10-15T15:20:00Z |
48,421 | Bug 48421 JULI webapp logging files will not closed when webapp is stopped,reloaded or undeployed | In Tomcat 6 the JULI logging files which are (can be) declared in webapp/WEB-INF/classes/logging.properties will not closed, when the webapp is reloaded, stopped or even undeployed. The files will at last be closed, when tomcat is shut down or restarted. This is also true for the normally used Handler org.apache.juli.F... | resolved fixed | eeb017a | ["java/org/apache/juli/ClassLoaderLogManager.java", "java/org/apache/juli/logging/LogFactory.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-01-12T19:06:48Z | 2009-12-20T20:13:20Z |
48,523 | Bug 48523 Duplicate property keys in various files | There are some properties files with non-unique property keys; normally these should be unique. File: java\org\apache\catalina\realm\LocalStrings.properties Duplicate key: 'jaasRealm.userPrincipalSuccess' jaasRealm.userPrincipalSuccess=Principal "{0}" is a valid user class. We will use this as the user Principal. jaasR... | resolved fixed | f2eea0c | ["java/org/apache/catalina/startup/ContextConfig.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-01-12T11:09:18Z | 2010-01-11T17:13:20Z |
48,517 | Bug 48517 @SuppressWarnings("unchecked") - document and reduce scope | null | resolved fixed | 4df1957 | ["java/javax/el/BeanELResolver.java", "java/javax/el/ELContext.java", "java/javax/el/ResourceBundleELResolver.java", "java/org/apache/catalina/loader/WebappClassLoader.java", "java/org/apache/el/lang/ELSupport.java", "java/org/apache/el/lang/EvaluationContext.java", "java/org/apache/el/parser/AstIdentifier.java", "java... | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-01-12T10:31:03Z | 2010-01-11T11:40:00Z |
48,112 | Bug 48112 Closing curly brace in literal string incorrectly treated as expression terminator. | On tomcat 6.0.20 something like the following line in a JSP causes a exception: <c:out value="${fn:trim('{world}')}"/> After removing the closing curly brace from the literal ('{world}' -> '{world') the JSP works. This behaviour seems specific to 6.0.20, as on 6.0.18 and 6.0.16 the line above works fine. Example of exc... | resolved fixed | 11810fb | ["test/org/apache/el/TestELEvaluation.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-01-06T18:51:24Z | 2009-11-03T12:06:40Z |
48,424 | Bug 48424 Keep same logic for creating the objectnames for connector mbeans | Currently, for connector MBeans, they are registered and unregistered by Connector classes themselves. But in the ServerLifecycle and MBeanUtils, there are also codes for unregistering the connector MBeans. Suppose it is used for double check ? The question is that the codes for creating connector object name are not s... | resolved fixed | da5f249 | ["java/org/apache/catalina/connector/Connector.java", "java/org/apache/catalina/mbeans/MBeanUtils.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-01-05T19:53:38Z | 2009-12-21T04:33:20Z |
48,006 | Bug 48006 Implement the header X-Powered-By suggested by the servlet specification | null | resolved fixed | 3d309a5 | ["java/org/apache/catalina/connector/CoyoteAdapter.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-12-31T10:46:24Z | 2009-10-15T15:20:00Z |
43,819 | Bug 43819 Support latest JSR245 proposal to make EL "self-contained" | null | resolved fixed | 9a2ae02 | ["java/javax/el/ExpressionFactory.java", "java/org/apache/jasper/compiler/JspUtil.java", "java/org/apache/jasper/compiler/PageInfo.java", "java/org/apache/jasper/compiler/Validator.java", "java/org/apache/jasper/runtime/JspApplicationContextImpl.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-12-30T22:20:30Z | 2007-11-08T19:26:40Z |
48,345 | Bug 48345 Session does time-out shorter than setting in web.xml when PersistentManager is used. | I am encountering the problem that Session does time-out shorter than setting in web.xml. This is a simple scenario where the problem occurs. I am using PersistentManager by the following configuration. <Context> <Manager className="org.apache.catalina.session.PersistentManager" maxIdleSwap="120"> <Store className="org... | resolved fixed | d939925 | ["java/org/apache/catalina/session/StoreBase.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-12-30T11:30:01Z | 2009-12-07T07:13:20Z |
48,454 | Bug 48454 "Bad file descriptor"-IOException in CGIServlet for some programs | null | resolved fixed | ae6c3c4 | ["java/org/apache/catalina/servlets/CGIServlet.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-12-30T10:45:34Z | 2009-12-29T07:00:00Z |
48,443 | Bug 48443 when the context path is empty,tomcat will startup with a FileNotFoundException | null | resolved fixed | ff22e4a | ["java/org/apache/naming/resources/DirContextURLConnection.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-12-30T09:24:17Z | 2009-12-25T03:00:00Z |
48,399 | Bug 48399 Lock fields should be final | null | resolved fixed | e1d1476 | ["java/org/apache/catalina/ha/session/DeltaSession.java", "java/org/apache/catalina/tribes/group/interceptors/OrderInterceptor.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-12-20T03:46:02Z | 2009-12-17T00:33:20Z |
47,930 | Bug 47930 PersistentManager (using filestore) can return different session objects linked to the same session ID, when Tomcat is restarted | null | resolved fixed | d9f2c99 | ["java/org/apache/catalina/session/PersistentManagerBase.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-12-18T18:42:09Z | 2009-10-02T02:20:00Z |
48,387 | Bug 48387 Make RemoteIpFilter parameters consistent with RemoteIpValve | null | resolved fixed | 803d64d | ["java/org/apache/catalina/filters/RemoteIpFilter.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-12-14T21:18:34Z | 2009-12-14T14:13:20Z |
47,744 | Bug 47744 Memory leak when using SSL + Java security manager | null | resolved fixed | 51d5511 | ["java/org/apache/tomcat/util/net/jsse/JSSESupport.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-12-14T14:53:00Z | 2009-08-26T15:20:00Z |
47,537 | Bug 47537 Empty response when forward to login page fails | When tomcat receives a POST request on a session that has timedout, it will forward to the form based login page (form-login-page). If this forward fails for some reason (an error in the login page for instance), tomcat will return an empty HTTP response, without any error code. The tomcat log says "Unexpected error fo... | resolved fixed | 88b5d4b | ["java/org/apache/catalina/authenticator/FormAuthenticator.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-12-11T13:12:57Z | 2009-07-15T15:00:00Z |
48,373 | Bug 48373 Can not get clients from TomcatBayeux | When call the getClients method,there will be a Exception: java.lang.ArrayStoreException: java.util.HashMap$Entry maybe this method should be: public List<Client> getClients() { return java.util.Arrays.asList(clients.values().toArray(new Client[0])); } instead of this: public List<Client> getClients() { return java.uti... | resolved fixed | b09d817 | ["modules/bayeux/java/org/apache/tomcat/bayeux/TomcatBayeux.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-12-11T12:17:27Z | 2009-12-11T05:40:00Z |
48,370 | Bug 48370 PublishRequest.java can not be compiled | There is a log used in org.apache.tomcat.bayeux.request.PublishRequest,but it was not be defined,so the class can not be complied successfully,there should be something like this? private static final Log log = LogFactory.getLog(PublishRequest.class); | resolved fixed | 9be399f | ["modules/bayeux/java/org/apache/tomcat/bayeux/request/PublishRequest.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-12-11T12:14:05Z | 2009-12-10T21:20:00Z |
48,324 | Bug 48324 Javadoc fixes for connector.Request.java | null | resolved fixed | 549a5d5 | ["java/org/apache/catalina/connector/Request.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-12-10T16:59:29Z | 2009-12-01T20:40:00Z |
47,502 | Bug 47502 clustering fails on serializing javax.security.auth.subject | Clustering fails on serializing javax.security.auth.subject. See stack below. I looked a little into the Tomcat code. In ./java/org/apache/catalina/connector/Request.java on line 1752 Tomcat puts the 'javax.security.auth.subject' on the session if you use a securitymanager. This is the MemoryUser in my case I think. I ... | resolved fixed | 806200c | ["java/org/apache/catalina/ha/session/DeltaSession.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-12-02T00:31:33Z | 2009-07-09T09:00:00Z |
48,296 | Bug 48296 Generics fixes | null | resolved fixed | ed40c2c | ["java/org/apache/catalina/ant/jmx/JMXAccessorTask.java", "java/org/apache/catalina/tribes/membership/Membership.java", "java/org/apache/naming/resources/DirContextURLConnection.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-12-01T23:21:41Z | 2009-11-28T12:06:40Z |
47,342 | Bug 47342 ReplicatedContext#start throws NullPointerException. | null | resolved fixed | 9afe6ce | ["java/org/apache/catalina/ha/context/ReplicatedContext.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-27T22:23:40Z | 2009-06-10T07:46:40Z |
48,289 | Bug 48289 ElSupport - Javadoc and generics fixes | null | resolved fixed | b8599a3 | ["java/org/apache/el/lang/ELSupport.java", "test/org/apache/el/TestELEvaluation.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-27T18:20:12Z | 2009-11-25T20:13:20Z |
48,288 | Bug 48288 Patch to fix generics in javax.el package helpers | null | resolved fixed | 2ac1900 | ["java/org/apache/el/lang/EvaluationContext.java", "java/org/apache/jasper/el/ELContextWrapper.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-27T18:14:19Z | 2009-11-25T20:13:20Z |
48,287 | Bug 48287 ApplicationContextFacade - generics fixes | null | resolved fixed | ce8d1c5 | ["java/org/apache/catalina/core/ApplicationContextFacade.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-27T18:11:34Z | 2009-11-25T20:13:20Z |
48,285 | Bug 48285 ApplicationFilterFactory.matchDispatcher() fails to check ASYNC | catalina.core.ApplicationFilterFactory.matchDispatcher(FilterMap filterMap, DispatcherType type) fails to check for type == ASYNC The extra case ought to be added (but I don't know what it should contain, so cannot provide a patch) | resolved fixed | f0a0aec | ["java/org/apache/catalina/core/ApplicationFilterFactory.java", "java/org/apache/catalina/deploy/FilterMap.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-27T18:01:12Z | 2009-11-25T14:40:00Z |
48,282 | Bug 48282 Possible NPE in org.apache.tomcat.util.modeler.Registry | null | resolved fixed | 56897be | ["java/org/apache/tomcat/util/modeler/Registry.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-27T17:17:12Z | 2009-11-25T11:53:20Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.