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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
55,262 | Bug 55262 Duplicate preludes and codas in same <jsp-property-group> are ignored | If a <jsp-property-group> contains multiple <include-prelude> elements that happen to refer to the same file only one include is performed. The same applies to codas. This happens because WebXml stores these in a LinkedHashSet rather than a List. When multiple <jsp-property-group>s are combined, JspConfig uses a Vector... | resolved fixed | 85f611e | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-07-20T20:46:58Z | 2013-07-14T05:33:20Z | java/org/apache/tomcat/util/descriptor/web/JspPropertyGroup.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... |
55,262 | Bug 55262 Duplicate preludes and codas in same <jsp-property-group> are ignored | If a <jsp-property-group> contains multiple <include-prelude> elements that happen to refer to the same file only one include is performed. The same applies to codas. This happens because WebXml stores these in a LinkedHashSet rather than a List. When multiple <jsp-property-group>s are combined, JspConfig uses a Vector... | resolved fixed | 85f611e | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-07-20T20:46:58Z | 2013-07-14T05:33:20Z | test/org/apache/jasper/compiler/TestCompiler.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 ... |
55,262 | Bug 55262 Duplicate preludes and codas in same <jsp-property-group> are ignored | If a <jsp-property-group> contains multiple <include-prelude> elements that happen to refer to the same file only one include is performed. The same applies to codas. This happens because WebXml stores these in a LinkedHashSet rather than a List. When multiple <jsp-property-group>s are combined, JspConfig uses a Vector... | resolved fixed | 85f611e | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-07-20T20:46:58Z | 2013-07-14T05:33:20Z | test/org/apache/jasper/servlet/TestJspCServletContext.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 ... |
55,262 | Bug 55262 Duplicate preludes and codas in same <jsp-property-group> are ignored | If a <jsp-property-group> contains multiple <include-prelude> elements that happen to refer to the same file only one include is performed. The same applies to codas. This happens because WebXml stores these in a LinkedHashSet rather than a List. When multiple <jsp-property-group>s are combined, JspConfig uses a Vector... | resolved fixed | 85f611e | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-07-20T20:46:58Z | 2013-07-14T05:33:20Z | test/org/apache/tomcat/util/descriptor/web/TestJspPropertyGroup.java | |
55,291 | Bug 55291 Bug in WsServerContainer leading to NPE | null | resolved fixed | ab6f21d | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-07-22T14:26:57Z | 2013-07-22T16:20:00Z | java/org/apache/tomcat/websocket/server/WsServerContainer.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... |
55,267 | Bug 55267 NIO thread locked | Did some load test and thread got stuck, see dump. Basically I just simulate 100 users that connect and disconnect. | resolved fixed | 11bf498 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-07-23T14:21:38Z | 2013-07-15T14:53:20Z | java/org/apache/coyote/ajp/AjpNioProcessor.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... |
55,267 | Bug 55267 NIO thread locked | Did some load test and thread got stuck, see dump. Basically I just simulate 100 users that connect and disconnect. | resolved fixed | 11bf498 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-07-23T14:21:38Z | 2013-07-15T14:53:20Z | java/org/apache/coyote/http11/InternalNioOutputBuffer.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... |
55,267 | Bug 55267 NIO thread locked | Did some load test and thread got stuck, see dump. Basically I just simulate 100 users that connect and disconnect. | resolved fixed | 11bf498 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-07-23T14:21:38Z | 2013-07-15T14:53:20Z | java/org/apache/coyote/http11/upgrade/NioServletOutputStream.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... |
55,267 | Bug 55267 NIO thread locked | Did some load test and thread got stuck, see dump. Basically I just simulate 100 users that connect and disconnect. | resolved fixed | 11bf498 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-07-23T14:21:38Z | 2013-07-15T14:53:20Z | 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... |
55,287 | Bug 55287 ServletContainerInitializer in parent classloader may not be found | To include the JasperInitializer in the test environment I added an entry in testclasses/META-INF/services. This is not picked up when the parent classloader is searched because this path is a directory not a JAR file. It would be picked up if the "scanAllDirectories" extension was enabled but that should not be necess... | resolved fixed | 6e514c0 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-07-28T23:01:23Z | 2013-07-21T23:40:00Z | 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 ... |
55,287 | Bug 55287 ServletContainerInitializer in parent classloader may not be found | To include the JasperInitializer in the test environment I added an entry in testclasses/META-INF/services. This is not picked up when the parent classloader is searched because this path is a directory not a JAR file. It would be picked up if the "scanAllDirectories" extension was enabled but that should not be necess... | resolved fixed | 6e514c0 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-07-28T23:01:23Z | 2013-07-21T23:40:00Z | java/org/apache/catalina/startup/WebappServiceLoader.java | |
55,287 | Bug 55287 ServletContainerInitializer in parent classloader may not be found | To include the JasperInitializer in the test environment I added an entry in testclasses/META-INF/services. This is not picked up when the parent classloader is searched because this path is a directory not a JAR file. It would be picked up if the "scanAllDirectories" extension was enabled but that should not be necess... | resolved fixed | 6e514c0 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-07-28T23:01:23Z | 2013-07-21T23:40:00Z | test/org/apache/catalina/startup/TestWebappServiceLoader.java | |
55,309 | Bug 55309 Concurrent issue of TagPluginManager | null | resolved fixed | 11c05b7 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-07-29T20:55:45Z | 2013-07-26T09:13:20Z | java/org/apache/jasper/compiler/TagPluginManager.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 ... |
55,312 | Bug 55312 No SCI scan in embedded Tomcat | I like the fact that SCI scanning is off by default in a Tomcat embedded instance, but I'd lik eto be able to switch it on. It might even be possible already, but the API is non-obvious. Maybe a method in Tomcat or associated friendly helper? Would also be nice in Tomcat 7. | resolved fixed | 7540e90 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-07-31T13:13:10Z | 2013-07-26T20:20:00Z | 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... |
55,316 | Bug 55316 Ugly error log when WS client disconnects unexpectedly | When a WS browser client disconnects unexpectedly (e.g. in the SNake sample if the user just closes the browser or loads another page) you get ugle ERROR logs in the Tomcat server. E.g. 2013-07-27 12:04:34.424 ERROR 31847 --- [nio-8080-exec-7] org.apache.tomcat.websocket.WsSession : Failed to send close message to remo... | resolved fixed | d370084 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-07-31T14:41:55Z | 2013-07-27T15:46:40Z | java/org/apache/tomcat/websocket/WsSession.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 ... |
55,333 | Bug 55333 JDBCRealm Digest authentication Flow is not working throws Function sequence error | Issue: Digest authentication flow is not working Error Thrown : Function sequence error PackageName: org.apache.catalina.realm ClassName : JDBCRealm MethodName: String getPassword(String username) Snapshot from above mentioned method =================================== stmt = credentials(dbConnection, username); rs = s... | resolved fixed | 6cd42af | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-08-01T10:13:31Z | 2013-07-31T22:33:20Z | 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 ... |
55,345 | Bug 55345 Webresources class AbstractResourceSet throws exception upon callong ServletContext.getRealPath("") | As described on user list: Tomcat 8, unlike Tomcat 7.0.42, throws IllegalArgumentException upon calling ServletContext.getRealPath(""). It seems that TC8 expects that argument provided to getRealPath is non-empty string. I believe that ServletContext.getRealPath should allow empty string as argument. -Ognjen Stack trac... | closed fixed | aa15bac | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-08-02T20:05:43Z | 2013-08-02T16:13: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 ... |
52,092 | Bug 52092 Please make AsyncFileHandler and OneLineFormatter the default for logging.properties | Apache Tomcat 7 has created some very important enhancements to logging, and we should exploit them. Please make the org.apache.juli.AsyncFileHandler and org.apache.juli.OneLineFormatter the defaults for shipped conf/logging.properties. These enhancements have been vetted with over 20 releases of Apache Tomcat, let's g... | resolved fixed | 7d0408e | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-08-07T21:14:55Z | 2011-10-26T14:40:00Z | java/org/apache/juli/FileHandler.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 ... |
55,404 | Bug 55404 ContextConfig#validateSecurityRoles emits three info log messages which contain a warning | null | resolved fixed | df02b95 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-08-12T14:27:33Z | 2013-08-12T17: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 ... |
55,400 | Bug 55400 WsFilter not compatible with async sample applications | null | resolved fixed | 3490f73 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-08-14T12:29:03Z | 2013-08-11T00:13:20Z | java/org/apache/tomcat/websocket/server/WsServerContainer.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... |
55,357 | Bug 55357 Cannot deserialize session when it contains Externalizable objects (using PersistentManager) | I'm using PersistentManager with JDBCStore to store sessions in my database. But in my webapplication, there is an object in my session which is an instance of org.apache.el.MethodExpressionImpl. This class implements the Externalizable interface but in this readExternal method it uses org.apache.el.util.ReflectionUtil... | resolved fixed | e19e794 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-08-15T14:06:20Z | 2013-08-05T19:13:20Z | java/org/apache/catalina/session/FileStore.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 ... |
55,357 | Bug 55357 Cannot deserialize session when it contains Externalizable objects (using PersistentManager) | I'm using PersistentManager with JDBCStore to store sessions in my database. But in my webapplication, there is an object in my session which is an instance of org.apache.el.MethodExpressionImpl. This class implements the Externalizable interface but in this readExternal method it uses org.apache.el.util.ReflectionUtil... | resolved fixed | e19e794 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-08-15T14:06:20Z | 2013-08-05T19:13:20Z | java/org/apache/catalina/session/JDBCStore.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 ... |
55,354 | Bug 55354 JNDIRealm.getPrincipal(context,username,gssCredential) corrupts realm context | The getPrincipal(context,username,gssCredential) method in JNDIRealm is designed to allow delegated credentials to be applied to the directory server connection as part of SPNEGO authentication. This is done by manipulation of a number of the directory context's environment parameters. However, as currently implemented... | resolved fixed | 135e2c4 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-08-15T20:31:48Z | 2013-08-05T08:06: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 ... |
55,434 | Bug 55434 The path /foo/a/a/bar causes IllegalArgumentException when WsServerContainer creates UriTemplate | WsFilter calls WsServerContainer.findMapping("/foo/a/a/bar"), which in turn calls new UriTemplate(path). If the path contains repeated segments, it causes the following code in the UriTemplate constructor to throw an exception: Segment old = this.segments.put(segment, new Segment(index, segment)); if (old != null) { th... | resolved fixed | 98ee5b4 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-08-18T18:14:36Z | 2013-08-16T21:53:20Z | java/org/apache/tomcat/websocket/server/UriTemplate.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... |
55,434 | Bug 55434 The path /foo/a/a/bar causes IllegalArgumentException when WsServerContainer creates UriTemplate | WsFilter calls WsServerContainer.findMapping("/foo/a/a/bar"), which in turn calls new UriTemplate(path). If the path contains repeated segments, it causes the following code in the UriTemplate constructor to throw an exception: Segment old = this.segments.put(segment, new Segment(index, segment)); if (old != null) { th... | resolved fixed | 98ee5b4 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-08-18T18:14:36Z | 2013-08-16T21:53:20Z | test/org/apache/tomcat/websocket/server/TestUriTemplate.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... |
55,438 | Bug 55438 Non Blocking API's onAllDataRead being called twice | null | resolved fixed | 7f6ea48 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-08-19T14:54:15Z | 2013-08-16T21:53:20Z | java/org/apache/catalina/connector/InputBuffer.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 ... |
55,438 | Bug 55438 Non Blocking API's onAllDataRead being called twice | null | resolved fixed | 7f6ea48 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-08-19T14:54:15Z | 2013-08-16T21:53:20Z | 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 ... |
55,438 | Bug 55438 Non Blocking API's onAllDataRead being called twice | null | resolved fixed | 7f6ea48 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-08-19T14:54:15Z | 2013-08-16T21:53:20Z | java/org/apache/coyote/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... |
55,438 | Bug 55438 Non Blocking API's onAllDataRead being called twice | null | resolved fixed | 7f6ea48 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-08-19T14:54:15Z | 2013-08-16T21:53:20Z | test/org/apache/catalina/nonblocking/TestNonBlockingAPI.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 ... |
55,442 | Bug 55442 EL Constructor throws exception | In the EL 3.0 Spec, section 1.22.3 "Constructor Reference" states "A class name reference, followed by arguments in parenthesis, such as "Boolean(true)" denotes the invocation of the constructor of the class with the supplied arguments." This leads me to believe that the following test should work: @Test public void te... | resolved fixed | ab70f07 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-08-20T08:38:29Z | 2013-08-17T17:20:00Z | java/org/apache/el/parser/AstFunction.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 ... |
55,442 | Bug 55442 EL Constructor throws exception | In the EL 3.0 Spec, section 1.22.3 "Constructor Reference" states "A class name reference, followed by arguments in parenthesis, such as "Boolean(true)" denotes the invocation of the constructor of the class with the supplied arguments." This leads me to believe that the following test should work: @Test public void te... | resolved fixed | ab70f07 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-08-20T08:38:29Z | 2013-08-17T17:20:00Z | test/org/apache/el/parser/TestAstFunction.java | |
55,454 | Bug 55454 NullPointerException caused by invalid contentType, e.g. trailing semicolon | possible related to 53353 When having an invalid contenttype like: <jsp:directive.page language="java" contentType="text/html;"/> (note the trailing ";") Tomcat throws a NullPointerException like this: java.lang.NullPointerException org.apache.tomcat.util.http.parser.HttpParser.parseMediaType(HttpParser.java:217) org.a... | resolved fixed | 8b03dcf | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-08-20T15:02:23Z | 2013-08-20T14:46:40Z | java/org/apache/tomcat/util/http/parser/HttpParser.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 ... |
55,454 | Bug 55454 NullPointerException caused by invalid contentType, e.g. trailing semicolon | possible related to 53353 When having an invalid contenttype like: <jsp:directive.page language="java" contentType="text/html;"/> (note the trailing ";") Tomcat throws a NullPointerException like this: java.lang.NullPointerException org.apache.tomcat.util.http.parser.HttpParser.parseMediaType(HttpParser.java:217) org.a... | resolved fixed | 8b03dcf | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-08-20T15:02:23Z | 2013-08-20T14:46:40Z | test/org/apache/tomcat/util/http/parser/TestMediaType.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... |
55,469 | Bug 55469 Missing HTML closing tags in Manager application | null | resolved fixed | 9a22360 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-08-23T06:34:50Z | 2013-08-23T01: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 ... |
51,526 | Bug 51526 Process web application context config with embedded Tomcat.addWebApp(...) | It would be nice if org.apache.catalina.startup.Tomcat.addWebApp(...) would process the web application's META-INF/context.xml if found. The current implementation skips META-INF/context.xml loading, and does not appear to offer any hook to enable it--the StandardContext is instantiated and initialized with a null conf... | resolved fixed | 058f044 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-08-27T19:22:47Z | 2011-07-19T01: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,526 | Bug 51526 Process web application context config with embedded Tomcat.addWebApp(...) | It would be nice if org.apache.catalina.startup.Tomcat.addWebApp(...) would process the web application's META-INF/context.xml if found. The current implementation skips META-INF/context.xml loading, and does not appear to offer any hook to enable it--the StandardContext is instantiated and initialized with a null conf... | resolved fixed | 058f044 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-08-27T19:22:47Z | 2011-07-19T01:46: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 ... |
55,453 | Bug 55453 AJP send Body with Status 304 | null | resolved fixed | 6d99103 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-08-28T13:01:03Z | 2013-08-20T09:13:20Z | 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... |
55,453 | Bug 55453 AJP send Body with Status 304 | null | resolved fixed | 6d99103 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-08-28T13:01:03Z | 2013-08-20T09:13:20Z | test/org/apache/coyote/ajp/TestAbstractAjpProcessor.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... |
55,494 | Bug 55494 JNDIRealm throws exception after timeout / Connection reset | null | resolved fixed | 7e74aee | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-08-28T14:02:50Z | 2013-08-28T17:13:20Z | 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 ... |
55,500 | Bug 55500 AsyncListener.onTimeout is not called via AJP AjpNioProtocol connector | The AsyncListener.onTimeout is not called, when timeout occurs, when traffic routed via AJP connector configured with AjpNioProtocol protocol. | resolved fixed | cf1e104 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-03T09:24:08Z | 2013-08-29T15: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... |
55,500 | Bug 55500 AsyncListener.onTimeout is not called via AJP AjpNioProtocol connector | The AsyncListener.onTimeout is not called, when timeout occurs, when traffic routed via AJP connector configured with AjpNioProtocol protocol. | resolved fixed | cf1e104 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-03T09:24:08Z | 2013-08-29T15:26:40Z | java/org/apache/coyote/ajp/AjpAprProcessor.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... |
55,500 | Bug 55500 AsyncListener.onTimeout is not called via AJP AjpNioProtocol connector | The AsyncListener.onTimeout is not called, when timeout occurs, when traffic routed via AJP connector configured with AjpNioProtocol protocol. | resolved fixed | cf1e104 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-03T09:24:08Z | 2013-08-29T15:26:40Z | java/org/apache/coyote/ajp/AjpNioProcessor.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... |
55,500 | Bug 55500 AsyncListener.onTimeout is not called via AJP AjpNioProtocol connector | The AsyncListener.onTimeout is not called, when timeout occurs, when traffic routed via AJP connector configured with AjpNioProtocol protocol. | resolved fixed | cf1e104 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-03T09:24:08Z | 2013-08-29T15:26: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... |
55,342 | Bug 55342 Lost interruption | org.apache.tomcat.jdbc.pool.ConnectionPool#close should not call Thread.interrupted() because interrupt was already reset by code that thrown InterruptedException. } catch (InterruptedException ex) { if (getPoolProperties().getPropagateInterruptState()) { Thread.currentThread().interrupt(); - } else { - Thread.interrup... | resolved fixed | 41225cd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-04T02:17:25Z | 2013-08-02T10:40:00Z | modules/jdbc-pool/src/main/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 ... |
55,343 | Bug 55343 Add flag to ignore exceptions while creating initial pool | I want my initial pool to be of some size i.e. not empty AND start even if it fails to create all or some of connections. If pool fails to create initial connections for some reason it just throws exceptions. To workaround that I have to set initial pool size to 0. It can be handy to add a flag to ignore (just log them... | resolved fixed | 4aa42d7 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-04T08:56:24Z | 2013-08-02T10:40:00Z | modules/jdbc-pool/src/main/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 ... |
55,343 | Bug 55343 Add flag to ignore exceptions while creating initial pool | I want my initial pool to be of some size i.e. not empty AND start even if it fails to create all or some of connections. If pool fails to create initial connections for some reason it just throws exceptions. To workaround that I have to set initial pool size to 0. It can be handy to add a flag to ignore (just log them... | resolved fixed | 4aa42d7 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-04T08:56:24Z | 2013-08-02T10:40:00Z | modules/jdbc-pool/src/main/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 ... |
55,343 | Bug 55343 Add flag to ignore exceptions while creating initial pool | I want my initial pool to be of some size i.e. not empty AND start even if it fails to create all or some of connections. If pool fails to create initial connections for some reason it just throws exceptions. To workaround that I have to set initial pool size to 0. It can be handy to add a flag to ignore (just log them... | resolved fixed | 4aa42d7 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-04T08:56:24Z | 2013-08-02T10:40: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 ... |
55,343 | Bug 55343 Add flag to ignore exceptions while creating initial pool | I want my initial pool to be of some size i.e. not empty AND start even if it fails to create all or some of connections. If pool fails to create initial connections for some reason it just throws exceptions. To workaround that I have to set initial pool size to 0. It can be handy to add a flag to ignore (just log them... | resolved fixed | 4aa42d7 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-04T08:56:24Z | 2013-08-02T10:40:00Z | modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolConfiguration.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 ... |
55,343 | Bug 55343 Add flag to ignore exceptions while creating initial pool | I want my initial pool to be of some size i.e. not empty AND start even if it fails to create all or some of connections. If pool fails to create initial connections for some reason it just throws exceptions. To workaround that I have to set initial pool size to 0. It can be handy to add a flag to ignore (just log them... | resolved fixed | 4aa42d7 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-04T08:56:24Z | 2013-08-02T10:40:00Z | 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 ... |
55,343 | Bug 55343 Add flag to ignore exceptions while creating initial pool | I want my initial pool to be of some size i.e. not empty AND start even if it fails to create all or some of connections. If pool fails to create initial connections for some reason it just throws exceptions. To workaround that I have to set initial pool size to 0. It can be handy to add a flag to ignore (just log them... | resolved fixed | 4aa42d7 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-04T08:56:24Z | 2013-08-02T10:40:00Z | modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/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 not... |
55,527 | Bug 55527 JSSESocketFactory conditionally converts alias to lower case; condition is unwise | JSSESocketFactory conditionally converts the alias to lower case. The condition is coded as follows: private static final String defaultKeystoreType = "JKS"; ... if (JSSESocketFactory.defaultKeystoreType.equals(keystoreType)) { alias = alias.toLowerCase(Locale.ENGLISH); } If the intention is to downcase only JKS store ... | resolved fixed | f126b5a | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-05T10:36:34Z | 2013-09-05T14:06:40Z | 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... |
55,521 | Bug 55521 Race Condition in HttpSession#invalidate() / HttpServletRequest#getSession(boolean) | null | resolved fixed | 262c069 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-05T15:42:48Z | 2013-09-04T13:06:40Z | 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 ... |
55,521 | Bug 55521 Race Condition in HttpSession#invalidate() / HttpServletRequest#getSession(boolean) | null | resolved fixed | 262c069 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-05T15:42:48Z | 2013-09-04T13: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 ... |
54,693 | Bug 54693 Add a validationQueryTimeout property | null | resolved fixed | b022c57 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-09T10:11:07Z | 2013-03-14T00:13:20Z | modules/jdbc-pool/src/main/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 ... |
54,693 | Bug 54693 Add a validationQueryTimeout property | null | resolved fixed | b022c57 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-09T10:11:07Z | 2013-03-14T00:13:20Z | modules/jdbc-pool/src/main/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 ... |
54,693 | Bug 54693 Add a validationQueryTimeout property | null | resolved fixed | b022c57 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-09T10:11:07Z | 2013-03-14T00:13:20Z | 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 ... |
54,693 | Bug 54693 Add a validationQueryTimeout property | null | resolved fixed | b022c57 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-09T10:11:07Z | 2013-03-14T00:13:20Z | modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolConfiguration.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 ... |
54,693 | Bug 54693 Add a validationQueryTimeout property | null | resolved fixed | b022c57 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-09T10:11:07Z | 2013-03-14T00:13:20Z | 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 ... |
54,693 | Bug 54693 Add a validationQueryTimeout property | null | resolved fixed | b022c57 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-09T10:11:07Z | 2013-03-14T00:13:20Z | modules/jdbc-pool/src/main/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 ... |
54,693 | Bug 54693 Add a validationQueryTimeout property | null | resolved fixed | b022c57 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-09T10:11:07Z | 2013-03-14T00:13:20Z | modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/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 not... |
54,693 | Bug 54693 Add a validationQueryTimeout property | null | resolved fixed | b022c57 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-09T10:11:07Z | 2013-03-14T00:13:20Z | modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/TestValidationQueryTimeout.java | |
55,552 | Bug 55552 Potential NullPointerException in compiled JSPs if expected EL result is of primitive type | null | resolved fixed | 66932c4 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-12T10:06:16Z | 2013-09-12T10:00:00Z | java/org/apache/jasper/compiler/JspUtil.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 ... |
52,558 | Bug 52558 CometConnectionManagerValve is adding non-serializable Request[] to Session | CometConnectionManagerValve is adding HttpServletRequest[] to HttpSession which is preventing the Session being serialized in a Clustered setup. We're resolving this locally using a serializable ConnectionList class with a transient Request[] i.e. public class ConnectionList implements Serializable { transient Request[... | resolved fixed | b284611 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-12T11:16:15Z | 2012-01-30T16:13:20Z | java/org/apache/catalina/valves/CometConnectionManagerValve.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 ... |
46,727 | Bug 46727 DefaultServlet - serving multiple encodings | null | resolved fixed | f74257e | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-18T13:21:08Z | 2009-02-17T19:46:40Z | java/org/apache/catalina/servlets/DefaultServlet.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 ... |
55,570 | Bug 55570 SpnegoAuthenticator: Resource file is missing placeholders for exceptions. | In java/org/apache/catalina/authenticator/SpnegoAuthenticator.java problems are logged with an exception. The exception does not show up in the logging. The exception only shows up if I hack java/org/apache/catalina/authenticator/LocalStrings.properties in catalina.jar, and add a placeholder. REPRODUCE: - Configure SP-... | resolved fixed | 910d4d9 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-19T14:50:06Z | 2013-09-19T17: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 ... |
55,582 | Bug 55582 Concurrent issue of TagFileProcessor | null | resolved fixed | f627cc8 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-23T13:54:31Z | 2013-09-22T14:26:40Z | 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 ... |
55,576 | Bug 55576 Order of ServletRequest parameters is not preserved | The ServletRequest interface provides two methods to iterate through request parameters: Enumeration<String> getParameterNames(), and Map<String, String[]> getParameterMap() Unfortunately, the underlying implementation in Tomcat is a HashMap, which fails to preserve the order of parameters as they are specified in the ... | resolved fixed | 90556a9 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-23T20:52:58Z | 2013-09-21T02:20:00Z | java/org/apache/catalina/util/ParameterMap.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 ... |
55,576 | Bug 55576 Order of ServletRequest parameters is not preserved | The ServletRequest interface provides two methods to iterate through request parameters: Enumeration<String> getParameterNames(), and Map<String, String[]> getParameterMap() Unfortunately, the underlying implementation in Tomcat is a HashMap, which fails to preserve the order of parameters as they are specified in the ... | resolved fixed | 90556a9 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-23T20:52:58Z | 2013-09-21T02:20:00Z | java/org/apache/tomcat/util/http/Parameters.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... |
55,317 | Bug 55317 Facilitate weaving by allowing ClassFileTransformer to be added to WebppClassLoader | null | resolved fixed | dd0cba7 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-26T22:55:22Z | 2013-07-28T11:13:20Z | 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 ... |
55,317 | Bug 55317 Facilitate weaving by allowing ClassFileTransformer to be added to WebppClassLoader | null | resolved fixed | dd0cba7 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-26T22:55:22Z | 2013-07-28T11:13:20Z | java/org/apache/tomcat/InstrumentableClassLoader.java | |
55,317 | Bug 55317 Facilitate weaving by allowing ClassFileTransformer to be added to WebppClassLoader | null | resolved fixed | dd0cba7 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-26T22:55:22Z | 2013-07-28T11:13:20Z | test/org/apache/catalina/loader/TestWebappClassLoaderWeaving.java | |
55,317 | Bug 55317 Facilitate weaving by allowing ClassFileTransformer to be added to WebppClassLoader | null | resolved fixed | dd0cba7 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-26T22:55:22Z | 2013-07-28T11:13:20Z | test/org/apache/catalina/loader/TesterNeverWeavedClass.java | |
55,317 | Bug 55317 Facilitate weaving by allowing ClassFileTransformer to be added to WebppClassLoader | null | resolved fixed | dd0cba7 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-09-26T22:55:22Z | 2013-07-28T11:13:20Z | test/org/apache/catalina/loader/TesterUnweavedClass.java | |
55,629 | Bug 55629 StatusManagerServlet does not remove JMX notification listener | StatusManagerServlet.destroy should call mBeanServer.removeNotificationListener because init method call mBeanServer.addNotificationListener. | resolved fixed | 95faaec | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-10-07T08:36:23Z | 2013-10-05T21:53:20Z | java/org/apache/catalina/manager/StatusManagerServlet.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 ... |
55,630 | Bug 55630 clean way to avoid setURLStreamHandlerFactory call | A current method is to set WebappLoader.first via reflection (because private). I think the setURLStreamHandlerFactory should be move to Catalina.start ('first' static field can be move in Catalina). So we could have a static method in Catalina to prevent setURLStreamHandlerFactory call while first starting. | resolved fixed | bd56eea | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-10-07T18:49:56Z | 2013-10-05T21:53:20Z | java/org/apache/catalina/webresources/TomcatURLStreamHandlerFactory.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 ... |
55,642 | Bug 55642 TagPluginManager isConstantAttribute broken | Function isConstantAttribute in TagPluginManager seems to be be broken. For value "order.status" it returns false. And for value "${order.state.name}" it returns true. According to javadoc it should be exact opposite. Problem seems to be in Node.isLiteral function. "el!= null" should probably be "el== null" But this fu... | resolved fixed | af49b44 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-10-09T14:33:39Z | 2013-10-09T17:33:20Z | java/org/apache/jasper/compiler/Node.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 ... |
55,642 | Bug 55642 TagPluginManager isConstantAttribute broken | Function isConstantAttribute in TagPluginManager seems to be be broken. For value "order.status" it returns false. And for value "${order.state.name}" it returns true. According to javadoc it should be exact opposite. Problem seems to be in Node.isLiteral function. "el!= null" should probably be "el== null" But this fu... | resolved fixed | af49b44 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-10-09T14:33:39Z | 2013-10-09T17:33:20Z | test/org/apache/jasper/compiler/TestNode.java | |
55,251 | Bug 55251 JspC fails silently if directory for generated web.xml does not exist | If the file specified for webXml (via call to setWebXml) cannot be created (for example if the directory does not exist), then JspC fails silently. | resolved fixed | 06d8338 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-10-10T13:38:20Z | 2013-07-12T09:06:40Z | java/org/apache/jasper/JspC.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 ... |
54,095 | Bug 54095 [patch] support gzipped versions of static resources by DefaultServlet | null | resolved fixed | f0101d0 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-10-10T21:24:59Z | 2012-11-04T00:46:40Z | java/org/apache/catalina/servlets/DefaultServlet.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 ... |
54,095 | Bug 54095 [patch] support gzipped versions of static resources by DefaultServlet | null | resolved fixed | f0101d0 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-10-10T21:24:59Z | 2012-11-04T00:46:40Z | test/org/apache/catalina/servlets/TestDefaultServlet.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 ... |
55,656 | Bug 55656 Server ClassLoader not used for Server creation | null | resolved fixed | 86ec1f4 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-10-17T15:26:13Z | 2013-10-16T13:26:40Z | java/org/apache/catalina/startup/Catalina.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 ... |
55,664 | Bug 55664 [websocket] NPE in Util$DecoderMatch during application start | null | resolved fixed | 4e4a24a | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-10-18T07:40:00Z | 2013-10-17T22:46:40Z | java/org/apache/tomcat/websocket/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 ... |
55,664 | Bug 55664 [websocket] NPE in Util$DecoderMatch during application start | null | resolved fixed | 4e4a24a | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-10-18T07:40:00Z | 2013-10-17T22:46:40Z | test/org/apache/tomcat/websocket/TestUtil.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 ... |
55,664 | Bug 55664 [websocket] NPE in Util$DecoderMatch during application start | null | resolved fixed | 4e4a24a | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-10-18T07:40:00Z | 2013-10-17T22:46:40Z | test/org/apache/tomcat/websocket/pojo/TestEncodingDecoding.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... |
55,681 | Bug 55681 JSR-356 message handling: NULL pointer being thrown when DecodeException is caught in PojoMessageHandlerWholeBase<T>.onMessage | I am testing what happens when Encode/Decode Exceptions occur during JSR-356 communication. In our case, we do NOT use annotation, but we "extend Endpoint" and "implement Whole<ThingworxMessage>". I was forcing a DecodeException to occur - expecting to my onError to be called with the actual DecodeException. Instead, I... | resolved fixed | 514cefb | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-10-20T21:03:52Z | 2013-10-20T23:00:00Z | java/org/apache/tomcat/websocket/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 ... |
55,681 | Bug 55681 JSR-356 message handling: NULL pointer being thrown when DecodeException is caught in PojoMessageHandlerWholeBase<T>.onMessage | I am testing what happens when Encode/Decode Exceptions occur during JSR-356 communication. In our case, we do NOT use annotation, but we "extend Endpoint" and "implement Whole<ThingworxMessage>". I was forcing a DecodeException to occur - expecting to my onError to be called with the actual DecodeException. Instead, I... | resolved fixed | 514cefb | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-10-20T21:03:52Z | 2013-10-20T23:00:00Z | java/org/apache/tomcat/websocket/WsSession.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 ... |
55,691 | Bug 55691 javax.el.ArrayELResolver.setValue not supporting arrays of primitives | was working in tomcat 6.0.20 ERROR javax.faces.context.ExceptionHandlerWrapper - javax.faces.component.UpdateModelException: java.lang.ClassCastException: Unable to add an object of type [java.lang.Integer] to an array of objects of type [int] java.lang.ClassCastException: Unable to add an object of type [java.lang.Int... | resolved fixed | b82c0c6 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-10-28T20:59:41Z | 2013-10-23T03:46:40Z | java/javax/el/ArrayELResolver.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 ... |
55,691 | Bug 55691 javax.el.ArrayELResolver.setValue not supporting arrays of primitives | was working in tomcat 6.0.20 ERROR javax.faces.context.ExceptionHandlerWrapper - javax.faces.component.UpdateModelException: java.lang.ClassCastException: Unable to add an object of type [java.lang.Integer] to an array of objects of type [int] java.lang.ClassCastException: Unable to add an object of type [java.lang.Int... | resolved fixed | b82c0c6 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-10-28T20:59:41Z | 2013-10-23T03:46:40Z | java/javax/el/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 ... |
55,691 | Bug 55691 javax.el.ArrayELResolver.setValue not supporting arrays of primitives | was working in tomcat 6.0.20 ERROR javax.faces.context.ExceptionHandlerWrapper - javax.faces.component.UpdateModelException: java.lang.ClassCastException: Unable to add an object of type [java.lang.Integer] to an array of objects of type [int] java.lang.ClassCastException: Unable to add an object of type [java.lang.Int... | resolved fixed | b82c0c6 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-10-28T20:59:41Z | 2013-10-23T03:46:40Z | test/javax/el/TestArrayELResolver.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 ... |
55,684 | Bug 55684 WebappClassLoader.getThread want an access to root ThreadGroup | Tomcat may not have all permissions granted. The method WebappClassLoader.getThread try to access the root ThreadGroup in order to list all threads. You should either manage SecurityException or avoid to access the parent ThreadGroup of the thread which start Tomcat. | resolved fixed | d244284 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-10-29T09:53:27Z | 2013-10-21T21:13:20Z | 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 ... |
55,702 | Bug 55702 TLD cannot be loaded if CATALINA_HOME contains spaces | A web application containing an own TLD within its WEB-INF directory fails to render a JSP page referencing that TLD if Tomcat it installed into a directory with spaces in the path, such as "C:\Program Files\...". After moving the entire Tomcat installation directory to a path without spaces (such as "C:\1\Tomcat8"), t... | resolved fixed | ad50e54 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-10-29T13:00:00Z | 2013-10-25T14:06:40Z | 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 ... |
55,715 | Bug 55715 RemoteEndpoint.Async#sendText(String, SendHandler) can cause StackOverflowErrors and contradicts Oracle's JavaDoc | null | resolved fixed | 3f316f1 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-10-30T11:20:08Z | 2013-10-28T19:53:20Z | java/org/apache/tomcat/websocket/server/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 ... |
55,715 | Bug 55715 RemoteEndpoint.Async#sendText(String, SendHandler) can cause StackOverflowErrors and contradicts Oracle's JavaDoc | null | resolved fixed | 3f316f1 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-10-30T11:20:08Z | 2013-10-28T19:53:20Z | java/org/apache/tomcat/websocket/server/WsContextListener.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... |
55,715 | Bug 55715 RemoteEndpoint.Async#sendText(String, SendHandler) can cause StackOverflowErrors and contradicts Oracle's JavaDoc | null | resolved fixed | 3f316f1 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-10-30T11:20:08Z | 2013-10-28T19:53:20Z | java/org/apache/tomcat/websocket/server/WsHttpUpgradeHandler.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... |
55,715 | Bug 55715 RemoteEndpoint.Async#sendText(String, SendHandler) can cause StackOverflowErrors and contradicts Oracle's JavaDoc | null | resolved fixed | 3f316f1 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-10-30T11:20:08Z | 2013-10-28T19:53:20Z | java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.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 ... |
55,715 | Bug 55715 RemoteEndpoint.Async#sendText(String, SendHandler) can cause StackOverflowErrors and contradicts Oracle's JavaDoc | null | resolved fixed | 3f316f1 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-10-30T11:20:08Z | 2013-10-28T19:53:20Z | java/org/apache/tomcat/websocket/server/WsServerContainer.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... |
55,715 | Bug 55715 RemoteEndpoint.Async#sendText(String, SendHandler) can cause StackOverflowErrors and contradicts Oracle's JavaDoc | null | resolved fixed | 3f316f1 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-10-30T11:20:08Z | 2013-10-28T19:53:20Z | java/org/apache/tomcat/websocket/server/WsWriteTimeout.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... |
55,735 | Bug 55735 Additional quote entity in html element attribute evaluated in tagx if attribute contains EL expression | null | resolved fixed | 7ee1275 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-11-05T22:46:35Z | 2013-11-02T11:00:00Z | 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 ... |
55,735 | Bug 55735 Additional quote entity in html element attribute evaluated in tagx if attribute contains EL expression | null | resolved fixed | 7ee1275 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-11-05T22:46:35Z | 2013-11-02T11:00:00Z | java/org/apache/jasper/runtime/PageContextImpl.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 ... |
55,735 | Bug 55735 Additional quote entity in html element attribute evaluated in tagx if attribute contains EL expression | null | resolved fixed | 7ee1275 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2013-11-05T22:46:35Z | 2013-11-02T11:00:00Z | test/org/apache/jasper/compiler/TestParser.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.