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
53,301
Bug 53301 Servlet init method called twice with embedded Tomcat
When using embedded Tomcat, the servlet init method is called twice by the container. This has been seen with an Apache DirectMemory unit test. I have checked with a normal Tomcat launched by the Tomcat Maven plugin (mvn tomcat7:run) and in this case, the init method is correctly called once.
resolved fixed
6ce3128
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-01T10:16:50Z
2012-05-27T00:53:20Z
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 ...
53,337
Bug 53337 IllegalStateException when trying to render a JSP after startAsync
null
resolved fixed
c6b691d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-03T15:50:50Z
2012-05-31T21:33:20Z
java/org/apache/catalina/core/ApplicationDispatcher.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,337
Bug 53337 IllegalStateException when trying to render a JSP after startAsync
null
resolved fixed
c6b691d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-03T15:50:50Z
2012-05-31T21:33:20Z
test/org/apache/catalina/core/TestAsyncContextImpl.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
53,008
Bug 53008 New test case for Basic Authenticator
null
resolved fixed
a1c6165
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-03T16:44:49Z
2012-03-30T15:06:40Z
test/org/apache/catalina/authenticator/TestNonLoginAndBasicAuthenticator.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
53,339
Bug 53339 ClassNotFoundException when using WebSocketServlet
I'm trying to do a JNDI lookup inside the "onOpen" method of my StreamInbound class, but it gives me the exception below. The code works if I move my JNP JARs to the server lib instead of the webapp lib. The code also works fine from anywhere else, like in the "doGet" method. ERROR http-bio-8080-exec-3 Test javax.namin...
resolved fixed
d713894
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-03T18:47:25Z
2012-05-31T21:33:20Z
java/org/apache/catalina/websocket/StreamInbound.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,339
Bug 53339 ClassNotFoundException when using WebSocketServlet
I'm trying to do a JNDI lookup inside the "onOpen" method of my StreamInbound class, but it gives me the exception below. The code works if I move my JNP JARs to the server lib instead of the webapp lib. The code also works fine from anywhere else, like in the "doGet" method. ERROR http-bio-8080-exec-3 Test javax.namin...
resolved fixed
d713894
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-03T18:47:25Z
2012-05-31T21:33:20Z
test/org/apache/catalina/websocket/TestWebSocket.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,354
Bug 53354 <filter-mapping> doesn't find the @WebFilter(filterName)
As it's not possible to specify the invocation order in a @WebFilter, users are forced to explicitly specify <filter-mapping> in web.xml. This works in combination with a @WebFilter(filterName) in Glassfish and JBoss AS as follows: @WebFilter(filterName="filter1") public class Filter1 implements Filter {} @WebFilter(fi...
resolved fixed
b82c47e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-03T21:16:25Z
2012-06-04T00: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 ...
53,230
Bug 53230 Allow custom error mapping when Manager's maxActiveSessions is exceeded
null
resolved fixed
ea77dfb
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-05T21:46:21Z
2012-05-14T21:13:20Z
java/org/apache/catalina/session/ManagerBase.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
53,230
Bug 53230 Allow custom error mapping when Manager's maxActiveSessions is exceeded
null
resolved fixed
ea77dfb
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-05T21:46:21Z
2012-05-14T21:13:20Z
java/org/apache/catalina/session/TooManyActiveSessionsException.java
53,032
Bug 53032 Ant Jasper task fails to run when using XML namespaces; no output; no errors
null
resolved fixed
957d33b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-05T22:56:40Z
2012-04-04T00:40:00Z
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 ...
53,367
Bug 53367 Database failure may cause pool to hang
during the con.connect(); call in the method protected PooledConnection borrowConnection(long now, PooledConnection con, String username, String password) in ConnectionPool.java There is no counting down the size of the pool. This means, if a connection failure happens here, the pool size remains the same. This means t...
resolved fixed
1412935
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-06T01:02:41Z
2012-06-06T05:20: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 ...
53,367
Bug 53367 Database failure may cause pool to hang
during the con.connect(); call in the method protected PooledConnection borrowConnection(long now, PooledConnection con, String username, String password) in ConnectionPool.java There is no counting down the size of the pool. This means, if a connection failure happens here, the pool size remains the same. This means t...
resolved fixed
1412935
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-06T01:02:41Z
2012-06-06T05:20:00Z
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 ...
53,373
Bug 53373 Allow whitespace around delimiters in <Context> aliases for readability
null
resolved fixed
cf703d2
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-06T20:05:05Z
2012-06-07T00:46:40Z
java/org/apache/naming/resources/BaseDirContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,373
Bug 53373 Allow whitespace around delimiters in <Context> aliases for readability
null
resolved fixed
cf703d2
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-06T20:05:05Z
2012-06-07T00:46:40Z
test/org/apache/naming/resources/TestNamingContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,374
Bug 53374 DataSourceFactory does not support commitOnReturn property
DataSourceFactory does not support commitOnReturn property. DataSourceFactory.ALL_PROPERTIES and DataSourceFactory.parsePoolProperties() omit commitOnReturn property.
resolved fixed
0290e57
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-08T13:08:14Z
2012-06-07T00:46:40Z
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 ...
52,955
Bug 52955 Add a ThreadFactory implementation to the ExecutorService used to deploy applications
null
resolved fixed
d73c07a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-09T13:11:57Z
2012-03-21T11:40: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 ...
53,398
Bug 53398 Incorrect tag on XML response when calling 'manager/status?XML=true'
null
resolved fixed
2bf1556
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-11T20:09:20Z
2012-06-11T21:26:40Z
java/org/apache/catalina/manager/StatusTransformer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,266
Bug 53266 ServletContainerInitializer will crash catalina if dependcy is not present.
When using a ServletContainerInitializer with a HandlesTypes annotation if any of the classes specified in the HandlesTypes annotation are not available due to a missing jar file catalina will crash with a "java.lang.ArrayStoreException: sun.reflect.annotation.TypeNotPresentExceptionProxy". Caused by: java.lang.ArraySt...
resolved fixed
37e8c59
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-11T20:57:26Z
2012-05-20T18: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 ...
52,954
Bug 52954 Allowing for broken android HTTP DIGEST support
null
resolved fixed
bf41254
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-12T13:23:53Z
2012-03-21T11:40:00Z
java/org/apache/catalina/authenticator/DigestAuthenticator.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,406
Bug 53406 Stack overflow in connector
found against trunk on Jun 18, 2012 SEVERE: java.lang.StackOverflowError at org.apache.catalina.core.StandardContextValve.event(StandardContextValve.java:128) at org.apache.catalina.valves.ValveBase.event(ValveBase.java:204) at org.apache.catalina.core.StandardHostValve.event(StandardHostValve.java:223) at org.apache.c...
resolved fixed
ce24a10
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-13T15:46:30Z
2012-06-13T06:46:40Z
java/org/apache/coyote/http11/Http11AprProcessor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
53,406
Bug 53406 Stack overflow in connector
found against trunk on Jun 18, 2012 SEVERE: java.lang.StackOverflowError at org.apache.catalina.core.StandardContextValve.event(StandardContextValve.java:128) at org.apache.catalina.valves.ValveBase.event(ValveBase.java:204) at org.apache.catalina.core.StandardHostValve.event(StandardHostValve.java:223) at org.apache.c...
resolved fixed
ce24a10
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-13T15:46:30Z
2012-06-13T06:46:40Z
java/org/apache/coyote/http11/Http11NioProcessor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
53,450
Bug 53450 Deployment of an application with 'ROOT' context hangs forever
Hi, The scenario is the following: - I have running Tomcat 7.0.28 - I deploy an application with 'ROOT' context - The deployment hangs forever. When taking a tread dump, the following is suspicious: "localhost-startStop-2" daemon prio=6 tid=0x0000000006607800 nid=0x2560 waiting on condition [0x0000000009ebf000] java.la...
resolved fixed
91a13d2
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-21T19:55:06Z
2012-06-21T23:06:40Z
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 ...
53,421
Bug 53421 BeanELResolver's inner class BeanProperty throws incorrect message while PropertyNotFound
BeanELResolver's inner class BeanProperty(line: 264) has two methods (write, read) that will throw PropertyNotFoundException. And there current implementation are wrong: throw new PropertyNotFoundException(message(ctx, "propertyNotWritable", new Object[] { type.getName(), descriptor.getName() })); it should use owner.g...
resolved fixed
8a13b39
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-23T13:17:06Z
2012-06-15T17:06:40Z
java/javax/el/BeanELResolver.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,421
Bug 53421 BeanELResolver's inner class BeanProperty throws incorrect message while PropertyNotFound
BeanELResolver's inner class BeanProperty(line: 264) has two methods (write, read) that will throw PropertyNotFoundException. And there current implementation are wrong: throw new PropertyNotFoundException(message(ctx, "propertyNotWritable", new Object[] { type.getName(), descriptor.getName() })); it should use owner.g...
resolved fixed
8a13b39
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-23T13:17:06Z
2012-06-15T17:06:40Z
test/javax/el/TestBeanELResolver.java
53,430
Bug 53430 JVM crash at startup if TC-Native version is too old
null
resolved fixed
553259c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-25T12:53:27Z
2012-06-17T13:33:20Z
java/org/apache/catalina/connector/Connector.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,430
Bug 53430 JVM crash at startup if TC-Native version is too old
null
resolved fixed
553259c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-25T12:53:27Z
2012-06-17T13:33:20Z
java/org/apache/coyote/AbstractProtocol.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
53,430
Bug 53430 JVM crash at startup if TC-Native version is too old
null
resolved fixed
553259c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-25T12:53:27Z
2012-06-17T13:33:20Z
java/org/apache/coyote/ProtocolHandler.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
53,430
Bug 53430 JVM crash at startup if TC-Native version is too old
null
resolved fixed
553259c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-25T12:53:27Z
2012-06-17T13:33:20Z
java/org/apache/coyote/ajp/AjpAprProtocol.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
53,430
Bug 53430 JVM crash at startup if TC-Native version is too old
null
resolved fixed
553259c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-25T12:53:27Z
2012-06-17T13:33:20Z
java/org/apache/coyote/http11/Http11AprProtocol.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
53,445
Bug 53445 Support consistent Jmx object naming strategy across managed resources
Tomcat JDBC Pool Versions tested: 7.0.27 & 7.0.28 More of an inquiry. Let me preface by saying we have recently adopted this pool and are very pleased so far. Currently, Jmx managed resources like ConnectionPool and SlowQueryReportJmx are registered under the same domain (i.e. tomcat.jdbc). Some users may want to emplo...
resolved fixed
4e010fc
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-26T19:08:27Z
2012-06-20T22:06:40Z
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 ...
53,445
Bug 53445 Support consistent Jmx object naming strategy across managed resources
Tomcat JDBC Pool Versions tested: 7.0.27 & 7.0.28 More of an inquiry. Let me preface by saying we have recently adopted this pool and are very pleased so far. Currently, Jmx managed resources like ConnectionPool and SlowQueryReportJmx are registered under the same domain (i.e. tomcat.jdbc). Some users may want to emplo...
resolved fixed
4e010fc
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-26T19:08:27Z
2012-06-20T22:06:40Z
modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSource.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,445
Bug 53445 Support consistent Jmx object naming strategy across managed resources
Tomcat JDBC Pool Versions tested: 7.0.27 & 7.0.28 More of an inquiry. Let me preface by saying we have recently adopted this pool and are very pleased so far. Currently, Jmx managed resources like ConnectionPool and SlowQueryReportJmx are registered under the same domain (i.e. tomcat.jdbc). Some users may want to emplo...
resolved fixed
4e010fc
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-26T19:08:27Z
2012-06-20T22:06:40Z
modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReportJmx.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,445
Bug 53445 Support consistent Jmx object naming strategy across managed resources
Tomcat JDBC Pool Versions tested: 7.0.27 & 7.0.28 More of an inquiry. Let me preface by saying we have recently adopted this pool and are very pleased so far. Currently, Jmx managed resources like ConnectionPool and SlowQueryReportJmx are registered under the same domain (i.e. tomcat.jdbc). Some users may want to emplo...
resolved fixed
4e010fc
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-26T19:08:27Z
2012-06-20T22:06:40Z
modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/TestSlowQueryReport.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,460
Bug 53460 Use error handling when TooManyActiveSessionsException happens in JSP
null
resolved fixed
294c52b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-26T19:57:07Z
2012-06-23T16:46:40Z
java/org/apache/jasper/compiler/Generator.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
53,460
Bug 53460 Use error handling when TooManyActiveSessionsException happens in JSP
null
resolved fixed
294c52b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-26T19:57:07Z
2012-06-23T16:46:40Z
java/org/apache/jasper/runtime/JspFactoryImpl.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,465
Bug 53465 mapped-name is read when in @Resource, but not when in web.xml
null
resolved fixed
7ecd402
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-26T22:02:04Z
2012-06-26T00:20:00Z
java/org/apache/catalina/startup/WebRuleSet.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,465
Bug 53465 mapped-name is read when in @Resource, but not when in web.xml
null
resolved fixed
7ecd402
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-26T22:02:04Z
2012-06-26T00:20:00Z
test/org/apache/naming/resources/TestNamingContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,416
Bug 53416 Two datasources with the same name in different web applications results in javax.management.InstanceAlreadyExistsException
Deploy two different web applications onto Tomcat. Each web application has a resource that: * uses the Use Tomcat JDBC Connection Pool * has an identical name to the other one <Resource name="jdbc/collision" factory="org.apache.tomcat.jdbc.pool.DataSourceFactory" ... /> When starting the server you get a non fatal err...
resolved fixed
ff9a272
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-27T17:36:05Z
2012-06-14T18:53:20Z
modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSource.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,467
Bug 53467 7.0.28 will no longer accept our jsp filenames
null
resolved fixed
4de4325
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-27T18:50:50Z
2012-06-26T03:06:40Z
java/org/apache/catalina/core/ApplicationContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,467
Bug 53467 7.0.28 will no longer accept our jsp filenames
null
resolved fixed
4de4325
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-27T18:50:50Z
2012-06-26T03:06:40Z
test/org/apache/catalina/core/TestApplicationContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,135
Bug 52135 Global error page is not handled
The new Servlet 3.0 global error page <error-page> <location>/error.jsp</location> </error-page> is not handled in Tomcat 7. On Glassfish 3 for example, it works fine.
resolved fixed
6213b38
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-30T13:06:27Z
2011-11-04T18: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 ...
52,135
Bug 52135 Global error page is not handled
The new Servlet 3.0 global error page <error-page> <location>/error.jsp</location> </error-page> is not handled in Tomcat 7. On Glassfish 3 for example, it works fine.
resolved fixed
6213b38
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-30T13:06:27Z
2011-11-04T18:06:40Z
java/org/apache/catalina/core/StandardHostValve.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,135
Bug 52135 Global error page is not handled
The new Servlet 3.0 global error page <error-page> <location>/error.jsp</location> </error-page> is not handled in Tomcat 7. On Glassfish 3 for example, it works fine.
resolved fixed
6213b38
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-30T13:06:27Z
2011-11-04T18:06:40Z
java/org/apache/catalina/deploy/ErrorPage.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,135
Bug 52135 Global error page is not handled
The new Servlet 3.0 global error page <error-page> <location>/error.jsp</location> </error-page> is not handled in Tomcat 7. On Glassfish 3 for example, it works fine.
resolved fixed
6213b38
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-30T13:06:27Z
2011-11-04T18:06:40Z
test/org/apache/catalina/core/TestStandardHostValve.java
45,995
Bug 45995 RFE - MIME type extension not case sensitive
Hi, On the dev-tomcat list I described in the topic "Byte Serving and PDFs with the DefaultServlet" an issue that I had with Tomcat to serve PDFs. Analysing the answers I could find that the matter was related to the case of the file extension. Today Tomcat is case sensitive for MIME type extensions. So the solution fo...
resolved fixed
f8e173b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-07-02T09:41:23Z
2008-10-13T09:26:40Z
java/org/apache/catalina/core/StandardContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
53,498
Bug 53498 Atomicity violation bugs because of misusing concurrent collections
null
resolved fixed
4aef8e3
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-07-04T21:03:46Z
2012-07-03T01:46:40Z
java/org/apache/catalina/core/ApplicationContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,498
Bug 53498 Atomicity violation bugs because of misusing concurrent collections
null
resolved fixed
4aef8e3
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-07-04T21:03:46Z
2012-07-03T01:46:40Z
java/org/apache/catalina/ha/context/ReplicatedContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,513
Bug 53513 Race condition / out of order operation in session replication at node startup
My configuration: 2 nodes running Tomcat 7.0.26 Using a custom session manager, which extends the DeltaManager My startInternal() method first calls super.startInternal(), then performs a few additional initializations. I reviewed the code of DeltaManager.startInternal(), and it calls getAllClusterSessions() which in t...
resolved fixed
4c03dff
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-07-09T10:43:30Z
2012-07-06T02:00:00Z
java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,523
Bug 53523 rollbackOnReturn/commitOnReturn does not work without defaultAutoCommit=false
Hi, The properties rollbackOnReturn and commitOnReturn, which are critical for cleaning up connections after they are used and returned to the pool, does not work when the defaultAutoCommit property is not set or when it is set to true. The code segment at ConnectionPool class has this, protected boolean terminateTrans...
resolved wontfix
f54bb45
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-07-09T19:39:51Z
2012-07-09T16:06:40Z
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 ...
53,526
Bug 53526 .ConnectionPool.terminateTransaction unsafe == check of Boolean
The method ConnectionPool.terminateTransaction(PooledConnection con) uses == to check the value of a Boolean, viz: if (con.getPoolProperties().getDefaultAutoCommit()==Boolean.FALSE) { This is not 100% safe - if the user sets the property as follows: String value; // e.g. derived from property file ... setDefaultAutoCom...
resolved fixed
eac6366
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-07-10T14:47:07Z
2012-07-10T00:26:40Z
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 ...
53,529
Bug 53529 Call interrupt() after InterruptedException instead interrupted()
In class: org\apache\catalina\tribes\group\GroupChannel.java line 692 org\apache\catalina\tribes\group\interceptors\NonBlockingCoordinator.java line 228 org\apache\catalina\tribes\group\interceptors\TcpPingInterceptor.java line 173 org\apache\catalina\tribes\membership\McastServiceImpl.java line 542 org\apache\juli\Asy...
resolved fixed
3ea8285
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-07-27T23:12:55Z
2012-07-10T14:20:00Z
java/org/apache/catalina/tribes/group/GroupChannel.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,529
Bug 53529 Call interrupt() after InterruptedException instead interrupted()
In class: org\apache\catalina\tribes\group\GroupChannel.java line 692 org\apache\catalina\tribes\group\interceptors\NonBlockingCoordinator.java line 228 org\apache\catalina\tribes\group\interceptors\TcpPingInterceptor.java line 173 org\apache\catalina\tribes\membership\McastServiceImpl.java line 542 org\apache\juli\Asy...
resolved fixed
3ea8285
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-07-27T23:12:55Z
2012-07-10T14:20:00Z
java/org/apache/catalina/tribes/group/interceptors/NonBlockingCoordinator.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,529
Bug 53529 Call interrupt() after InterruptedException instead interrupted()
In class: org\apache\catalina\tribes\group\GroupChannel.java line 692 org\apache\catalina\tribes\group\interceptors\NonBlockingCoordinator.java line 228 org\apache\catalina\tribes\group\interceptors\TcpPingInterceptor.java line 173 org\apache\catalina\tribes\membership\McastServiceImpl.java line 542 org\apache\juli\Asy...
resolved fixed
3ea8285
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-07-27T23:12:55Z
2012-07-10T14:20:00Z
java/org/apache/catalina/tribes/group/interceptors/TcpPingInterceptor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,529
Bug 53529 Call interrupt() after InterruptedException instead interrupted()
In class: org\apache\catalina\tribes\group\GroupChannel.java line 692 org\apache\catalina\tribes\group\interceptors\NonBlockingCoordinator.java line 228 org\apache\catalina\tribes\group\interceptors\TcpPingInterceptor.java line 173 org\apache\catalina\tribes\membership\McastServiceImpl.java line 542 org\apache\juli\Asy...
resolved fixed
3ea8285
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-07-27T23:12:55Z
2012-07-10T14:20:00Z
java/org/apache/catalina/tribes/membership/McastServiceImpl.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,529
Bug 53529 Call interrupt() after InterruptedException instead interrupted()
In class: org\apache\catalina\tribes\group\GroupChannel.java line 692 org\apache\catalina\tribes\group\interceptors\NonBlockingCoordinator.java line 228 org\apache\catalina\tribes\group\interceptors\TcpPingInterceptor.java line 173 org\apache\catalina\tribes\membership\McastServiceImpl.java line 542 org\apache\juli\Asy...
resolved fixed
3ea8285
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-07-27T23:12:55Z
2012-07-10T14:20:00Z
java/org/apache/juli/AsyncFileHandler.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,529
Bug 53529 Call interrupt() after InterruptedException instead interrupted()
In class: org\apache\catalina\tribes\group\GroupChannel.java line 692 org\apache\catalina\tribes\group\interceptors\NonBlockingCoordinator.java line 228 org\apache\catalina\tribes\group\interceptors\TcpPingInterceptor.java line 173 org\apache\catalina\tribes\membership\McastServiceImpl.java line 542 org\apache\juli\Asy...
resolved fixed
3ea8285
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-07-27T23:12:55Z
2012-07-10T14:20:00Z
java/org/apache/tomcat/util/net/AprEndpoint.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
53,529
Bug 53529 Call interrupt() after InterruptedException instead interrupted()
In class: org\apache\catalina\tribes\group\GroupChannel.java line 692 org\apache\catalina\tribes\group\interceptors\NonBlockingCoordinator.java line 228 org\apache\catalina\tribes\group\interceptors\TcpPingInterceptor.java line 173 org\apache\catalina\tribes\membership\McastServiceImpl.java line 542 org\apache\juli\Asy...
resolved fixed
3ea8285
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-07-27T23:12:55Z
2012-07-10T14:20:00Z
java/org/apache/tomcat/util/net/NioBlockingSelector.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,529
Bug 53529 Call interrupt() after InterruptedException instead interrupted()
In class: org\apache\catalina\tribes\group\GroupChannel.java line 692 org\apache\catalina\tribes\group\interceptors\NonBlockingCoordinator.java line 228 org\apache\catalina\tribes\group\interceptors\TcpPingInterceptor.java line 173 org\apache\catalina\tribes\membership\McastServiceImpl.java line 542 org\apache\juli\Asy...
resolved fixed
3ea8285
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-07-27T23:12:55Z
2012-07-10T14:20:00Z
java/org/apache/tomcat/util/threads/ThreadPoolExecutor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,469
Bug 53469 possible bug in Response.normalize(CharChunk cc)
The Response.normalize(CharChunk cc) introduced in 7.0.28 introduced a bug. See Bug ID 53062 The URL that is being encoded is: ../../resources/org.apache.wicket.markup.html.WicketEventReference/wicket-event.js?w:lm=1340711670 which causes a IllegalArgumentException in this method java.lang.IllegalArgumentException at o...
resolved fixed
9a80d06
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-07-29T20:29:20Z
2012-06-26T17:00: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 ...
53,469
Bug 53469 possible bug in Response.normalize(CharChunk cc)
The Response.normalize(CharChunk cc) introduced in 7.0.28 introduced a bug. See Bug ID 53062 The URL that is being encoded is: ../../resources/org.apache.wicket.markup.html.WicketEventReference/wicket-event.js?w:lm=1340711670 which causes a IllegalArgumentException in this method java.lang.IllegalArgumentException at o...
resolved fixed
9a80d06
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-07-29T20:29:20Z
2012-06-26T17:00:00Z
test/org/apache/catalina/connector/TestResponse.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
53,535
Bug 53535 Out of memory while performing ContextConfig.webConfig
null
resolved fixed
7db08d3
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-07-29T21:21:08Z
2012-07-11T15:20: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 ...
53,606
Bug 53606 NullPointerException in TcpPingInterceptor
start(int) method initializes failureDetector (resp. staticMembers) only if TcpFailureDetector (resp. StaticMembershipInterceptor) was found in channel interceptors stack. Without TcpFailureDetector (resp. StaticMembershipInterceptor), futur calls to sendPing() will fail because failureDetector (resp. staticMembers) wa...
resolved fixed
eb9f94e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-07-29T21:47:24Z
2012-07-26T19:13:20Z
java/org/apache/catalina/tribes/group/interceptors/TcpPingInterceptor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,607
Bug 53607 No message set for PING: TcpPingInterceptor fail with NullPointerException in ChannelData.getDataPackageLength()
I added data.setMessage(new XByteBuffer(TCP_PING_DATA, false)); to TcpPingInterceptor send ping message function by: protected void sendPingMessage(Member[] members) { if ( members == null || members.length == 0 ) return; ChannelData data = new ChannelData(true);//generates a unique Id data.setAddress(getLocalMember(fa...
resolved fixed
57b56f2
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-07-31T08:21:40Z
2012-07-26T22:00:00Z
java/org/apache/catalina/tribes/group/interceptors/TcpPingInterceptor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,641
Bug 53641 Wrong websocket's subprotocol implementation
According to RFC6455 Section 4.3. the handling of subprotocol requests is not correct. It must be checked for "Sec-WebSocket-Protocol" instead of "Sec-WebSocket-Protocol-Client" in WebSocketServlet class.
resolved fixed
af45441
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-07T21:51:30Z
2012-08-02T17:53:20Z
java/org/apache/catalina/websocket/WebSocketServlet.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,481
Bug 53481 Support SSL_OP_CIPHER_SERVER_PREFERENCE / SSLHonorCipherOrder
null
resolved fixed
82e5dce
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-09T16:17:01Z
2012-06-28T19:00:00Z
java/org/apache/coyote/http11/Http11AprProtocol.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
53,481
Bug 53481 Support SSL_OP_CIPHER_SERVER_PREFERENCE / SSLHonorCipherOrder
null
resolved fixed
82e5dce
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-09T16:17:01Z
2012-06-28T19:00:00Z
java/org/apache/tomcat/util/net/AprEndpoint.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
53,541
Bug 53541 Bug in virtual webapp feature. Custom tags badly supported. Error is "org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application
null
resolved fixed
432bd0f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-10T19:41:27Z
2012-07-12T21:53:20Z
java/org/apache/naming/resources/VirtualDirContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,545
Bug 53545 jsp:forward action to static resources causes IllegalStateException when inside classic custom tag
null
resolved fixed
5a6b27b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-11T09:43:19Z
2012-07-13T11:46:40Z
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 ...
53,545
Bug 53545 jsp:forward action to static resources causes IllegalStateException when inside classic custom tag
null
resolved fixed
5a6b27b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-11T09:43:19Z
2012-07-13T11:46:40Z
test/org/apache/jasper/runtime/TestPageContextImpl.java
53,545
Bug 53545 jsp:forward action to static resources causes IllegalStateException when inside classic custom tag
null
resolved fixed
5a6b27b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-11T09:43:19Z
2012-07-13T11:46:40Z
test/org/apache/tomcat/unittest/tags/Bug53545.java
53,574
Bug 53574 metadata-complete="true" and servlet defined as jsp not working
We have a servlet defined as <servlet> <servlet-name>VersionInfoServlet</servlet-name> <jsp-file>/WEB-INF/svnrevision.jsp</jsp-file> </servlet> and mapped as <servlet-mapping> <servlet-name>VersionInfoServlet</servlet-name> <url-pattern>/svnrevision</url-pattern> </servlet-mapping> It worked fine. Then we changed metad...
resolved fixed
f9b0182
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-11T18:54:53Z
2012-07-20T13: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 ...
53,574
Bug 53574 metadata-complete="true" and servlet defined as jsp not working
We have a servlet defined as <servlet> <servlet-name>VersionInfoServlet</servlet-name> <jsp-file>/WEB-INF/svnrevision.jsp</jsp-file> </servlet> and mapped as <servlet-mapping> <servlet-name>VersionInfoServlet</servlet-name> <url-pattern>/svnrevision</url-pattern> </servlet-mapping> It worked fine. Then we changed metad...
resolved fixed
f9b0182
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-11T18:54:53Z
2012-07-20T13:13:20Z
test/org/apache/catalina/startup/TestContextConfig.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,700
Bug 53700 InternalNioOutputBuffer unused (debug?) code
The class InternalNioOutputBuffer includes the field: int total = 0; This is currently defined at line 227, which is between the Javadoc and method body to which the Javadoc applies, i.e. private synchronized int writeToSocket. This invalidates the method Javadoc. The field is used to keep a running total of bytes writ...
resolved fixed
a2ca744
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-14T18:00:44Z
2012-08-12T14:00:00Z
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...
53,701
Bug 53701 Javadoc fixes
null
resolved fixed
2a3b42d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-14T18:14:42Z
2012-08-12T16:46:40Z
java/javax/servlet/ServletInputStream.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,701
Bug 53701 Javadoc fixes
null
resolved fixed
2a3b42d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-14T18:14:42Z
2012-08-12T16:46:40Z
java/javax/servlet/ServletOutputStream.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,701
Bug 53701 Javadoc fixes
null
resolved fixed
2a3b42d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-14T18:14:42Z
2012-08-12T16:46:40Z
java/javax/servlet/jsp/JspException.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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...
53,701
Bug 53701 Javadoc fixes
null
resolved fixed
2a3b42d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-14T18:14:42Z
2012-08-12T16:46:40Z
java/org/apache/catalina/Executor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,701
Bug 53701 Javadoc fixes
null
resolved fixed
2a3b42d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-14T18:14:42Z
2012-08-12T16:46:40Z
java/org/apache/catalina/Manager.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,701
Bug 53701 Javadoc fixes
null
resolved fixed
2a3b42d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-14T18:14:42Z
2012-08-12T16:46:40Z
java/org/apache/catalina/tribes/ErrorHandler.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,701
Bug 53701 Javadoc fixes
null
resolved fixed
2a3b42d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-14T18:14:42Z
2012-08-12T16:46:40Z
java/org/apache/naming/SelectorContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,701
Bug 53701 Javadoc fixes
null
resolved fixed
2a3b42d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-14T18:14:42Z
2012-08-12T16:46:40Z
java/org/apache/tomcat/util/http/fileupload/FileItem.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,701
Bug 53701 Javadoc fixes
null
resolved fixed
2a3b42d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-14T18:14:42Z
2012-08-12T16:46:40Z
webapps/examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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...
53,624
Bug 53624 sendRedirect doesn't work after a dispatch through the AsyncContext
null
resolved fixed
e37b01e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-14T22:14:39Z
2012-07-30T23:13:20Z
java/org/apache/catalina/core/ApplicationDispatcher.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,654
Bug 53654 JSP file is always recompiled for using file based TLD URL
Now, in Jasper codes, it only supports jar URL and relative URL, that may be enough for common web applications. While, it is possible that the third-party uses other protocol URL, like file: protocol based URL. So, the JSP files will be always recompiled for each access for the target page. The codes are located in Co...
resolved fixed
1efc23d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-15T16:01:19Z
2012-08-05T18:06:40Z
java/org/apache/jasper/compiler/Compiler.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,702
Bug 53702 Only the last url-pattern from jsp-property-group is processed
null
resolved fixed
e38a097
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-15T20:32:44Z
2012-08-12T19:33:20Z
java/org/apache/catalina/core/ApplicationJspPropertyGroupDescriptor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,702
Bug 53702 Only the last url-pattern from jsp-property-group is processed
null
resolved fixed
e38a097
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-15T20:32:44Z
2012-08-12T19:33:20Z
java/org/apache/catalina/deploy/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...
53,702
Bug 53702 Only the last url-pattern from jsp-property-group is processed
null
resolved fixed
e38a097
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-15T20:32:44Z
2012-08-12T19:33:20Z
java/org/apache/catalina/deploy/WebXml.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,702
Bug 53702 Only the last url-pattern from jsp-property-group is processed
null
resolved fixed
e38a097
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-15T20:32:44Z
2012-08-12T19:33:20Z
java/org/apache/catalina/startup/WebRuleSet.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
53,697
Bug 53697 java.lang.NullPointerException at org.apache.coyote.http11.Http11AprProcessor.actionInternal(Http11AprProcessor.java:277)
I hit tomcat with ~20 different urls in ~2 seconds, test some functionality, wait ~3 minutes, then do it again and I always get this exception and then I get (intermitent) connection interrupted messages in the browser. Here's the full trace: Aug 10, 2012 6:33:14 PM org.apache.catalina.connector.CoyoteAdapter event SEV...
resolved fixed
6c13431
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-15T22:45:51Z
2012-08-11T13:00:00Z
java/org/apache/coyote/http11/AbstractHttp11Processor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
53,697
Bug 53697 java.lang.NullPointerException at org.apache.coyote.http11.Http11AprProcessor.actionInternal(Http11AprProcessor.java:277)
I hit tomcat with ~20 different urls in ~2 seconds, test some functionality, wait ~3 minutes, then do it again and I always get this exception and then I get (intermitent) connection interrupted messages in the browser. Here's the full trace: Aug 10, 2012 6:33:14 PM org.apache.catalina.connector.CoyoteAdapter event SEV...
resolved fixed
6c13431
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-15T22:45:51Z
2012-08-11T13:00:00Z
java/org/apache/coyote/http11/Http11NioProcessor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
53,714
Bug 53714 misleading log output when jarsToSkip cointains web-fragments
I have a jar which contains a web-fragment and no TLDs. When starting the server I get the Message: org.apache.jasper.compiler.TldLocationsCache tldScanJar INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs we...
resolved fixed
15e8d8e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-24T20:05:41Z
2012-08-14T13:13:20Z
java/org/apache/catalina/startup/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 ...
53,714
Bug 53714 misleading log output when jarsToSkip cointains web-fragments
I have a jar which contains a web-fragment and no TLDs. When starting the server I get the Message: org.apache.jasper.compiler.TldLocationsCache tldScanJar INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs we...
resolved fixed
15e8d8e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-24T20:05:41Z
2012-08-14T13: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 ...
53,714
Bug 53714 misleading log output when jarsToSkip cointains web-fragments
I have a jar which contains a web-fragment and no TLDs. When starting the server I get the Message: org.apache.jasper.compiler.TldLocationsCache tldScanJar INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs we...
resolved fixed
15e8d8e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-24T20:05:41Z
2012-08-14T13:13:20Z
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 ...
53,714
Bug 53714 misleading log output when jarsToSkip cointains web-fragments
I have a jar which contains a web-fragment and no TLDs. When starting the server I get the Message: org.apache.jasper.compiler.TldLocationsCache tldScanJar INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs we...
resolved fixed
15e8d8e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-24T20:05:41Z
2012-08-14T13:13:20Z
java/org/apache/jasper/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 ...
53,714
Bug 53714 misleading log output when jarsToSkip cointains web-fragments
I have a jar which contains a web-fragment and no TLDs. When starting the server I get the Message: org.apache.jasper.compiler.TldLocationsCache tldScanJar INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs we...
resolved fixed
15e8d8e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-24T20:05:41Z
2012-08-14T13: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 ...
53,725
Bug 53725 Some GZipped responses result in java.io.IOException: Corrupt GZIP trailer during gunzip.
null
resolved fixed
3dff241
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-25T20:06:59Z
2012-08-15T22:33:20Z
java/org/apache/coyote/http11/filters/FlushableGZIPOutputStream.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
53,758
Bug 53758 Dynamic Filter Registration mapping logic inverted
In the class org.apache.catalina.core.ApplicationFilterRegistration, the methods addMappingForServletNames and addMappingForUrlPatterns have inverted logic on how to register the filter to the context. If the parameter isMatchAfter is passed as true, the filter is placed in the context using the addFilterMapBefore meth...
resolved fixed
8f169e4
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-26T22:29:04Z
2012-08-21T23:00: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 ...
53,783
Bug 53783 Static resources and jsp files under WEB-INF/lib/*.jar!/META-INF/resources are not found
null
resolved fixed
6b934d8
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-27T18:40:09Z
2012-08-27T17: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 ...
42,181
Bug 42181 ArrayIndexOutOfBoundsException in parseChunkHeader
Apr 22, 2007 11:53:32 AM org.apache.coyote.http11.Http11Processor process SEVERE: Error finishing request java.lang.ArrayIndexOutOfBoundsException: -28 at org.apache.coyote.http11.filters.ChunkedInputFilter.parseChunkHeader(ChunkedInputFilter.java:256) at org.apache.coyote.http11.filters.ChunkedInputFilter.doRead(Chunk...
resolved fixed
cd05aa1
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-27T23:04:11Z
2007-04-22T02:46:40Z
java/org/apache/coyote/http11/filters/ChunkedInputFilter.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
42,181
Bug 42181 ArrayIndexOutOfBoundsException in parseChunkHeader
Apr 22, 2007 11:53:32 AM org.apache.coyote.http11.Http11Processor process SEVERE: Error finishing request java.lang.ArrayIndexOutOfBoundsException: -28 at org.apache.coyote.http11.filters.ChunkedInputFilter.parseChunkHeader(ChunkedInputFilter.java:256) at org.apache.coyote.http11.filters.ChunkedInputFilter.doRead(Chunk...
resolved fixed
cd05aa1
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-27T23:04:11Z
2007-04-22T02:46:40Z
java/org/apache/tomcat/util/buf/HexUtils.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...