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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-23T13:59:54Z | 2010-04-17T02:06:40Z | java/org/apache/catalina/startup/Bootstrap.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,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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-23T14:23:45Z | 2010-04-17T02:06:40Z | java/org/apache/catalina/realm/RealmBase.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,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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-23T14:23:45Z | 2010-04-17T02:06:40Z | 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 ... |
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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-23T14:23:45Z | 2010-04-17T02:06: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 ... |
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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-23T14:23:45Z | 2010-04-17T02:06:40Z | java/org/apache/catalina/util/ExtensionValidator.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,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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-23T14:23:45Z | 2010-04-17T02:06:40Z | java/org/apache/tomcat/util/modeler/modules/MbeansDescriptorsDigesterSource.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,140 | Bug 49140 Inefficient use of keySet() iterator in StandardContext.java | null | resolved fixed | b30fc95 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-23T15:03:28Z | 2010-04-17T02:06:40Z | java/org/apache/catalina/connector/Request.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,140 | Bug 49140 Inefficient use of keySet() iterator in StandardContext.java | null | resolved fixed | b30fc95 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-23T15:03:28Z | 2010-04-17T02:06:40Z | java/org/apache/catalina/core/ApplicationHttpRequest.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,140 | Bug 49140 Inefficient use of keySet() iterator in StandardContext.java | null | resolved fixed | b30fc95 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-23T15:03:28Z | 2010-04-17T02: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 ... |
49,140 | Bug 49140 Inefficient use of keySet() iterator in StandardContext.java | null | resolved fixed | b30fc95 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-23T15:03:28Z | 2010-04-17T02:06:40Z | java/org/apache/catalina/ha/authenticator/ClusterSingleSignOnListener.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,140 | Bug 49140 Inefficient use of keySet() iterator in StandardContext.java | null | resolved fixed | b30fc95 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-23T15:03:28Z | 2010-04-17T02:06:40Z | java/org/apache/catalina/ha/session/ClusterSessionListener.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,140 | Bug 49140 Inefficient use of keySet() iterator in StandardContext.java | null | resolved fixed | b30fc95 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-23T15:03:28Z | 2010-04-17T02:06: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 ... |
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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-25T12:56:32Z | 2010-02-05T17:13:20Z | java/org/apache/jasper/JspCompilationContext.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 ... |
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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-25T12:56:32Z | 2010-02-05T17:13:20Z | java/org/apache/jasper/compiler/ImplicitTagLibraryInfo.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 ... |
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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-25T12:56:32Z | 2010-02-05T17:13:20Z | java/org/apache/jasper/compiler/JarResource.java | |
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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-25T12:56:32Z | 2010-02-05T17:13:20Z | java/org/apache/jasper/compiler/JarURLResource.java | |
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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-25T12:56:32Z | 2010-02-05T17:13:20Z | java/org/apache/jasper/compiler/JspDocumentParser.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 ... |
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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-25T12:56:32Z | 2010-02-05T17:13:20Z | java/org/apache/jasper/compiler/Parser.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 ... |
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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-25T12:56:32Z | 2010-02-05T17:13:20Z | java/org/apache/jasper/compiler/ParserController.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 ... |
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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-25T12:56:32Z | 2010-02-05T17:13:20Z | java/org/apache/jasper/compiler/TagFileProcessor.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 ... |
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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-25T12:56:32Z | 2010-02-05T17:13:20Z | java/org/apache/jasper/compiler/TagLibraryInfoImpl.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 ... |
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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-25T12:56:32Z | 2010-02-05T17:13:20Z | java/org/apache/jasper/compiler/TldLocation.java | |
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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-25T12:56:32Z | 2010-02-05T17:13:20Z | 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 ... |
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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-25T12:56:32Z | 2010-02-05T17:13:20Z | java/org/apache/jasper/servlet/JspServletWrapper.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,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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-26T09:17:46Z | 2010-04-25T12:53:20Z | 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 ... |
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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-04-28T16:21:32Z | 2010-04-28T10:20:00Z | java/org/apache/catalina/core/ApplicationFilterRegistration.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,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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-01T15:20:31Z | 2010-04-12T02:40:00Z | test/org/apache/catalina/tribes/demos/IntrospectionUtils.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,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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-03T19:12:48Z | 2010-05-02T00:26:40Z | modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/DataSourceFactory.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,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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T08:01:52Z | 2010-05-10T19:33:20Z | modules/jdbc-pool/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 ... |
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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T09:46:42Z | 2010-05-01T10:33:20Z | 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 ... |
49,235 | Bug 49235 ServletContainerInitializer onStartup(Set<Class<?>> classSet is not expect class | null | resolved fixed | 4a581aa | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T15:48:36Z | 2010-04-30T06: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 ... |
49,228 | Bug 49228 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | a954806 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T15:53:10Z | 2010-04-29T16:53:20Z | java/org/apache/jasper/compiler/Validator.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,228 | Bug 49228 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | a954806 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T15:53:10Z | 2010-04-29T16:53:20Z | java/org/apache/jasper/tagplugins/jstl/Util.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,227 | Bug 49227 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 09abffb | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T19:51:45Z | 2010-04-29T16:53:20Z | 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... |
49,227 | Bug 49227 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 09abffb | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T19:51:45Z | 2010-04-29T16:53:20Z | 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,227 | Bug 49227 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 09abffb | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T19:51:45Z | 2010-04-29T16:53:20Z | 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... |
49,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53:20Z | java/org/apache/catalina/core/ApplicationPart.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,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53:20Z | java/org/apache/catalina/core/StandardEngine.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,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53:20Z | java/org/apache/catalina/core/StandardHost.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,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53:20Z | java/org/apache/catalina/deploy/FilterMap.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,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53: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 ... |
49,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53:20Z | java/org/apache/catalina/manager/util/SessionUtils.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,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53:20Z | java/org/apache/catalina/servlets/CGIServlet.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,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53:20Z | java/org/apache/catalina/servlets/WebdavServlet.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,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53:20Z | java/org/apache/catalina/ssi/ResponseIncludeWrapper.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,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53:20Z | java/org/apache/catalina/ssi/SSIMediator.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,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53:20Z | java/org/apache/catalina/ssi/SSIProcessor.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,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53:20Z | java/org/apache/catalina/ssi/SSIServlet.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,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53:20Z | java/org/apache/catalina/ssi/SSIServletExternalResolver.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,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53:20Z | java/org/apache/catalina/startup/ClassLoaderFactory.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,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53:20Z | 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 ... |
49,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53:20Z | 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 ... |
49,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53:20Z | java/org/apache/catalina/util/ExtensionValidator.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,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53:20Z | java/org/apache/catalina/util/MIME2Java.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,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53:20Z | java/org/apache/tomcat/util/buf/MessageBytes.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,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53:20Z | java/org/apache/tomcat/util/http/AcceptLanguage.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,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53:20Z | java/org/apache/tomcat/util/http/fileupload/FileItemHeadersImpl.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,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53:20Z | java/org/apache/tomcat/util/http/fileupload/FileUploadBase.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,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53:20Z | java/org/apache/tomcat/util/http/fileupload/ParameterParser.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,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53:20Z | java/org/apache/tomcat/util/http/fileupload/ServletFileUpload.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,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53:20Z | java/org/apache/tomcat/util/modeler/OperationInfo.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,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53:20Z | java/org/apache/tomcat/util/net/URL.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,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53:20Z | java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.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,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53:20Z | webapps/examples/WEB-INF/classes/examples/ShowSource.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... |
49,226 | Bug 49226 toLowerCase()/toUpperCase() may not work OK in all Locales | null | resolved fixed | 5ad9ecd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-11T20:05:15Z | 2010-04-29T16:53:20Z | webapps/examples/WEB-INF/classes/jsp2/examples/el/Functions.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... |
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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-12T10:29:06Z | 2010-04-29T14:06:40Z | modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/PooledConnection.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,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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-12T10:31:04Z | 2010-04-29T14:06:40Z | java/javax/servlet/http/Cookie.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... |
49,290 | Bug 49290 Using a JarScanner with scanAllDirectories=true causes Tomcat 7 not to start | null | resolved fixed | a7b96d0 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-15T22:52:18Z | 2010-05-14T15:13:20Z | 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 ... |
49,299 | Bug 49299 Servlet 3.0 ch.7.1.1 says that custom cookie name affects URL rewriting | null | resolved fixed | 9369636 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-16T21:47:26Z | 2010-05-15T21:46:40Z | java/org/apache/catalina/Globals.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,299 | Bug 49299 Servlet 3.0 ch.7.1.1 says that custom cookie name affects URL rewriting | null | resolved fixed | 9369636 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-16T21:47:26Z | 2010-05-15T21:46: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 ... |
49,299 | Bug 49299 Servlet 3.0 ch.7.1.1 says that custom cookie name affects URL rewriting | null | resolved fixed | 9369636 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-16T21:47:26Z | 2010-05-15T21:46:40Z | java/org/apache/catalina/connector/Request.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,299 | Bug 49299 Servlet 3.0 ch.7.1.1 says that custom cookie name affects URL rewriting | null | resolved fixed | 9369636 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-16T21:47:26Z | 2010-05-15T21:46:40Z | java/org/apache/catalina/connector/Response.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,299 | Bug 49299 Servlet 3.0 ch.7.1.1 says that custom cookie name affects URL rewriting | null | resolved fixed | 9369636 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-16T21:47:26Z | 2010-05-15T21:46:40Z | java/org/apache/catalina/core/ApplicationSessionCookieConfig.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,299 | Bug 49299 Servlet 3.0 ch.7.1.1 says that custom cookie name affects URL rewriting | null | resolved fixed | 9369636 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-16T21:47:26Z | 2010-05-15T21:46:40Z | java/org/apache/catalina/realm/RealmBase.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,299 | Bug 49299 Servlet 3.0 ch.7.1.1 says that custom cookie name affects URL rewriting | null | resolved fixed | 9369636 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-16T21:47:26Z | 2010-05-15T21:46:40Z | test/org/apache/catalina/connector/TestCoyoteAdaptor.java | |
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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-28T20:08:02Z | 2010-05-25T20:40:00Z | java/org/apache/catalina/connector/MapperListener.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,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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-31T16:57:45Z | 2010-05-29T21:53:20Z | java/org/apache/catalina/ha/session/BackupManager.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,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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-31T16:57:45Z | 2010-05-29T21: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 ... |
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 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-05-31T16:57:45Z | 2010-05-29T21:53:20Z | java/org/apache/catalina/session/PersistentManagerBase.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 ... |
48,971 | Bug 48971 memory leak protection : stopping TimeThreads should be optional and disabled by default | null | resolved fixed | ac8a5ba | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-06-01T16:59:14Z | 2010-03-24T03: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 ... |
48,971 | Bug 48971 memory leak protection : stopping TimeThreads should be optional and disabled by default | null | resolved fixed | ac8a5ba | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-06-01T16:59:14Z | 2010-03-24T03:06:40Z | java/org/apache/catalina/loader/WebappClassLoader.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 ... |
48,971 | Bug 48971 memory leak protection : stopping TimeThreads should be optional and disabled by default | null | resolved fixed | ac8a5ba | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-06-01T16:59:14Z | 2010-03-24T03:06:40Z | 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 ... |
49,376 | Bug 49376 Minor corrections to info properties. | The static info properties appear to contain legacy packages. | resolved fixed | e119b5b | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-06-06T21:31:20Z | 2010-06-03T10:13:20Z | java/org/apache/catalina/ha/authenticator/ClusterSingleSignOn.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,376 | Bug 49376 Minor corrections to info properties. | The static info properties appear to contain legacy packages. | resolved fixed | e119b5b | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-06-06T21:31:20Z | 2010-06-03T10:13:20Z | java/org/apache/catalina/ha/authenticator/ClusterSingleSignOnListener.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,376 | Bug 49376 Minor corrections to info properties. | The static info properties appear to contain legacy packages. | resolved fixed | e119b5b | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-06-06T21:31:20Z | 2010-06-03T10:13:20Z | java/org/apache/catalina/ha/session/ClusterSessionListener.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,445 | Bug 49445 After session ID is changed on authentication, the session replication does not work. | After r889716, session ID is changed on authentication. (default of changeSessionIdOnAuthentication is true. ) But DeltaManager doesn't notify other cluster nodes. Therefore, non-primary node keeps having old session ID. And, can not replicate of change of session attribute notified by new session ID. The workaround is... | resolved fixed | 4f990f1 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-06-16T11:01:45Z | 2010-06-16T09:20:00Z | 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 ... |
49,445 | Bug 49445 After session ID is changed on authentication, the session replication does not work. | After r889716, session ID is changed on authentication. (default of changeSessionIdOnAuthentication is true. ) But DeltaManager doesn't notify other cluster nodes. Therefore, non-primary node keeps having old session ID. And, can not replicate of change of session attribute notified by new session ID. The workaround is... | resolved fixed | 4f990f1 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-06-16T11:01:45Z | 2010-06-16T09:20:00Z | java/org/apache/catalina/ha/session/SessionMessage.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,445 | Bug 49445 After session ID is changed on authentication, the session replication does not work. | After r889716, session ID is changed on authentication. (default of changeSessionIdOnAuthentication is true. ) But DeltaManager doesn't notify other cluster nodes. Therefore, non-primary node keeps having old session ID. And, can not replicate of change of session attribute notified by new session ID. The workaround is... | resolved fixed | 4f990f1 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-06-16T11:01:45Z | 2010-06-16T09:20:00Z | java/org/apache/catalina/ha/session/SessionMessageImpl.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,443 | Bug 49443 RemoteIpValve : remoteIpHeader vs remoteIPHeader | null | resolved fixed | 27091e7 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-06-18T11:19:38Z | 2010-06-15T11:06:40Z | java/org/apache/catalina/filters/RemoteIpFilter.java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... |
49,443 | Bug 49443 RemoteIpValve : remoteIpHeader vs remoteIPHeader | null | resolved fixed | 27091e7 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-06-18T11:19:38Z | 2010-06-15T11:06:40Z | java/org/apache/catalina/valves/RemoteIpValve.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,476 | Bug 49476 Cannot expire selected session in Manager webapp | null | resolved fixed | a0159a3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-06-24T09:57:02Z | 2010-06-20T16:06:40Z | java/org/apache/catalina/filters/CsrfPreventionFilter.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,476 | Bug 49476 Cannot expire selected session in Manager webapp | null | resolved fixed | a0159a3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-06-24T09:57:02Z | 2010-06-20T16:06:40Z | 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 ... |
49,522 | Bug 49522 Complete Server status (status/all) causes stack trace | type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: javax.management.AttributeNotFoundException: Cannot find attribute startTime for org.apache.catalina.deploy.NamingResources@d1c778 org.apache.ca... | resolved fixed | 3c88f07 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-07-01T18:06:47Z | 2010-06-29T14:00:00Z | 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 ... |
49,525 | Bug 49525 IE8: Unabled to store data in HttpSession (root context) | Environment: Tomcat 7.0.0 Beta IE8 A simplest webapp only have a test.jsp below: <%=request.getSession().getId()%> this app installed as root context the test.jsp works fine in firefox but when using IE8 there is always a different session id where refresh the test page. BTW: the test.jsp works find in Tomcat 6.x | resolved fixed | 0b8a9a8 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-07-01T19:33:45Z | 2010-06-30T01:06:40Z | java/org/apache/catalina/core/ApplicationSessionCookieConfig.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,536 | Bug 49536 If no webapps deployed, accessing a URL returns 200 OK with no content instead of 404 | null | resolved fixed | 4e34898 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-07-01T21:35:19Z | 2010-07-01T07:40:00Z | 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 ... |
49,536 | Bug 49536 If no webapps deployed, accessing a URL returns 200 OK with no content instead of 404 | null | resolved fixed | 4e34898 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-07-01T21:35:19Z | 2010-07-01T07:40:00Z | java/org/apache/catalina/connector/MapperListener.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,536 | Bug 49536 If no webapps deployed, accessing a URL returns 200 OK with no content instead of 404 | null | resolved fixed | 4e34898 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-07-01T21:35:19Z | 2010-07-01T07:40:00Z | java/org/apache/catalina/connector/Request.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,536 | Bug 49536 If no webapps deployed, accessing a URL returns 200 OK with no content instead of 404 | null | resolved fixed | 4e34898 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-07-01T21:35:19Z | 2010-07-01T07:40:00Z | java/org/apache/tomcat/util/http/mapper/Mapper.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,530 | Bug 49530 Context is not correctly stopped at shutdown | null | resolved fixed | 3bd4bcb | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-07-02T18:04:14Z | 2010-06-30T15:00:00Z | java/org/apache/catalina/core/ContainerBase.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,550 | Bug 49550 [PATCH] Response class fix isSpace (deprecated) => isWhiteSpace | null | resolved fixed | 7b9630b | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-07-05T20:58:23Z | 2010-07-05T11:40:00Z | java/org/apache/catalina/connector/Response.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 ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.