issue_id
int64
2.03k
426k
title
stringlengths
9
251
body
stringlengths
1
32.8k
status
stringclasses
6 values
after_fix_sha
stringlengths
7
7
updated_files
stringlengths
29
34.1k
project_name
stringclasses
6 values
repo_url
stringclasses
6 values
repo_name
stringclasses
6 values
language
stringclasses
1 value
issue_url
null
before_fix_sha
null
pull_url
null
commit_datetime
timestamp[us, tz=UTC]
report_datetime
timestamp[us, tz=UTC]
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
["java/org/apache/jasper/compiler/Compiler.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-15T16:01:19Z
2012-08-05T18:06:40Z
53,624
Bug 53624 sendRedirect doesn't work after a dispatch through the AsyncContext
null
resolved fixed
e37b01e
["java/org/apache/catalina/core/ApplicationDispatcher.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-14T22:14:39Z
2012-07-30T23:13:20Z
53,701
Bug 53701 Javadoc fixes
null
resolved fixed
2a3b42d
["java/javax/servlet/ServletInputStream.java", "java/javax/servlet/ServletOutputStream.java", "java/javax/servlet/jsp/JspException.java", "java/org/apache/catalina/Executor.java", "java/org/apache/catalina/Manager.java", "java/org/apache/catalina/tribes/ErrorHandler.java", "java/org/apache/naming/SelectorContext.java",...
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-14T18:14:42Z
2012-08-12T16:46:40Z
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
["java/org/apache/coyote/http11/InternalNioOutputBuffer.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-14T18:00:44Z
2012-08-12T14:00:00Z
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
["java/org/apache/catalina/startup/ContextConfig.java", "test/org/apache/catalina/startup/TestContextConfig.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-11T18:54:53Z
2012-07-20T13:13:20Z
53,545
Bug 53545 jsp:forward action to static resources causes IllegalStateException when inside classic custom tag
null
resolved fixed
5a6b27b
["java/org/apache/jasper/runtime/PageContextImpl.java", "test/org/apache/jasper/runtime/TestPageContextImpl.java", "test/org/apache/tomcat/unittest/tags/Bug53545.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-11T09:43:19Z
2012-07-13T11:46:40Z
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
["java/org/apache/naming/resources/VirtualDirContext.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-10T19:41:27Z
2012-07-12T21:53:20Z
53,481
Bug 53481 Support SSL_OP_CIPHER_SERVER_PREFERENCE / SSLHonorCipherOrder
null
resolved fixed
82e5dce
["java/org/apache/coyote/http11/Http11AprProtocol.java", "java/org/apache/tomcat/util/net/AprEndpoint.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-09T16:17:01Z
2012-06-28T19:00:00Z
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
["java/org/apache/catalina/websocket/WebSocketServlet.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-08-07T21:51:30Z
2012-08-02T17:53:20Z
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
["java/org/apache/catalina/tribes/group/interceptors/TcpPingInterceptor.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-07-31T08:21:40Z
2012-07-26T22:00:00Z
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
["java/org/apache/catalina/tribes/group/interceptors/TcpPingInterceptor.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-07-29T21:47:24Z
2012-07-26T19:13:20Z
53,535
Bug 53535 Out of memory while performing ContextConfig.webConfig
null
resolved fixed
7db08d3
["java/org/apache/catalina/startup/ContextConfig.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-07-29T21:21:08Z
2012-07-11T15:20:00Z
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
["java/org/apache/catalina/connector/Response.java", "test/org/apache/catalina/connector/TestResponse.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-07-29T20:29:20Z
2012-06-26T17:00:00Z
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
["java/org/apache/catalina/tribes/group/GroupChannel.java", "java/org/apache/catalina/tribes/group/interceptors/NonBlockingCoordinator.java", "java/org/apache/catalina/tribes/group/interceptors/TcpPingInterceptor.java", "java/org/apache/catalina/tribes/membership/McastServiceImpl.java", "java/org/apache/juli/AsyncFileH...
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-07-27T23:12:55Z
2012-07-10T14:20:00Z
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
["modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-07-10T14:47:07Z
2012-07-10T00:26:40Z
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
["modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolConfiguration.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-07-09T19:39:51Z
2012-07-09T16:06:40Z
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
["java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-07-09T10:43:30Z
2012-07-06T02:00:00Z
53,498
Bug 53498 Atomicity violation bugs because of misusing concurrent collections
null
resolved fixed
4aef8e3
["java/org/apache/catalina/core/ApplicationContext.java", "java/org/apache/catalina/ha/context/ReplicatedContext.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-07-04T21:03:46Z
2012-07-03T01:46:40Z
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
["java/org/apache/catalina/core/StandardContext.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-07-02T09:41:23Z
2008-10-13T09:26:40Z
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
["java/org/apache/catalina/core/StandardContext.java", "java/org/apache/catalina/core/StandardHostValve.java", "java/org/apache/catalina/deploy/ErrorPage.java", "test/org/apache/catalina/core/TestStandardHostValve.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-30T13:06:27Z
2011-11-04T18:06:40Z
53,467
Bug 53467 7.0.28 will no longer accept our jsp filenames
null
resolved fixed
4de4325
["java/org/apache/catalina/core/ApplicationContext.java", "test/org/apache/catalina/core/TestApplicationContext.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-27T18:50:50Z
2012-06-26T03:06:40Z
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
["modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSource.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-27T17:36:05Z
2012-06-14T18:53:20Z
53,465
Bug 53465 mapped-name is read when in @Resource, but not when in web.xml
null
resolved fixed
7ecd402
["java/org/apache/catalina/startup/WebRuleSet.java", "test/org/apache/naming/resources/TestNamingContext.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-26T22:02:04Z
2012-06-26T00:20:00Z
53,460
Bug 53460 Use error handling when TooManyActiveSessionsException happens in JSP
null
resolved fixed
294c52b
["java/org/apache/jasper/compiler/Generator.java", "java/org/apache/jasper/runtime/JspFactoryImpl.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-26T19:57:07Z
2012-06-23T16:46:40Z
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
["modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java", "modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSource.java", "modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReportJmx.java", "modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/te...
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-26T19:08:27Z
2012-06-20T22:06:40Z
53,430
Bug 53430 JVM crash at startup if TC-Native version is too old
null
resolved fixed
553259c
["java/org/apache/catalina/connector/Connector.java", "java/org/apache/coyote/AbstractProtocol.java", "java/org/apache/coyote/ProtocolHandler.java", "java/org/apache/coyote/ajp/AjpAprProtocol.java", "java/org/apache/coyote/http11/Http11AprProtocol.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-25T12:53:27Z
2012-06-17T13:33:20Z
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
["java/javax/el/BeanELResolver.java", "test/javax/el/TestBeanELResolver.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-23T13:17:06Z
2012-06-15T17:06:40Z
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
["java/org/apache/catalina/core/ContainerBase.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-21T19:55:06Z
2012-06-21T23:06:40Z
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
["java/org/apache/coyote/http11/Http11AprProcessor.java", "java/org/apache/coyote/http11/Http11NioProcessor.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-13T15:46:30Z
2012-06-13T06:46:40Z
52,954
Bug 52954 Allowing for broken android HTTP DIGEST support
null
resolved fixed
bf41254
["java/org/apache/catalina/authenticator/DigestAuthenticator.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-12T13:23:53Z
2012-03-21T11:40:00Z
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
["java/org/apache/catalina/startup/ContextConfig.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-11T20:57:26Z
2012-05-20T18:53:20Z
53,398
Bug 53398 Incorrect tag on XML response when calling 'manager/status?XML=true'
null
resolved fixed
2bf1556
["java/org/apache/catalina/manager/StatusTransformer.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-11T20:09:20Z
2012-06-11T21:26:40Z
52,955
Bug 52955 Add a ThreadFactory implementation to the ExecutorService used to deploy applications
null
resolved fixed
d73c07a
["java/org/apache/catalina/core/ContainerBase.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-09T13:11:57Z
2012-03-21T11:40:00Z
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
["modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSourceFactory.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-08T13:08:14Z
2012-06-07T00:46:40Z
53,373
Bug 53373 Allow whitespace around delimiters in <Context> aliases for readability
null
resolved fixed
cf703d2
["java/org/apache/naming/resources/BaseDirContext.java", "test/org/apache/naming/resources/TestNamingContext.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-06T20:05:05Z
2012-06-07T00:46:40Z
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
["modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java", "modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PooledConnection.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-06T01:02:41Z
2012-06-06T05:20:00Z
53,032
Bug 53032 Ant Jasper task fails to run when using XML namespaces; no output; no errors
null
resolved fixed
957d33b
["java/org/apache/jasper/JspC.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-05T22:56:40Z
2012-04-04T00:40:00Z
53,230
Bug 53230 Allow custom error mapping when Manager's maxActiveSessions is exceeded
null
resolved fixed
ea77dfb
["java/org/apache/catalina/session/ManagerBase.java", "java/org/apache/catalina/session/TooManyActiveSessionsException.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-05T21:46:21Z
2012-05-14T21:13:20Z
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
["java/org/apache/catalina/startup/ContextConfig.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-03T21:16:25Z
2012-06-04T00:33:20Z
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
["java/org/apache/catalina/websocket/StreamInbound.java", "test/org/apache/catalina/websocket/TestWebSocket.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-03T18:47:25Z
2012-05-31T21:33:20Z
53,008
Bug 53008 New test case for Basic Authenticator
null
resolved fixed
a1c6165
["test/org/apache/catalina/authenticator/TestNonLoginAndBasicAuthenticator.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-03T16:44:49Z
2012-03-30T15:06:40Z
53,337
Bug 53337 IllegalStateException when trying to render a JSP after startAsync
null
resolved fixed
c6b691d
["java/org/apache/catalina/core/ApplicationDispatcher.java", "test/org/apache/catalina/core/TestAsyncContextImpl.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-03T15:50:50Z
2012-05-31T21:33:20Z
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
["java/org/apache/catalina/startup/Tomcat.java", "test/org/apache/catalina/startup/TestTomcat.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-01T10:16:50Z
2012-05-27T00:53:20Z
53,285
Bug 53285 Web app configuration fails when security-role-ref does not contain role-link
null
resolved fixed
ad3b503
["java/org/apache/catalina/deploy/ServletDef.java", "java/org/apache/catalina/startup/WebRuleSet.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-01T09:40:59Z
2012-05-24T09:00:00Z
53,342
Bug 53342 If starting immediately after Tomcat stop fail, BindException will throw.
e.g. When Context#stop throw LifecycleException, the main thread stops, but startStopThreads of Host/Engine will remain for a while. Because, startStopThreads is not a demon thread. As a result, even if a main thread stops, Acceptor Threads of 8080/8009 is not stopped. keepAliveTime for 10 seconds is set up now. === st...
resolved fixed
84342f5
["java/org/apache/catalina/core/ContainerBase.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-01T09:38:31Z
2012-06-01T14:13:20Z
53,225
Bug 53225 IllegalStateException "zip file closed" with resource from webfragment jar if JreMemoryLeakPreventionListener is removed
null
resolved fixed
e90cd4b
["java/org/apache/tomcat/util/scan/FileUrlJar.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-31T09:58:56Z
2012-05-13T00:46:40Z
53,169
Bug 53169 [patch] don't do chunking with Connection: close
null
resolved fixed
280beac
["java/org/apache/coyote/http11/AbstractHttp11Processor.java", "test/org/apache/coyote/http11/TestAbstractHttp11Processor.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-30T14:11:49Z
2012-05-01T13:46:40Z
53,322
Bug 53322 Odd decapitalization when inferring JavaBean property from setter name for an injection target
null
resolved fixed
13100e9
["java/org/apache/catalina/core/DefaultInstanceManager.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-30T01:30:58Z
2012-05-30T06:40:00Z
53,180
Bug 53180 DefaultInstanceManager#populateAnnotationsCache - incomplete check is used when validating for a setter method
null
resolved fixed
39c8e18
["java/org/apache/catalina/core/DefaultInstanceManager.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-29T13:33:40Z
2012-05-02T23:06:40Z
53,081
Bug 53081 WebappClassLoader causes java.lang.OutOfMemoryError in findResourceInternal()
null
resolved fixed
5d12129
["java/org/apache/catalina/loader/WebappClassLoader.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-29T13:06:24Z
2012-04-14T02:20:00Z
53,090
Bug 53090 Servlet superclass injection targets are ignored
null
resolved fixed
de1f763
["java/org/apache/catalina/core/DefaultInstanceManager.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-28T21:16:29Z
2012-04-17T10:53:20Z
53,074
Bug 53074 [websocket] java.net.SocketTimeoutException: Read timed caused by server.xml' connectTimeout
The default connectTimeout value is set to 20000 and cause issue with WebSocket connection java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at org.apache.coyote.http11.upgrade.UpgradeBioProcessor.read(...
resolved fixed
098a647
["java/org/apache/catalina/websocket/StreamInbound.java", "java/org/apache/coyote/ajp/AjpAprProtocol.java", "java/org/apache/coyote/http11/Http11AprProtocol.java", "java/org/apache/coyote/http11/upgrade/UpgradeAprProcessor.java", "java/org/apache/coyote/http11/upgrade/UpgradeBioProcessor.java", "java/org/apache/coyote/...
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-25T16:39:46Z
2012-04-13T18:00:00Z
53,254
Bug 53254 Support for purging connection pool
It is a common function of a connection pool to support "purging" the pool of all current connections and getting all fresh connections. Oracle UCP and Websphere pools are two such examples. It would be great if this pool supported such an operation as well. It would be useful if the operation were exposed through JMX ...
resolved fixed
f170929
["modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java", "modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSourceProxy.java", "modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PooledConnection.java", "modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/Co...
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-18T16:28:33Z
2012-05-17T21:26:40Z
53,067
Bug 53067 WebSocket implementation issue with wrapped requests
null
resolved fixed
111dc8e
["java/org/apache/catalina/websocket/WebSocketServlet.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-12T20:51:24Z
2012-04-12T22:33:20Z
53,063
Bug 53063 Inconsistency in documentation regarding Connector's maxConnections property
null
resolved fixed
be365e5
["java/org/apache/tomcat/util/net/AbstractEndpoint.java", "java/org/apache/tomcat/util/net/JIoEndpoint.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-10T21:07:22Z
2012-04-11T16:00:00Z
53,087
Bug 53087 BackupManager does not replicate session access time.
null
resolved fixed
48b9153
["java/org/apache/catalina/ha/session/DeltaSession.java", "java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java", "java/org/apache/catalina/tribes/tipis/ReplicatedMapEntry.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-04-17T06:06:51Z
2012-04-17T10:53:20Z
53,056
Bug 53056 Add APR version number to tcnative version INFO log message
When tcnative starts, it emits information like this to catalina.out: pr 10, 2012 4:54:55 PM org.apache.catalina.core.AprLifecycleListener init INFO: Loaded APR based Apache Tomcat Native library 1.1.23. Apr 10, 2012 4:54:55 PM org.apache.catalina.core.AprLifecycleListener init INFO: APR capabilities: IPv6 [true], send...
resolved fixed
df88ecb
["java/org/apache/catalina/core/AprLifecycleListener.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-04-10T21:16:01Z
2012-04-11T02:06:40Z
50,864
Bug 50864 Reconfigure pool on the fly using JMX
null
resolved fixed
518662f
["modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java", "modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolProperties.java", "modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/ConnectionPool.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-04-10T16:29:42Z
2011-03-03T16:33:20Z
52,998
Bug 52998 Performance issue with ExpressionFactory.newInstance()
null
resolved fixed
7da5fa9
["java/javax/el/ExpressionFactory.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-30T20:10:48Z
2012-03-29T00:13:20Z
53,001
Bug 53001 Behaviour of ResourceBundleELResolver
null
resolved fixed
1aced29
["test/javax/el/TestResourceBundleELResolver.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-30T16:31:10Z
2012-03-29T14:06:40Z
52,974
Bug 52974 NameNotFoundException is thrown when field/method is annotated with @Resource annotation
null
resolved fixed
67a926c
["java/org/apache/catalina/startup/WebAnnotationSet.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-27T19:20:10Z
2012-03-22T23:46:40Z
52,833
Bug 52833 NPE with 7.0.26
Upgrading the maven plugin 7.0.26, the goal which runs tomcat with a conf dir (not the embed version) generate the following NPE Log: at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:236) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:141) at org.apache.catalina.startup.Catalina.sta...
resolved fixed
6a8e480
["java/org/apache/catalina/core/StandardServer.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-27T18:28:35Z
2012-03-06T05:00:00Z
52,066
Bug 52066 ConnectionPool.borrowConnection swallows interrupt state.
In this code snippet starting on line 6.15 of ConnectionPool.java version 7.0.22 try { //retrieve an existing connection con = idle.poll(timetowait, TimeUnit.MILLISECONDS); } catch (InterruptedException ex) { Thread.interrupted();//clear the flag, and bail out SQLException sx = new SQLException("Pool wait interrupted."...
resolved fixed
fe16ac2
["modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java", "modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSourceProxy.java", "modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolConfiguration.java", "modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolP...
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-27T17:55:41Z
2011-10-20T22:33:20Z
52,957
Bug 52957 ClassCastException while removing Valve
null
resolved fixed
d5cee34
["java/org/apache/catalina/core/StandardPipeline.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-22T14:35:02Z
2012-03-21T17:13:20Z
52,839
Bug 52839 New unit test for DigestAuthenticator and SingleSignOn
null
resolved fixed
c0f1bb9
["test/org/apache/catalina/authenticator/TestSSOnonLoginAndDigestAuthenticator.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-20T21:34:06Z
2012-03-06T21:40:00Z
50,860
Bug 50860 In case of invalid or empty slqQuery connection are always invalidated without usefull information
The code is (in PooledConnection.java#validate(int validateAction,String sql) ) Statement stmt = null; try { stmt = connection.createStatement(); stmt.execute(query); stmt.close(); this.lastValidated = now; return true; } catch (Exception ignore) { if (log.isDebugEnabled()) log.debug("Unable to validate object:",ignore...
resolved fixed
e092870
["modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSourceProxy.java", "modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolConfiguration.java", "modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolProperties.java", "modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/Poole...
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-20T17:32:47Z
2011-03-03T11:00:00Z
51,893
Bug 51893 JMX notification/Exception for empty/exhausted connection pool
Currently, if there is an error getting a connection from the pool, a generic SQLException is thrown. The only way to determine if the problem is a result of the connection pool being exhausted is to catch the SQLException and parse the message (i.e. look for "Pool empty" in ex.getMessage()). Would like to see the foll...
resolved fixed
9d687eb
["modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java", "modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolExhaustedException.java", "modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/ConnectionPool.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-20T16:44:17Z
2011-09-26T18:00:00Z
51,237
Bug 51237 SlowQueryReport interceptor does not log anything
null
resolved fixed
0eb38b8
["modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-20T14:02:18Z
2011-05-21T01:06:40Z
52,926
Bug 52926 NPE in processSocket
We have sporadic issues triggering 502 proxy errors using the NIO connector behind Nginx, caused by dropped connections/end of streams in Tomcat. The Tomcat log shows: SEVERE: Error allocating socket processor java.lang.NullPointerException at org.apache.tomcat.util.net.NioEndpoint.processSocket(NioEndpoint.java:721) a...
resolved fixed
dcb8808
["java/org/apache/tomcat/util/net/NioEndpoint.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-20T11:07:21Z
2012-03-16T12:13:20Z
52,723
Bug 52723 An incomplete fix for the resource leak bugs in StandardManager.java
null
resolved wontfix
9f8c8d6
["java/org/apache/catalina/session/StandardManager.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-09T20:32:50Z
2012-02-21T16:00:00Z
52,850
Bug 52850 Various miscellaneous fixes to Tomcat Memory Leak Detection code
Problem Description - ---------------------- Tomcat memory leak detection has the following issues - Most of the detection and fixing code has been tested ONLY on Sun JVMs. A lot of the reflection based code does not work with the IBM JDK. - Tests in tomcat7.source\test\org\apache\catalina\loader do not seem to run suc...
resolved fixed
adbf442
["java/org/apache/catalina/loader/WebappClassLoader.java", "test/org/apache/catalina/loader/TestWebappClassLoaderExecutorMemoryLeak.java", "test/org/apache/catalina/loader/TestWebappClassLoaderThreadLocalMemoryLeak.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-09T19:08:49Z
2012-03-07T19:53:20Z
52,776
Bug 52776 Generator's JspFragment.invoke implementation does not reset ELContext[JspContext.class]
If a developer captures a JspFragment themselves and calls invoke on it, the JspContext.class attribute in the enclosing pageContext's ELContext is set by the generated JspFragment subclass, but not reset to its original value afterwards. Therefore after invoking a JspContext any EL expressions will be searching the wr...
resolved fixed
faf26da
["java/org/apache/jasper/compiler/Generator.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-09T11:51:42Z
2012-02-27T05:20:00Z
52,500
Bug 52500 Improve client certificate authentication
null
resolved fixed
401c703
["java/org/apache/catalina/realm/RealmBase.java", "java/org/apache/catalina/realm/X509SubjectDnRetriever.java", "java/org/apache/catalina/realm/X509UsernameRetriever.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-08T17:22:29Z
2012-01-23T17:33:20Z
52,719
Bug 52719 An incomplete fix for the resource leak bug in WebappClassLoader.java
null
resolved fixed
78c02a7
["java/org/apache/catalina/loader/WebappClassLoader.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-07T21:45:27Z
2012-02-21T16:00:00Z
52,792
Bug 52792 Incomplete error message when lookup a resource that is not bound in the naming
null
resolved fixed
7cec4ff
["java/org/apache/naming/NamingContext.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-07T21:11:01Z
2012-02-29T01:46:40Z
52,772
Bug 52772 JspC : checking uriRoot option validness
In org.apache.jasper.JspC#execute() method, if uriRoot is not null, it scans all jsp files under uriRoot, and then checks if uriRoot is a directory. It should be more desirable to check if uriRoot is a directory or not first and then scanning it. Here are my suggestion. if (uriRoot == null) { throw new JasperException(...
resolved fixed
35958df
["java/org/apache/jasper/JspC.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-07T15:09:07Z
2012-02-26T12:40:00Z
52,770
Bug 52770 Potential Bug or Inconsistency in NioBlockingSelector.java
This is Ken Cheung, a Computer Science M.Phil. student. I observed some code clones in Tomcat and found inconsistent code: /tomcat/trunk/java/org/apache/tomcat/util/net/NioBlockingSelector.java 103 try { 104 if ( att.getWriteLatch()==null || att.getWriteLatch().getCount()==0) att.startWriteLatch(1); 105 poller.add(att,...
resolved fixed
4f75b2d
["java/org/apache/tomcat/util/net/NioBlockingSelector.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-07T14:34:59Z
2012-02-25T20:00:00Z
52,767
Bug 52767 Potential Bug or Inconsistency in JDBCRealm.java and JDBCAccessLogValve.java
This is Ken Cheung, a Computer Science M.Phil. student. I observed some code clones in Tomcat and found inconsistent code: /tomcat/trunk/java/org/apache/catalina/realm/JDBCRealm.java 676 if (driver == null) { 677 try { 678 Class<?> clazz = Class.forName(driverName); 679 driver = (Driver) clazz.newInstance(); 680 } catc...
resolved fixed
1f4663d
["java/org/apache/catalina/valves/JDBCAccessLogValve.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-07T13:24:45Z
2012-02-25T20:00:00Z
52,846
Bug 52846 Programmatic login using UserDatabaseRealm returns 403 error.
IMHO,HttpServletRequest#login does not need to define a <login-config>. NonLoginAuthenticator is used when <login-config> is not specified in HttpServletRequest#login. When UserDatabaseRealm is used, not GenericPrincipal but Memory User is set to a session. In AuthenticatorBase#invoke, principal registered into a sessi...
resolved fixed
a01418d
["java/org/apache/catalina/authenticator/NonLoginAuthenticator.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-07T09:20:48Z
2012-03-07T14:20:00Z
52,732
Bug 52732 An incomplete fix for the resource leak bug in ExpressionFactory.java
null
resolved fixed
6399c83
["java/javax/el/ExpressionFactory.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-06T22:56:31Z
2012-02-21T16:00:00Z
52,731
Bug 52731 An incomplete fix for the resource leak bug in JDTCompiler.java
null
resolved fixed
2b1d195
["java/org/apache/jasper/compiler/JDTCompiler.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-06T22:39:33Z
2012-02-21T16:00:00Z
52,729
Bug 52729 An incomplete fix for the resource leak bug in CometConnectionManagerValve.java
null
resolved fixed
683d5c1
["java/org/apache/catalina/valves/CometConnectionManagerValve.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-06T21:26:11Z
2012-02-21T16:00:00Z
52,727
Bug 52727 An incomplete fix for the resource leak bug in HostConfig.java
null
resolved fixed
8293a6e
["java/org/apache/catalina/startup/HostConfig.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-06T21:15:26Z
2012-02-21T16:00:00Z
52,726
Bug 52726 An incomplete fix for the resource leak bug in MemoryUserDatabase.java
null
resolved fixed
a30ce07
["java/org/apache/catalina/users/MemoryUserDatabase.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-06T20:56:10Z
2012-02-21T16:00:00Z
52,725
Bug 52725 org.apache.jasper.compiler.JspUtil#getTagHandlerClassName() does not use org.apache.jasper.Constants.TAG_FILE_PACKAGE_NAME
In the class org.apache.jasper.compiler.JspUtil, its method public static String getTagHandlerClassName(String path, String urn, ErrorDispatcher err) throws JasperException { ... } uses the string constants directly like "org.apache.jsp.tag.web.", "org.apache.jsp.tag.meta.". But you know there is TAG_FILE_PACKAGE_NAME ...
resolved fixed
bf0287e
["java/org/apache/jasper/compiler/JspUtil.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-05T20:20:00Z
2012-02-21T16:00:00Z
52,724
Bug 52724 An incomplete fix for the resource leak bugs in Catalina.java
null
resolved fixed
7c51f61
["java/org/apache/catalina/startup/Catalina.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-05T20:10:32Z
2012-02-21T16:00:00Z
52,804
Bug 52804 Make PoolProperties implement Cloneable.
It would be very useful to have the PoolProperties class implement the java.lang.Cloneable interface. We have many databases that share the same schema, username, password, configuration etc but differ only in their URL. Implementing a routing datasource based on something like org.springframework.jdbc.datasource.Abstr...
resolved fixed
55baca6
["modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolProperties.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-01T20:15:24Z
2012-03-01T22:13:20Z
52,760
Bug 52760 Mime type for javascript incorrect in documentation
null
resolved fixed
833e6b1
["java/org/apache/catalina/filters/ExpiresFilter.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-02-26T13:29:48Z
2012-02-24T19:00:00Z
52,758
Bug 52758 Jasper illegally implements org.eclipse.jdt.internal.compiler.env.ICompilationUnit from Eclipse
null
resolved fixed
2e7f5ab
["java/org/apache/jasper/compiler/JDTCompiler.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-02-24T10:04:05Z
2012-02-24T10:40:00Z
52,671
Bug 52671 NIO Connector: Exception invoking method readBufSize / writeBufSize in the JMX Proxy Servlet
null
resolved fixed
3fe64a5
["java/org/apache/catalina/mbeans/MBeanDumper.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-02-15T20:58:16Z
2012-02-15T15:33:20Z
52,669
Bug 52669 Annotation processing, in WEB-INF/classes, for Servlets/Listeners/Filters is skipped when the web app is not extracted, classes do not have packages and for some embedded scenarios
null
resolved fixed
34b1a7e
["java/org/apache/catalina/startup/ContextConfig.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-02-15T20:57:36Z
2012-02-15T01:40:00Z
52,666
Bug 52666 EL should coerce String to Integer in equals operation
null
resolved fixed
bf9bf39
["java/org/apache/el/lang/ELSupport.java", "test/org/apache/el/lang/TestELSupport.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-02-15T16:26:08Z
2012-02-14T17:20:00Z
52,607
Bug 52607 It is not well defined how "Dependencies on extensions" mechanism can be used in Tomcat
null
resolved fixed
4b6d583
["java/org/apache/catalina/core/StandardServer.java", "java/org/apache/catalina/util/ExtensionValidator.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-02-08T21:15:07Z
2012-02-06T03:46:40Z
52,606
Bug 52606 FORM authentication POST replay broken for AJP
null
resolved fixed
6f766be
["java/org/apache/coyote/ajp/AbstractAjpProcessor.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-02-08T17:12:08Z
2012-02-05T22:13:20Z
52,591
Bug 52591 UnsupportedOperationException logged when fetching BasicDataSource 'loginTimeout'
With a BasicDataSource configured (using a <Resource>), simply list the available MBeans and this exception will be emitted to stdout: SEVERE: Error getting attribute Catalina:type=DataSource,context=/context,host=localhost,class=javax.sql.DataSource,name="jdbc/myDataSource" loginTimeout javax.management.RuntimeOperati...
resolved fixed
fbf9166
["java/org/apache/catalina/mbeans/MBeanDumper.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-02-08T14:33:23Z
2012-02-03T20:13:20Z
52,586
Bug 52586 When requests are forwarded, the request attribute javax.servlet.forward.path_info is assigned an incorrect value.
As per the servlet spec, the values for: javax.servlet.forward.request_uri javax.servlet.forward.context javax.servlet.forward.servlet_path javax.servlet.forward.path_info javax.servlet.forward.query_string MUST be set to the values from the very first servlet that serviced the current request. However, it seems that T...
resolved fixed
660513c
["java/org/apache/catalina/core/StandardHostValve.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-02-05T21:54:30Z
2012-02-03T00:46:40Z
52,577
Bug 52577 Response output written in filter can be truncated
Due to changes 1229726, 1229727 and 1229728 output written to response in the filter can be truncated up to 8192 bytes. Consider the following scenario: - you have a filter that invoke getWriter() before chain.doFilter(request, responseWrapper) - responseWrapper overrides getWriter() method and returns some buffered wr...
resolved fixed
2fd117b
["java/org/apache/catalina/connector/OutputBuffer.java", "java/org/apache/catalina/connector/Response.java", "test/org/apache/catalina/connector/TestOutputBuffer.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-02-05T21:12:42Z
2012-02-02T13:40:00Z
52,587
Bug 52587 NPE in authenticator when no realm/resource is defined
When no Realm is available to authenticate against, an NPE is thrown. STR: 1. Start with a stock 7.0.25 and modify server.xml: 2. Comment-out <Resource> in <GlobalNamingResources> 3. Comment-out <Realm> in <Engine> 4. Deploy manager app and try to log in java.lang.NullPointerException org.apache.catalina.realm.RealmBas...
resolved fixed
49a52cb
["java/org/apache/catalina/core/StandardEngine.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-02-05T20:12:26Z
2012-02-03T00:46:40Z
52,444
Bug 52444 Classloading-based ServletContainerInitializer @HandlesTypes processing can result in long startup times
See 52326 for background, noting particularly the following: "As long as SCI processing involves expensive classloading, larger applications will suffer from long startup times and thus be encouraged to "shut off" this functionality via metadata-complete='true'." This issue, then, is intended to address classloading-ba...
resolved fixed
f4896de
["java/org/apache/catalina/startup/ContextConfig.java", "java/org/apache/tomcat/util/bcel/classfile/JavaClass.java", "test/org/apache/catalina/startup/TestContextConfigAnnotation.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-30T11:14:06Z
2012-01-09T23:00:00Z
52,547
Bug 52547 incorrect byeswritten log after completed async request under http1.0
null
resolved fixed
f2edc92
["java/org/apache/coyote/http11/AbstractOutputBuffer.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-28T20:28:18Z
2012-01-28T00:20:00Z