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 | 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] | updated_file stringlengths 2 187 | file_content stringlengths 0 368k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
21,669 | Bug 21669 JNDIRealm roleBase pattern enahncement | Currently the roleBase attribute must be a fxed location in the directory. A simple change would allow the role base to be specified relative to the user DN. My enhancement suggestion would change the roleBase definition as follows: roleBase - the base entry for the role search. If not specified, the search base is the... | resolved fixed | f22600c | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-22T11:48:09Z | 2003-07-17T02:46:40Z | java/org/apache/catalina/realm/JNDIRealm.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,826 | Bug 50826 (Embedded) Tomcat.destroy() throws java.lang.IllegalArgumentException | Embedded Tomcat sometimes throws this exception when calling destroy() method: java.lang.IllegalArgumentException: null source at java.util.EventObject.<init>(EventObject.java:56) at javax.management.Notification.<init>(Notification.java:184) at org.apache.catalina.core.StandardContext.destroyInternal(StandardContext.j... | resolved fixed | 9d542ed | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-24T17:25:38Z | 2011-02-24T15:06:40Z | java/org/apache/catalina/core/StandardContext.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,826 | Bug 50826 (Embedded) Tomcat.destroy() throws java.lang.IllegalArgumentException | Embedded Tomcat sometimes throws this exception when calling destroy() method: java.lang.IllegalArgumentException: null source at java.util.EventObject.<init>(EventObject.java:56) at javax.management.Notification.<init>(Notification.java:184) at org.apache.catalina.core.StandardContext.destroyInternal(StandardContext.j... | resolved fixed | 9d542ed | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-24T17:25:38Z | 2011-02-24T15:06:40Z | test/org/apache/catalina/startup/TestTomcat.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,284 | Bug 49284 Implement SSL renegotiation for the NIO connector | Summary says it all. Entered as a reminder that it would be good to do this. | resolved fixed | dcda15d | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-25T19:19:13Z | 2010-05-13T00:20:00Z | java/org/apache/coyote/http11/Http11NioProcessor.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
49,284 | Bug 49284 Implement SSL renegotiation for the NIO connector | Summary says it all. Entered as a reminder that it would be good to do this. | resolved fixed | dcda15d | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-25T19:19:13Z | 2010-05-13T00:20:00Z | java/org/apache/tomcat/util/net/NioChannel.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,284 | Bug 49284 Implement SSL renegotiation for the NIO connector | Summary says it all. Entered as a reminder that it would be good to do this. | resolved fixed | dcda15d | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-25T19:19:13Z | 2010-05-13T00:20:00Z | java/org/apache/tomcat/util/net/SecureNioChannel.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,836 | Bug 50836 LifecycleState#isAvailable() to be more restrictive | I think some of the values returned by LifecycleState#isAvailable() are wrong. 1. I am certain that MUST_DESTROY should return false, because it is a state that is later than stopped. 2. I think that STOPPING_PREP should return false, because we can get there from the FAILED state. 3. I think that STARTING should retur... | resolved fixed | 92ff888 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-27T11:00:12Z | 2011-02-26T19:53:20Z | java/org/apache/catalina/Lifecycle.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,836 | Bug 50836 LifecycleState#isAvailable() to be more restrictive | I think some of the values returned by LifecycleState#isAvailable() are wrong. 1. I am certain that MUST_DESTROY should return false, because it is a state that is later than stopped. 2. I think that STOPPING_PREP should return false, because we can get there from the FAILED state. 3. I think that STARTING should retur... | resolved fixed | 92ff888 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-27T11:00:12Z | 2011-02-26T19:53:20Z | java/org/apache/catalina/LifecycleListener.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,836 | Bug 50836 LifecycleState#isAvailable() to be more restrictive | I think some of the values returned by LifecycleState#isAvailable() are wrong. 1. I am certain that MUST_DESTROY should return false, because it is a state that is later than stopped. 2. I think that STOPPING_PREP should return false, because we can get there from the FAILED state. 3. I think that STARTING should retur... | resolved fixed | 92ff888 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-27T11:00:12Z | 2011-02-26T19:53:20Z | java/org/apache/catalina/LifecycleState.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,836 | Bug 50836 LifecycleState#isAvailable() to be more restrictive | I think some of the values returned by LifecycleState#isAvailable() are wrong. 1. I am certain that MUST_DESTROY should return false, because it is a state that is later than stopped. 2. I think that STOPPING_PREP should return false, because we can get there from the FAILED state. 3. I think that STARTING should retur... | resolved fixed | 92ff888 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-27T11:00:12Z | 2011-02-26T19:53:20Z | java/org/apache/catalina/util/LifecycleBase.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
31,027 | Bug 31027 major error from minor whitespace error in properties file | A developer accidentally placed a tab character after the port number in the properties file for a tomcat instance. This prevented tomcat from listening on that port, but it was difficult to track down whether tomcat was running. Seems like the properties-file reader could easily trim excess whitespace before trying to... | resolved wontfix | 4b4ef0c | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-27T13:19:22Z | 2004-09-03T02:53:20Z | java/org/apache/catalina/startup/CatalinaProperties.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
28,852 | Bug 28852 failonerror attribute on Ant tasks | failonerror boolean attribute on manager Ant tasks would be a nice have to allow for more flexible operation within Ant build files. I will attach a patch next week that also fixes unecessary CRs during response read/print and missing url encoding in some tasks. | resolved fixed | e1bf740 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-28T18:15:48Z | 2004-05-08T23:46:40Z | java/org/apache/catalina/ant/JMXGetTask.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
28,852 | Bug 28852 failonerror attribute on Ant tasks | failonerror boolean attribute on manager Ant tasks would be a nice have to allow for more flexible operation within Ant build files. I will attach a patch next week that also fixes unecessary CRs during response read/print and missing url encoding in some tasks. | resolved fixed | e1bf740 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-28T18:15:48Z | 2004-05-08T23:46:40Z | java/org/apache/catalina/ant/JMXQueryTask.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
28,852 | Bug 28852 failonerror attribute on Ant tasks | failonerror boolean attribute on manager Ant tasks would be a nice have to allow for more flexible operation within Ant build files. I will attach a patch next week that also fixes unecessary CRs during response read/print and missing url encoding in some tasks. | resolved fixed | e1bf740 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-28T18:15:48Z | 2004-05-08T23:46:40Z | java/org/apache/catalina/ant/JMXSetTask.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
28,852 | Bug 28852 failonerror attribute on Ant tasks | failonerror boolean attribute on manager Ant tasks would be a nice have to allow for more flexible operation within Ant build files. I will attach a patch next week that also fixes unecessary CRs during response read/print and missing url encoding in some tasks. | resolved fixed | e1bf740 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-28T18:15:48Z | 2004-05-08T23:46:40Z | java/org/apache/catalina/ant/ResourcesTask.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
28,852 | Bug 28852 failonerror attribute on Ant tasks | failonerror boolean attribute on manager Ant tasks would be a nice have to allow for more flexible operation within Ant build files. I will attach a patch next week that also fixes unecessary CRs during response read/print and missing url encoding in some tasks. | resolved fixed | e1bf740 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-28T18:15:48Z | 2004-05-08T23:46:40Z | java/org/apache/catalina/ant/UndeployTask.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
27,988 | Bug 27988 Unhelpful FileNotFoundException raised | org.apache.naming.resources.DirContextURLConnection raises FileNotFoundException on lines 311, 344, 382 and 396. It would be more helpful if these provided a message string. For example, change line 344 to throw new FileNotFoundException(getURL().getFile()); This would make it easier to diagnose mistakes in server conf... | resolved fixed | 4a4d86e | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-02T13:23:37Z | 2004-03-26T22:26:40Z | java/org/apache/naming/resources/DirContextURLConnection.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,857 | Bug 50857 Test failures on Windows 7, 24 thread system | testPoolThreads20Connections10FairAsync [junit] java.sql.SQLException: [tomcat-pool-10] NoWait: Pool empty. Unable to fetch a connection, none available[10 in use]. [junit] at org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(ConnectionPool.java:615) [junit] at org.apache.tomcat.jdbc.pool.ConnectionPool.getCo... | resolved fixed | ef547fb | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-02T21:15:07Z | 2011-03-02T21:06:40Z | modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,855 | Bug 50855 NullPointerException thrown in AuthenticatorBase.register method for null principal | null | resolved fixed | b24b0c0 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-06T07:33:58Z | 2011-03-02T15:33:20Z | java/org/apache/catalina/authenticator/AuthenticatorBase.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
26,701 | Bug 26701 Enabling web applications to register their own stream handlers | A stream handler factory can be registered once per VM and tomcat registers the DirContextStreamHandlerFactory for the jndi protocol. However if there are web applications running inside that want to register handlers for custom scheme currently it is not possible. Can the DirContextStreamHandlerFactory be enhanced to ... | resolved fixed | f622e3a | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-06T22:12:10Z | 2004-02-06T01:13:20Z | java/org/apache/catalina/loader/WebappLoader.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
26,701 | Bug 26701 Enabling web applications to register their own stream handlers | A stream handler factory can be registered once per VM and tomcat registers the DirContextStreamHandlerFactory for the jndi protocol. However if there are web applications running inside that want to register handlers for custom scheme currently it is not possible. Can the DirContextStreamHandlerFactory be enhanced to ... | resolved fixed | f622e3a | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-06T22:12:10Z | 2004-02-06T01:13:20Z | java/org/apache/naming/resources/Constants.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
26,701 | Bug 26701 Enabling web applications to register their own stream handlers | A stream handler factory can be registered once per VM and tomcat registers the DirContextStreamHandlerFactory for the jndi protocol. However if there are web applications running inside that want to register handlers for custom scheme currently it is not possible. Can the DirContextStreamHandlerFactory be enhanced to ... | resolved fixed | f622e3a | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-06T22:12:10Z | 2004-02-06T01:13:20Z | java/org/apache/naming/resources/DirContextURLStreamHandlerFactory.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
26,701 | Bug 26701 Enabling web applications to register their own stream handlers | A stream handler factory can be registered once per VM and tomcat registers the DirContextStreamHandlerFactory for the jndi protocol. However if there are web applications running inside that want to register handlers for custom scheme currently it is not possible. Can the DirContextStreamHandlerFactory be enhanced to ... | resolved fixed | f622e3a | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-06T22:12:10Z | 2004-02-06T01:13:20Z | test/org/apache/naming/resources/TestDirContextURLStreamHandlerFactory.java | |
25,060 | Bug 25060 Reloading context orphans currently open jndi datasource connections | I fiddled around with this a while and have determined to the best of my ability that this is a real bug. I have a jndi datasource connected to a postgresql server. I have two jndi resources (a reader and writer) so that later I can implement a system with replication etc and deal with writes and reads to different con... | resolved fixed | 1211dbe | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-08T22:15:34Z | 2003-11-28T03:26:40Z | java/org/apache/catalina/core/StandardContext.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
25,060 | Bug 25060 Reloading context orphans currently open jndi datasource connections | I fiddled around with this a while and have determined to the best of my ability that this is a real bug. I have a jndi datasource connected to a postgresql server. I have two jndi resources (a reader and writer) so that later I can implement a system with replication etc and deal with writes and reads to different con... | resolved fixed | 1211dbe | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-08T22:15:34Z | 2003-11-28T03:26:40Z | java/org/apache/catalina/deploy/NamingResources.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,895 | Bug 50895 JSP compiler initializes classes during compile which can result in failures | null | resolved fixed | 5d61212 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-09T13:52:07Z | 2011-03-08T21:33:20Z | java/org/apache/jasper/compiler/ELFunctionMapper.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,887 | Bug 50887 Enhancement to set security-provider within AjpAprProcessor | null | resolved fixed | 552c4b7 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-13T14:01:34Z | 2011-03-08T10:26:40Z | java/org/apache/catalina/valves/SSLValve.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,887 | Bug 50887 Enhancement to set security-provider within AjpAprProcessor | null | resolved fixed | 552c4b7 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-13T14:01:34Z | 2011-03-08T10:26:40Z | java/org/apache/coyote/AbstractProtocolHandler.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
50,887 | Bug 50887 Enhancement to set security-provider within AjpAprProcessor | null | resolved fixed | 552c4b7 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-13T14:01:34Z | 2011-03-08T10:26:40Z | java/org/apache/coyote/ajp/AbstractAjpProcessor.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
50,887 | Bug 50887 Enhancement to set security-provider within AjpAprProcessor | null | resolved fixed | 552c4b7 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-13T14:01:34Z | 2011-03-08T10:26:40Z | java/org/apache/coyote/ajp/AjpAprProtocol.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
50,887 | Bug 50887 Enhancement to set security-provider within AjpAprProcessor | null | resolved fixed | 552c4b7 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-13T14:01:34Z | 2011-03-08T10:26:40Z | java/org/apache/coyote/ajp/AjpProtocol.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
50,887 | Bug 50887 Enhancement to set security-provider within AjpAprProcessor | null | resolved fixed | 552c4b7 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-13T14:01:34Z | 2011-03-08T10:26:40Z | java/org/apache/coyote/http11/Http11AprProcessor.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
50,887 | Bug 50887 Enhancement to set security-provider within AjpAprProcessor | null | resolved fixed | 552c4b7 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-13T14:01:34Z | 2011-03-08T10:26:40Z | java/org/apache/coyote/http11/Http11AprProtocol.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
50,903 | Bug 50903 Current keep-alive request processed after connector.stop() | When the connector is stopped, if a connection is in a keep-alive state the next request received by that connection will be processed and then the connection will be closed. When the request is received, it should be rejected. Outstanding questions: - What return code (if any) should be sent back to the client? - If t... | resolved fixed | c8ea62e | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-15T17:48:15Z | 2011-03-09T19:46:40Z | java/org/apache/coyote/ajp/AjpProcessor.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
50,903 | Bug 50903 Current keep-alive request processed after connector.stop() | When the connector is stopped, if a connection is in a keep-alive state the next request received by that connection will be processed and then the connection will be closed. When the request is received, it should be rejected. Outstanding questions: - What return code (if any) should be sent back to the client? - If t... | resolved fixed | c8ea62e | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-15T17:48:15Z | 2011-03-09T19:46:40Z | java/org/apache/coyote/http11/Http11AprProcessor.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
50,903 | Bug 50903 Current keep-alive request processed after connector.stop() | When the connector is stopped, if a connection is in a keep-alive state the next request received by that connection will be processed and then the connection will be closed. When the request is received, it should be rejected. Outstanding questions: - What return code (if any) should be sent back to the client? - If t... | resolved fixed | c8ea62e | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-15T17:48:15Z | 2011-03-09T19:46:40Z | java/org/apache/coyote/http11/Http11NioProcessor.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
50,903 | Bug 50903 Current keep-alive request processed after connector.stop() | When the connector is stopped, if a connection is in a keep-alive state the next request received by that connection will be processed and then the connection will be closed. When the request is received, it should be rejected. Outstanding questions: - What return code (if any) should be sent back to the client? - If t... | resolved fixed | c8ea62e | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-15T17:48:15Z | 2011-03-09T19:46:40Z | java/org/apache/coyote/http11/Http11Processor.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
50,903 | Bug 50903 Current keep-alive request processed after connector.stop() | When the connector is stopped, if a connection is in a keep-alive state the next request received by that connection will be processed and then the connection will be closed. When the request is received, it should be rejected. Outstanding questions: - What return code (if any) should be sent back to the client? - If t... | resolved fixed | c8ea62e | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-15T17:48:15Z | 2011-03-09T19:46:40Z | test/org/apache/catalina/connector/TestConnector.java | |
50,903 | Bug 50903 Current keep-alive request processed after connector.stop() | When the connector is stopped, if a connection is in a keep-alive state the next request received by that connection will be processed and then the connection will be closed. When the request is received, it should be rejected. Outstanding questions: - What return code (if any) should be sent back to the client? - If t... | resolved fixed | c8ea62e | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-15T17:48:15Z | 2011-03-09T19:46:40Z | test/org/apache/catalina/startup/TesterServlet.java | |
50,903 | Bug 50903 Current keep-alive request processed after connector.stop() | When the connector is stopped, if a connection is in a keep-alive state the next request received by that connection will be processed and then the connection will be closed. When the request is received, it should be rejected. Outstanding questions: - What return code (if any) should be sent back to the client? - If t... | resolved fixed | c8ea62e | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-15T17:48:15Z | 2011-03-09T19:46:40Z | test/org/apache/catalina/startup/TomcatBaseTest.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,929 | Bug 50929 [patch] Ensure rethrown exceptions retain the original cause | null | resolved fixed | 0c96676 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-15T23:05:53Z | 2011-03-14T16:26:40Z | java/javax/servlet/http/HttpUtils.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not u... |
50,929 | Bug 50929 [patch] Ensure rethrown exceptions retain the original cause | null | resolved fixed | 0c96676 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-15T23:05:53Z | 2011-03-14T16:26:40Z | java/org/apache/catalina/connector/CoyoteInputStream.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,929 | Bug 50929 [patch] Ensure rethrown exceptions retain the original cause | null | resolved fixed | 0c96676 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-15T23:05:53Z | 2011-03-14T16:26:40Z | java/org/apache/catalina/realm/JDBCRealm.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,929 | Bug 50929 [patch] Ensure rethrown exceptions retain the original cause | null | resolved fixed | 0c96676 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-15T23:05:53Z | 2011-03-14T16:26:40Z | java/org/apache/catalina/valves/JDBCAccessLogValve.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,929 | Bug 50929 [patch] Ensure rethrown exceptions retain the original cause | null | resolved fixed | 0c96676 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-15T23:05:53Z | 2011-03-14T16:26:40Z | java/org/apache/naming/resources/WARDirContext.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,929 | Bug 50929 [patch] Ensure rethrown exceptions retain the original cause | null | resolved fixed | 0c96676 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-15T23:05:53Z | 2011-03-14T16:26:40Z | java/org/apache/tomcat/util/digester/NodeCreateRule.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,927 | Bug 50927 [patch] More specific error message for missing SSLCertificateFile | null | resolved fixed | e34f848 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-16T09:30:10Z | 2011-03-14T13:40:00Z | java/org/apache/tomcat/util/net/AprEndpoint.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
50,997 | Bug 50997 StandardJarScanner ignores web-fragment.xml files in unpacked jars if they are not ending with ".jar" | null | resolved fixed | 62ddb9e | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-30T20:06:25Z | 2011-03-30T15:46:40Z | java/org/apache/catalina/startup/ContextConfig.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,997 | Bug 50997 StandardJarScanner ignores web-fragment.xml files in unpacked jars if they are not ending with ".jar" | null | resolved fixed | 62ddb9e | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-03-30T20:06:25Z | 2011-03-30T15:46:40Z | java/org/apache/tomcat/util/scan/StandardJarScanner.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
51,038 | Bug 51038 No access logs for Servlet 3.0 async requests | Access logs written by org.apache.catalina.valves.AccessLogValve are not being written for servlet 3.0 async requests. To reproduce: - Handle a request asynchronously by marking the servlet with @WebServlet(asyncSupported=true) - Send some traffic and notice that nothing is being written to the access logs. AccessLogVa... | resolved fixed | dc3dff4 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-04-16T21:22:58Z | 2011-04-07T15:26:40Z | java/org/apache/catalina/connector/CoyoteAdapter.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
51,038 | Bug 51038 No access logs for Servlet 3.0 async requests | Access logs written by org.apache.catalina.valves.AccessLogValve are not being written for servlet 3.0 async requests. To reproduce: - Handle a request asynchronously by marking the servlet with @WebServlet(asyncSupported=true) - Send some traffic and notice that nothing is being written to the access logs. AccessLogVa... | resolved fixed | dc3dff4 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-04-16T21:22:58Z | 2011-04-07T15:26:40Z | test/org/apache/catalina/core/TestAsyncContextImpl.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
51,038 | Bug 51038 No access logs for Servlet 3.0 async requests | Access logs written by org.apache.catalina.valves.AccessLogValve are not being written for servlet 3.0 async requests. To reproduce: - Handle a request asynchronously by marking the servlet with @WebServlet(asyncSupported=true) - Send some traffic and notice that nothing is being written to the access logs. AccessLogVa... | resolved fixed | dc3dff4 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-04-16T21:22:58Z | 2011-04-07T15:26:40Z | test/org/apache/catalina/valves/TesterAccessLogValve.java | |
51,042 | Bug 51042 HttpSessionListener.sessionCreated() is called a second time when user is authenticated with no matching sessionDestroyed() call. | When my web application has a HttpSessionListener configured in its web.xml, then that classes sessionCreated() is called when a user is assigned a new session. However, that method is *also* called when that user authenticates itself and the session is assigned a new ID (whether or not this is actually a "new session"... | resolved fixed | dc3758e | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-04-16T22:25:28Z | 2011-04-08T10:53:20Z | java/org/apache/catalina/Session.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
51,042 | Bug 51042 HttpSessionListener.sessionCreated() is called a second time when user is authenticated with no matching sessionDestroyed() call. | When my web application has a HttpSessionListener configured in its web.xml, then that classes sessionCreated() is called when a user is assigned a new session. However, that method is *also* called when that user authenticates itself and the session is assigned a new ID (whether or not this is actually a "new session"... | resolved fixed | dc3758e | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-04-16T22:25:28Z | 2011-04-08T10:53:20Z | java/org/apache/catalina/ha/session/DeltaManager.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
51,042 | Bug 51042 HttpSessionListener.sessionCreated() is called a second time when user is authenticated with no matching sessionDestroyed() call. | When my web application has a HttpSessionListener configured in its web.xml, then that classes sessionCreated() is called when a user is assigned a new session. However, that method is *also* called when that user authenticates itself and the session is assigned a new ID (whether or not this is actually a "new session"... | resolved fixed | dc3758e | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-04-16T22:25:28Z | 2011-04-08T10:53:20Z | java/org/apache/catalina/ha/session/DeltaSession.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
51,042 | Bug 51042 HttpSessionListener.sessionCreated() is called a second time when user is authenticated with no matching sessionDestroyed() call. | When my web application has a HttpSessionListener configured in its web.xml, then that classes sessionCreated() is called when a user is assigned a new session. However, that method is *also* called when that user authenticates itself and the session is assigned a new ID (whether or not this is actually a "new session"... | resolved fixed | dc3758e | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-04-16T22:25:28Z | 2011-04-08T10:53:20Z | java/org/apache/catalina/ha/session/JvmRouteBinderValve.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
51,042 | Bug 51042 HttpSessionListener.sessionCreated() is called a second time when user is authenticated with no matching sessionDestroyed() call. | When my web application has a HttpSessionListener configured in its web.xml, then that classes sessionCreated() is called when a user is assigned a new session. However, that method is *also* called when that user authenticates itself and the session is assigned a new ID (whether or not this is actually a "new session"... | resolved fixed | dc3758e | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-04-16T22:25:28Z | 2011-04-08T10:53:20Z | java/org/apache/catalina/manager/DummyProxySession.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
51,042 | Bug 51042 HttpSessionListener.sessionCreated() is called a second time when user is authenticated with no matching sessionDestroyed() call. | When my web application has a HttpSessionListener configured in its web.xml, then that classes sessionCreated() is called when a user is assigned a new session. However, that method is *also* called when that user authenticates itself and the session is assigned a new ID (whether or not this is actually a "new session"... | resolved fixed | dc3758e | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-04-16T22:25:28Z | 2011-04-08T10:53:20Z | java/org/apache/catalina/session/ManagerBase.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
51,042 | Bug 51042 HttpSessionListener.sessionCreated() is called a second time when user is authenticated with no matching sessionDestroyed() call. | When my web application has a HttpSessionListener configured in its web.xml, then that classes sessionCreated() is called when a user is assigned a new session. However, that method is *also* called when that user authenticates itself and the session is assigned a new ID (whether or not this is actually a "new session"... | resolved fixed | dc3758e | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-04-16T22:25:28Z | 2011-04-08T10:53:20Z | java/org/apache/catalina/session/StandardSession.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,173 | Bug 50173 JDBCSampler discards ResultSet from a PreparedStatement. | Hi, I am using JMeter with a Test Plan that uses a JDBC Request with a PreparedStatement query type. When running this I am getting the following error in the jmeter.log file 2010/10/28 11:30:31 INFO - jmeter.threads.JMeterThread: Thread started: JDBC Users 1-1 2010/10/28 12:13:38 ERROR - jmeter.threads.JMeterThread: E... | resolved fixed | 3a847c7 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-04-17T00:02:29Z | 2010-10-28T15:33:20Z | java/org/apache/tomcat/util/net/AprEndpoint.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
51,095 | Bug 51095 NPE in AprEndpoint.java | null | resolved fixed | 75d28d4 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-04-23T21:57:58Z | 2011-04-20T17:20:00Z | java/org/apache/tomcat/util/net/AprEndpoint.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
51,136 | Bug 51136 Allow to set the context name through Tomcat's embeded class before adding it to the host | org.apache.catalina.startup.Tomcat creates contexts and add them to the host directly. It would be nice if we could set the name of the context before adding it to the host. I'm including a patch that overloads the methods "addWebapp" and "addContext" to take that name as a parameter. | resolved fixed | 2dc54c4 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-04T08:48:26Z | 2011-04-29T20:46:40Z | java/org/apache/catalina/startup/Tomcat.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
51,124 | Bug 51124 ArrayIndexOutOfBoundsException after setting org.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true | First of all, I know that there has been a bug regarding a similar problem before and that it was fixed. But currently this bugs occurs even with tomcat version 6.0.32. We have a problem with the tomcat runnign with the parameter org.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true. After the tomcat has just sta... | resolved fixed | 2cdbcd5 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-04T19:53:54Z | 2011-04-27T10:26:40Z | java/org/apache/jasper/runtime/BodyContentImpl.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
51,119 | Bug 51119 extras - JmxRemoteLifecycleListener does not support JAAS based authentication and authorisation | (Also true in Tomcat 7) The JmxRemoteLifecycleListener does not support JAAS based authentication. That is, when authentication is required, it only supports file based authentication. | resolved fixed | 2ffa0f7 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-04T20:22:08Z | 2011-04-26T09:26:40Z | java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
51,099 | Bug 51099 SPNEGO loginConfigName does not work | As reported by fhanik on the dev list: 2. com.sun.security.jgss.krb5.accept is not configurable While the authenticator has the attribute loginConfigName, there seems to be a place in the code where it omits this entry. renaming this entry in jaas.conf and setting the loginConfigName will fail to validate a ticket The ... | resolved fixed | 343a609 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-04T21:47:09Z | 2011-04-21T10:00:00Z | java/org/apache/catalina/authenticator/SpnegoAuthenticator.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,950 | Bug 50950 NotSerializableException: org.apache.catalina.realm.GenericPrincipal | null | resolved fixed | 0559491 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-05T12:38:44Z | 2011-03-20T16:53:20Z | java/org/apache/catalina/ha/session/DeltaSession.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
51,154 | Bug 51154 Spurious @deprecated tags in ServletContext | null | resolved fixed | 01e1850 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-06T07:54:53Z | 2011-05-06T00:00:00Z | java/javax/servlet/ServletContext.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
51,155 | Bug 51155 Missing @deprecated comments | null | resolved fixed | f477068 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-06T08:05:42Z | 2011-05-06T00:00:00Z | java/javax/servlet/jsp/el/ELException.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
51,155 | Bug 51155 Missing @deprecated comments | null | resolved fixed | f477068 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-06T08:05:42Z | 2011-05-06T00:00:00Z | java/javax/servlet/jsp/el/ELParseException.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not u... |
51,155 | Bug 51155 Missing @deprecated comments | null | resolved fixed | f477068 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-06T08:05:42Z | 2011-05-06T00:00:00Z | java/javax/servlet/jsp/el/Expression.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not u... |
51,155 | Bug 51155 Missing @deprecated comments | null | resolved fixed | f477068 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-06T08:05:42Z | 2011-05-06T00:00:00Z | java/javax/servlet/jsp/el/ExpressionEvaluator.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
51,155 | Bug 51155 Missing @deprecated comments | null | resolved fixed | f477068 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-06T08:05:42Z | 2011-05-06T00:00:00Z | java/javax/servlet/jsp/el/FunctionMapper.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not u... |
51,155 | Bug 51155 Missing @deprecated comments | null | resolved fixed | f477068 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-06T08:05:42Z | 2011-05-06T00:00:00Z | java/javax/servlet/jsp/el/VariableResolver.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
51,156 | Bug 51156 "Expire sessions" button not visible for context configured in server.xml | If app is configured in server.xml like this: {code} <Host name="www.myapp.pl" appBase="/usr/lib/tomcat/webapps" unpackWARs="false" autoDeploy="false" xmlValidation="false" xmlNamespaceAware="false" > <Context docBase="/var/www/myapp" path="" cacheMaxSize="5120" cacheTTL="60000" cachingAllowed="true" > </Context> <Cont... | resolved fixed | de7f0e1 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-06T09:22:38Z | 2011-05-06T05:33:20Z | java/org/apache/catalina/manager/HTMLManagerServlet.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
51,208 | Bug 51208 SVN TRUNK : JDBC interceptor options are not taken into account | null | resolved fixed | 2bb247a | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-17T14:41:09Z | 2011-05-17T13:46:40Z | modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolProperties.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
51,212 | Bug 51212 QueryStats has synchornisation issues | null | resolved fixed | b24b17c | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-18T17:46:01Z | 2011-05-17T19:20:00Z | modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
51,229 | Bug 51229 Some async examples are not work correctly | null | resolved fixed | 55d8b72 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-19T08:55:43Z | 2011-05-19T10:13:20Z | webapps/examples/WEB-INF/classes/async/Async0.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not u... |
51,220 | Bug 51220 Add system property that makes it possible for jsp pages with the extends page directive to take advantage of tag pooling | null | resolved fixed | c46e56c | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-19T10:44:12Z | 2011-05-18T20:20:00Z | java/org/apache/jasper/compiler/Generator.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
35,054 | Bug 35054 warn if appBase is not existing as a File or directory | otherwise, it may very hard to find what is wrong | resolved fixed | 9bb6e4f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-20T18:11:53Z | 2005-05-25T14:06:40Z | java/org/apache/catalina/startup/HostConfig.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
51,185 | Bug 51185 Performance : DataSourceProxy#createPool should use more fine grained synchronisation | null | resolved fixed | 4bdd8d0 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-20T22:03:39Z | 2011-05-11T13:20:00Z | modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSourceProxy.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
27,122 | Bug 27122 IE plugins cannot access components through Tomcat 5 over SSL | SSL seems to be failing when the Content-Type header is set to "image/svg+xml". I've only seen this failure when SSL was running on a Solaris machine. (uname -a: SunOS [hostname removed] 5.8 Generic_108528-18 sun4u sparc SUNW,Ultra-60) When attempted on Windows, we were unable to duplicate the error. This reliably fail... | resolved fixed | 4161179 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-22T22:54:15Z | 2004-02-21T02:20:00Z | java/org/apache/catalina/authenticator/AuthenticatorBase.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
51,226 | Bug 51226 [Patch] to add FindLeaks ant task | There is no ant task for FindLeaks. | resolved fixed | 1cd5e7b | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-24T16:04:08Z | 2011-05-19T10:13:20Z | java/org/apache/catalina/ant/FindLeaksTask.java | |
51,226 | Bug 51226 [Patch] to add FindLeaks ant task | There is no ant task for FindLeaks. | resolved fixed | 1cd5e7b | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-24T16:04:08Z | 2011-05-19T10:13:20Z | java/org/apache/catalina/manager/HTMLManagerServlet.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
51,226 | Bug 51226 [Patch] to add FindLeaks ant task | There is no ant task for FindLeaks. | resolved fixed | 1cd5e7b | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-24T16:04:08Z | 2011-05-19T10:13:20Z | java/org/apache/catalina/manager/ManagerServlet.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
51,240 | Bug 51240 maxConnections not honors config when acceptorThreadCount > 1 | null | resolved fixed | 73f9592 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-26T15:27:52Z | 2011-05-23T00:20:00Z | java/org/apache/tomcat/util/net/AbstractEndpoint.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
51,240 | Bug 51240 maxConnections not honors config when acceptorThreadCount > 1 | null | resolved fixed | 73f9592 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-26T15:27:52Z | 2011-05-23T00:20:00Z | java/org/apache/tomcat/util/net/AprEndpoint.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
51,240 | Bug 51240 maxConnections not honors config when acceptorThreadCount > 1 | null | resolved fixed | 73f9592 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-26T15:27:52Z | 2011-05-23T00:20:00Z | java/org/apache/tomcat/util/net/JIoEndpoint.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
51,240 | Bug 51240 maxConnections not honors config when acceptorThreadCount > 1 | null | resolved fixed | 73f9592 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-26T15:27:52Z | 2011-05-23T00:20:00Z | java/org/apache/tomcat/util/net/NioEndpoint.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
51,240 | Bug 51240 maxConnections not honors config when acceptorThreadCount > 1 | null | resolved fixed | 73f9592 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-26T15:27:52Z | 2011-05-23T00:20:00Z | java/org/apache/tomcat/util/threads/CounterLatch.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
51,240 | Bug 51240 maxConnections not honors config when acceptorThreadCount > 1 | null | resolved fixed | 73f9592 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-26T15:27:52Z | 2011-05-23T00:20:00Z | java/org/apache/tomcat/util/threads/LimitLatch.java | |
51,240 | Bug 51240 maxConnections not honors config when acceptorThreadCount > 1 | null | resolved fixed | 73f9592 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-26T15:27:52Z | 2011-05-23T00:20:00Z | test/org/apache/tomcat/util/threads/TestCounterLatch.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
51,240 | Bug 51240 maxConnections not honors config when acceptorThreadCount > 1 | null | resolved fixed | 73f9592 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-26T15:27:52Z | 2011-05-23T00:20:00Z | test/org/apache/tomcat/util/threads/TestLimitLatch.java | |
51,277 | Bug 51277 NPE during the form authentication when form-login-config is missed | null | resolved fixed | 5b0919c | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-05-31T13:06:11Z | 2011-05-27T15:26:40Z | java/org/apache/catalina/authenticator/FormAuthenticator.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
51,276 | Bug 51276 Startup time is too high if there are few JARs in "lib/" and a few webapps. | Startup time in tomcat 7.0.14 is 10x higher than 7.0.12, if there are a few shared JARs in tomcat/lib and a few webapps. The issue is very simple to reproduce, simply add 10 empty directories in tomcat/webapps and (for example) the Metro webservices jars in tomcat/lib. On my machine the startup time increase from 0.5 s... | resolved fixed | 5109678 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-06-02T11:12:04Z | 2011-05-27T15:26:40Z | java/org/apache/catalina/startup/ContextConfig.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
51,276 | Bug 51276 Startup time is too high if there are few JARs in "lib/" and a few webapps. | Startup time in tomcat 7.0.14 is 10x higher than 7.0.12, if there are a few shared JARs in tomcat/lib and a few webapps. The issue is very simple to reproduce, simply add 10 empty directories in tomcat/webapps and (for example) the Metro webservices jars in tomcat/lib. On my machine the startup time increase from 0.5 s... | resolved fixed | 5109678 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-06-02T11:12:04Z | 2011-05-27T15:26:40Z | java/org/apache/catalina/startup/TldConfig.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
51,276 | Bug 51276 Startup time is too high if there are few JARs in "lib/" and a few webapps. | Startup time in tomcat 7.0.14 is 10x higher than 7.0.12, if there are a few shared JARs in tomcat/lib and a few webapps. The issue is very simple to reproduce, simply add 10 empty directories in tomcat/webapps and (for example) the Metro webservices jars in tomcat/lib. On my machine the startup time increase from 0.5 s... | resolved fixed | 5109678 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-06-02T11:12:04Z | 2011-05-27T15:26:40Z | java/org/apache/jasper/compiler/TldLocationsCache.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
51,276 | Bug 51276 Startup time is too high if there are few JARs in "lib/" and a few webapps. | Startup time in tomcat 7.0.14 is 10x higher than 7.0.12, if there are a few shared JARs in tomcat/lib and a few webapps. The issue is very simple to reproduce, simply add 10 empty directories in tomcat/webapps and (for example) the Metro webservices jars in tomcat/lib. On my machine the startup time increase from 0.5 s... | resolved fixed | 5109678 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-06-02T11:12:04Z | 2011-05-27T15:26:40Z | java/org/apache/tomcat/util/scan/FileUrlJar.java | |
51,276 | Bug 51276 Startup time is too high if there are few JARs in "lib/" and a few webapps. | Startup time in tomcat 7.0.14 is 10x higher than 7.0.12, if there are a few shared JARs in tomcat/lib and a few webapps. The issue is very simple to reproduce, simply add 10 empty directories in tomcat/webapps and (for example) the Metro webservices jars in tomcat/lib. On my machine the startup time increase from 0.5 s... | resolved fixed | 5109678 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-06-02T11:12:04Z | 2011-05-27T15:26:40Z | java/org/apache/tomcat/util/scan/Jar.java | |
51,276 | Bug 51276 Startup time is too high if there are few JARs in "lib/" and a few webapps. | Startup time in tomcat 7.0.14 is 10x higher than 7.0.12, if there are a few shared JARs in tomcat/lib and a few webapps. The issue is very simple to reproduce, simply add 10 empty directories in tomcat/webapps and (for example) the Metro webservices jars in tomcat/lib. On my machine the startup time increase from 0.5 s... | resolved fixed | 5109678 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-06-02T11:12:04Z | 2011-05-27T15:26:40Z | java/org/apache/tomcat/util/scan/JarFactory.java | |
51,276 | Bug 51276 Startup time is too high if there are few JARs in "lib/" and a few webapps. | Startup time in tomcat 7.0.14 is 10x higher than 7.0.12, if there are a few shared JARs in tomcat/lib and a few webapps. The issue is very simple to reproduce, simply add 10 empty directories in tomcat/webapps and (for example) the Metro webservices jars in tomcat/lib. On my machine the startup time increase from 0.5 s... | resolved fixed | 5109678 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-06-02T11:12:04Z | 2011-05-27T15:26:40Z | java/org/apache/tomcat/util/scan/UrlJar.java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.