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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
50,168 | Bug 50168 destory method is called twice while the child is destoryed directly | While calling the method destory() on the StandardContext directly, it seems that the method destoryInternal() is called twice in the LifecycleMBeanBase, the two stacktraces are below : a. LifecycleMBeanBase.unregister(ObjectName) line: 191 LifecycleMBeanBase.destroyInternal() line: 73 ContainerBase.destroyInternal() l... | resolved fixed | 6eae969 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-04T23:03:26Z | 2010-10-28T01:40:00Z | java/org/apache/catalina/startup/ContextConfig.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,168 | Bug 50168 destory method is called twice while the child is destoryed directly | While calling the method destory() on the StandardContext directly, it seems that the method destoryInternal() is called twice in the LifecycleMBeanBase, the two stacktraces are below : a. LifecycleMBeanBase.unregister(ObjectName) line: 191 LifecycleMBeanBase.destroyInternal() line: 73 ContainerBase.destroyInternal() l... | resolved fixed | 6eae969 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-04T23:03:26Z | 2010-10-28T01:40:00Z | java/org/apache/catalina/util/LifecycleBase.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,232 | Bug 50232 org.apache.catalina.session.StoreBase has a hidden dependency on PersistentManager | null | resolved fixed | b5c24f9 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-09T15:31:19Z | 2010-11-08T09:53:20Z | java/org/apache/catalina/session/StoreBase.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,184 | Bug 50184 RpcChannel sends the answer without requesting an ACK | null | resolved fixed | afdc055 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-09T17:08:25Z | 2010-10-29T22:06:40Z | java/org/apache/catalina/tribes/group/RpcChannel.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,222 | Bug 50222 JreMemoryLeakPreventionListener should speculatively cause memory leaks using the system ClassLoader | JreMemoryLeakPreventionListener intentionally invokes methods known to pin the context ClassLoader in memory in order to avoid having a WebappClassLoader unintentionally pin itself. This may cause undesirable behavior in embedded environments. Instead, JMLPL could use a security context to temporarily set the current c... | resolved fixed | 4ca3db3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-10T13:02:55Z | 2010-11-05T15:13:20Z | java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,169 | Bug 50169 Trying to register wrapper and welcomeFile to Mapper before context is registered on Mapper. | null | resolved fixed | 476921f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-11T12:29:40Z | 2010-10-28T07:13:20Z | java/org/apache/catalina/core/StandardContext.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,169 | Bug 50169 Trying to register wrapper and welcomeFile to Mapper before context is registered on Mapper. | null | resolved fixed | 476921f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-11T12:29:40Z | 2010-10-28T07:13:20Z | java/org/apache/catalina/core/StandardWrapper.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,183 | Bug 50183 [Tribes] Bio Sender is not scheduling the task to the excecutors | null | resolved fixed | 84efb0a | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-11T12:51:35Z | 2010-10-29T22:06:40Z | java/org/apache/catalina/tribes/transport/bio/BioReceiver.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,183 | Bug 50183 [Tribes] Bio Sender is not scheduling the task to the excecutors | null | resolved fixed | 84efb0a | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-11T12:51:35Z | 2010-10-29T22:06:40Z | java/org/apache/catalina/tribes/transport/bio/BioReplicationTask.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,252 | Bug 50252 ClassCastException occurs if context.xml contains <ResourceLink>. | null | resolved fixed | 7e7283d | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-11T13:00:52Z | 2010-11-11T07:20:00Z | java/org/apache/naming/NamingContext.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,230 | Bug 50230 Recursive dependency between the tomcat-catalina-ha and tomcat-catalina | null | resolved fixed | 96020cb | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-11T22:10:25Z | 2010-11-08T01:33:20Z | java/org/apache/catalina/DistributedManager.java | |
50,230 | Bug 50230 Recursive dependency between the tomcat-catalina-ha and tomcat-catalina | null | resolved fixed | 96020cb | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-11T22:10:25Z | 2010-11-08T01:33:20Z | java/org/apache/catalina/ha/session/BackupManager.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,230 | Bug 50230 Recursive dependency between the tomcat-catalina-ha and tomcat-catalina | null | resolved fixed | 96020cb | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-11T22:10:25Z | 2010-11-08T01:33:20Z | java/org/apache/catalina/manager/HTMLManagerServlet.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,192 | Bug 50192 performance issue after revision 746425 | null | resolved fixed | e075c4b | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-12T18:29:12Z | 2010-11-01T19:33:20Z | java/org/apache/jasper/el/ELContextImpl.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,192 | Bug 50192 performance issue after revision 746425 | null | resolved fixed | e075c4b | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-12T18:29:12Z | 2010-11-01T19:33:20Z | java/org/apache/jasper/el/ELResolverImpl.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,293 | Bug 50293 javax.el.CompositeELResolver synchronization issue | null | resolved fixed | 7b89af8 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-19T18:31:17Z | 2010-11-18T22:40:00Z | java/javax/el/CompositeELResolver.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,310 | Bug 50310 Manager detailed status page does not display servlets | To reproduce: 1. Login to the Manager webapp 2. Click "Server Status" and then "Complete Server Status" links. In TC6 the "Complete Server Status" page lists servlets for each deployed application. In the current TC7 it does not list them. Only summary information on each webapp is displayed. Looking at the StatusManag... | resolved fixed | ade20d2 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-22T11:49:05Z | 2010-11-22T01:40:00Z | java/org/apache/catalina/core/StandardWrapper.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,308 | Bug 50308 Call to AsyncContext.dispatch() in the onTimeout callback throws exception | When dispatch() method is called inside the onTimeout() function of the AsyncListener, the exception is thrown: SEVERE: An exception or error occurred in the container during the request processing java.lang.IllegalStateException: Calling [dispatchAsync()] is not valid for a request with Async state [TIMING_OUT] at org... | resolved fixed | 991702c | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-22T14:35:51Z | 2010-11-20T16:20:00Z | java/org/apache/coyote/AsyncStateMachine.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
50,308 | Bug 50308 Call to AsyncContext.dispatch() in the onTimeout callback throws exception | When dispatch() method is called inside the onTimeout() function of the AsyncListener, the exception is thrown: SEVERE: An exception or error occurred in the container during the request processing java.lang.IllegalStateException: Calling [dispatchAsync()] is not valid for a request with Async state [TIMING_OUT] at org... | resolved fixed | 991702c | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-22T14:35:51Z | 2010-11-20T16:20:00Z | 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... |
50,316 | Bug 50316 Minor glitch with display of negative TTL on sessionDetail.jsp | null | resolved fixed | 278a36a | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-22T20:59:20Z | 2010-11-22T15:33:20Z | java/org/apache/catalina/manager/JspHelper.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,316 | Bug 50316 Minor glitch with display of negative TTL on sessionDetail.jsp | null | resolved fixed | 278a36a | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-22T20:59:20Z | 2010-11-22T15:33:20Z | 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 ... |
50,207 | Bug 50207 CometProcessor async timeout events are not being fired | This is reproducible using the the default chat example (ie: ChatServlet, /examples/jsp/chat) and the following additional changes: 1) Enabled Http11Nio in conf/server.xml: <Connector address="0.0.0.0" port="8080" protocol="org.apache.coyote.http11.Http11NioProtocol" connectionTimeout="20000" enableLookups="false" acce... | resolved fixed | 46e7d1e | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-23T16:57:47Z | 2010-11-03T18:46:40Z | java/org/apache/coyote/http11/Http11NioProtocol.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
50,207 | Bug 50207 CometProcessor async timeout events are not being fired | This is reproducible using the the default chat example (ie: ChatServlet, /examples/jsp/chat) and the following additional changes: 1) Enabled Http11Nio in conf/server.xml: <Connector address="0.0.0.0" port="8080" protocol="org.apache.coyote.http11.Http11NioProtocol" connectionTimeout="20000" enableLookups="false" acce... | resolved fixed | 46e7d1e | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-23T16:57:47Z | 2010-11-03T18:46:40Z | java/org/apache/tomcat/util/net/NioEndpoint.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
50,108 | Bug 50108 Add missing setter/getter to AbstractXXXProtocol | null | resolved fixed | 5a84fdb | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T20:16:32Z | 2010-10-18T08:20:00Z | java/org/apache/coyote/ajp/AbstractAjpProtocol.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
50,108 | Bug 50108 Add missing setter/getter to AbstractXXXProtocol | null | resolved fixed | 5a84fdb | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T20:16:32Z | 2010-10-18T08:20:00Z | java/org/apache/coyote/http11/AbstractHttp11Protocol.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
48,837 | Bug 48837 Memory leaks protection does not detect leaks triggered by JSP pages code | null | resolved fixed | ddbbfc1 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T21:28:33Z | 2010-03-02T00:33:20Z | java/org/apache/catalina/loader/WebappClassLoader.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/javax/servlet/GenericServlet.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/javax/servlet/ServletContextAttributeEvent.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/javax/servlet/ServletContextEvent.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/javax/servlet/ServletException.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/javax/servlet/ServletRequestAttributeEvent.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/javax/servlet/ServletRequestEvent.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/javax/servlet/UnavailableException.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/javax/servlet/http/HttpServlet.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/javax/servlet/http/HttpSessionBindingEvent.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/javax/servlet/http/HttpSessionEvent.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06: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... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/javax/servlet/jsp/JspTagException.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/javax/servlet/jsp/SkipPageException.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/javax/servlet/jsp/el/ELException.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/javax/servlet/jsp/el/ELParseException.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not u... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/javax/servlet/jsp/tagext/TagSupport.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not u... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/catalina/ha/deploy/FileMessage.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/catalina/ha/deploy/UndeployMessage.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/catalina/manager/StatusManagerServlet.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/catalina/session/StandardSession.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/catalina/ssi/SSIServlet.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/catalina/ssi/SSIStopProcessingException.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/catalina/tribes/ChannelException.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/catalina/tribes/RemoteProcessException.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/catalina/tribes/UniqueId.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/catalina/tribes/io/ChannelData.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/catalina/tribes/tipis/ReplicatedMap.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/catalina/tribes/util/ExecutorFactory.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/catalina/util/ParameterMap.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/catalina/util/ResourceSet.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/jasper/JasperException.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/jasper/compiler/JspDocumentParser.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/jasper/runtime/HttpJspBase.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/juli/logging/LogConfigurationException.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/naming/EjbRef.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/naming/HandlerRef.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/naming/JndiPermission.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/naming/ResourceEnvRef.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/naming/ResourceLinkRef.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/naming/ServiceRef.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/naming/TransactionRef.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/tomcat/util/buf/CharChunk.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/tomcat/util/buf/MessageBytes.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/tomcat/util/modeler/BaseAttributeFilter.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/tomcat/util/modeler/FixedNotificationFilter.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/tomcat/util/modeler/ManagedBean.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | java/org/apache/tomcat/util/net/URL.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | test/org/apache/catalina/tribes/demos/MapDemo.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,142 | Bug 49142 Missing serialVersionUIDs | org.apache.catalina.ha.ClusterMessageBase is Serializable; consider declaring a serialVersionUID Similarly for: org.apache.catalina.ha.session.ReplicatedSession org.apache.catalina.ha.session.SerializablePrincipal org.apache.catalina.session.StandardSession org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMess... | resolved fixed | 4cbb52f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-24T22:08:38Z | 2010-04-17T02:06:40Z | webapps/examples/WEB-INF/jsp/applet/Clock2.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not u... |
50,358 | Bug 50358 Embedded.stopInternal sets state to STARTING, should be STOPPING | null | resolved fixed | 07b72f1 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-11-29T13:41:07Z | 2010-11-29T00:20:00Z | java/org/apache/catalina/startup/Embedded.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,692 | Bug 48692 Provide option to parse application/x-www-form-urlencoded PUT requests | Provide an option to treat application/x-www-form-urlencoded encoded parameters in a PUT request in a similar manner to application/x-www-form-urlencoded parameters in a POST request | resolved fixed | e34b164 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-12-03T16:07:50Z | 2010-02-07T08:06:40Z | 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 ... |
48,692 | Bug 48692 Provide option to parse application/x-www-form-urlencoded PUT requests | Provide an option to treat application/x-www-form-urlencoded encoded parameters in a PUT request in a similar manner to application/x-www-form-urlencoded parameters in a POST request | resolved fixed | e34b164 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-12-03T16:07:50Z | 2010-02-07T08:06:40Z | java/org/apache/catalina/connector/Request.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,692 | Bug 48692 Provide option to parse application/x-www-form-urlencoded PUT requests | Provide an option to treat application/x-www-form-urlencoded encoded parameters in a PUT request in a similar manner to application/x-www-form-urlencoded parameters in a POST request | resolved fixed | e34b164 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-12-03T16:07:50Z | 2010-02-07T08:06:40Z | test/org/apache/catalina/connector/TestRequest.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
50,408 | Bug 50408 Scoped EL variable in methodexpression is treated as Object | Consider following example: <dl> <c:forEach items="${pageContext.response.headerNames}" var="name"> <c:forEach items="${pageContext.response.getHeaders(name)}" var="value"> <dt>${name}</dt><dd>${value}</dd> </c:forEach> </c:forEach> </dl> The ${name} is a String. The ${name.class.name} also proves that. The getHeaders(... | resolved fixed | 4ed7b7e | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-12-03T21:49:54Z | 2010-12-03T18:13:20Z | java/javax/el/CompositeELResolver.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,408 | Bug 50408 Scoped EL variable in methodexpression is treated as Object | Consider following example: <dl> <c:forEach items="${pageContext.response.headerNames}" var="name"> <c:forEach items="${pageContext.response.getHeaders(name)}" var="value"> <dt>${name}</dt><dd>${value}</dd> </c:forEach> </c:forEach> </dl> The ${name} is a String. The ${name.class.name} also proves that. The getHeaders(... | resolved fixed | 4ed7b7e | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-12-03T21:49:54Z | 2010-12-03T18:13:20Z | test/javax/el/TestCompositeELResolver.java | |
50,448 | Bug 50448 StandardSession.expire causes IllegalStateException: getCreationTime: Session already invalidated | Hi, when verifying the fix for #50360 I ran into an issue with expired sessions during processExpires: Dec 10, 2010 12:59:32 AM org.apache.catalina.core.ContainerBase backgroundProcess WARNING: Exception processing manager de.javakaffee.web.msm.MemcachedBackupSessionManager[/] background process java.lang.IllegalStateE... | resolved fixed | 4117b78 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-12-10T13:54:16Z | 2010-12-10T00:13:20Z | java/org/apache/catalina/Session.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,448 | Bug 50448 StandardSession.expire causes IllegalStateException: getCreationTime: Session already invalidated | Hi, when verifying the fix for #50360 I ran into an issue with expired sessions during processExpires: Dec 10, 2010 12:59:32 AM org.apache.catalina.core.ContainerBase backgroundProcess WARNING: Exception processing manager de.javakaffee.web.msm.MemcachedBackupSessionManager[/] background process java.lang.IllegalStateE... | resolved fixed | 4117b78 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-12-10T13:54:16Z | 2010-12-10T00:13:20Z | java/org/apache/catalina/manager/DummyProxySession.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,448 | Bug 50448 StandardSession.expire causes IllegalStateException: getCreationTime: Session already invalidated | Hi, when verifying the fix for #50360 I ran into an issue with expired sessions during processExpires: Dec 10, 2010 12:59:32 AM org.apache.catalina.core.ContainerBase backgroundProcess WARNING: Exception processing manager de.javakaffee.web.msm.MemcachedBackupSessionManager[/] background process java.lang.IllegalStateE... | resolved fixed | 4117b78 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-12-10T13:54:16Z | 2010-12-10T00: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 ... |
50,448 | Bug 50448 StandardSession.expire causes IllegalStateException: getCreationTime: Session already invalidated | Hi, when verifying the fix for #50360 I ran into an issue with expired sessions during processExpires: Dec 10, 2010 12:59:32 AM org.apache.catalina.core.ContainerBase backgroundProcess WARNING: Exception processing manager de.javakaffee.web.msm.MemcachedBackupSessionManager[/] background process java.lang.IllegalStateE... | resolved fixed | 4117b78 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-12-10T13:54:16Z | 2010-12-10T00:13:20Z | java/org/apache/catalina/session/StandardSession.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,460 | Bug 50460 First access to a jspx page causes classloader leak in JspDocumentParser | null | resolved fixed | 345e6b5 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-12-13T00:58:11Z | 2010-12-12T02:13:20Z | java/org/apache/jasper/compiler/JspDocumentParser.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,460 | Bug 50460 First access to a jspx page causes classloader leak in JspDocumentParser | null | resolved fixed | 345e6b5 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-12-13T00:58:11Z | 2010-12-12T02:13:20Z | java/org/apache/naming/resources/ImmutableNameNotFoundException.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,125 | Bug 49125 toString on byte[] array probably is not correct | Two examples of using toString() on a byte[] array, which is unlikely to produce the desired output: ha.deploy.FileMessageFactory.writeMessage() log message uses toString on msg.getData() which is a byte[] array coyote.ajp.AjpMessage.dump use toString on "msg" which is of type byte[] | resolved fixed | 5614817 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-12-14T20:49:28Z | 2010-04-15T00:06:40Z | java/org/apache/catalina/ha/deploy/FileMessageFactory.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
49,125 | Bug 49125 toString on byte[] array probably is not correct | Two examples of using toString() on a byte[] array, which is unlikely to produce the desired output: ha.deploy.FileMessageFactory.writeMessage() log message uses toString on msg.getData() which is a byte[] array coyote.ajp.AjpMessage.dump use toString on "msg" which is of type byte[] | resolved fixed | 5614817 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-12-14T20:49:28Z | 2010-04-15T00:06:40Z | java/org/apache/coyote/ajp/AjpMessage.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
49,125 | Bug 49125 toString on byte[] array probably is not correct | Two examples of using toString() on a byte[] array, which is unlikely to produce the desired output: ha.deploy.FileMessageFactory.writeMessage() log message uses toString on msg.getData() which is a byte[] array coyote.ajp.AjpMessage.dump use toString on "msg" which is of type byte[] | resolved fixed | 5614817 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-12-14T20:49:28Z | 2010-04-15T00:06: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... |
10,526 | Bug 10526 Authenticators do not always cache the Principal | Once a user is authenticated a Principal object is supposed to be cached for the duration of the user's session. This is especially important when using JDBCRealm or JNDIRealm to reduce the load on external authentication services. Most authenticators (BasicAuthenticator, SSLAuthenticator and DigestAuthenticator) call ... | resolved fixed | ca34a30 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-12-15T16:41:31Z | 2002-07-06T18:26:40Z | java/org/apache/catalina/authenticator/AuthenticatorBase.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
10,972 | Bug 10972 <Realm> without className in server.xml produces NullPointerException | If the className attribute is not included with the <Realm> tag in server.xml, the server dies with a cryptic NullPointerException. It would be nice if it produced a more meaningful error message (like "Missing className attribute for <Realm> tag"). | resolved fixed | 71ad1bd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-12-15T17:58:05Z | 2002-07-19T06:26:40Z | java/org/apache/catalina/startup/Catalina.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
10,972 | Bug 10972 <Realm> without className in server.xml produces NullPointerException | If the className attribute is not included with the <Realm> tag in server.xml, the server dies with a cryptic NullPointerException. It would be nice if it produced a more meaningful error message (like "Missing className attribute for <Realm> tag"). | resolved fixed | 71ad1bd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-12-15T17:58:05Z | 2002-07-19T06:26:40Z | java/org/apache/tomcat/util/digester/Digester.java | /* $Id$
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); ... |
10,972 | Bug 10972 <Realm> without className in server.xml produces NullPointerException | If the className attribute is not included with the <Realm> tag in server.xml, the server dies with a cryptic NullPointerException. It would be nice if it produced a more meaningful error message (like "Missing className attribute for <Realm> tag"). | resolved fixed | 71ad1bd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-12-15T17:58:05Z | 2002-07-19T06:26:40Z | java/org/apache/tomcat/util/digester/ObjectCreateRule.java | /* $Id$
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); ... |
13,731 | Bug 13731 Final request, response, session and other variables. | Provide a capability to declare request, response, session and other variables in jspService function as final. As tunable feature, just like others, in tomcat`s web.xml file. Why need this feature? To use request, response, session variables in anonymous implementations of classes. For example - declaration of iterato... | resolved fixed | 73531cb | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-12-16T23:35:17Z | 2002-10-17T18:40:00Z | java/org/apache/jasper/compiler/Generator.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,503 | Bug 50503 Engine level Clustering does not work correctly if the web application has a version. | In Engine level clustering, the name of the cluster manager is "HostName#contextName". SimpleTcpCluster#getManagerName(String, Manager) is as follows. ==== public String getManagerName(String name, Manager manager) { String clusterName = name ; if ( clusterName == null ) clusterName = manager.getContainer().getName(); ... | resolved fixed | 701d5dc | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2010-12-21T06:56:09Z | 2010-12-21T05:40: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 ... |
50,025 | Bug 50025 getConnection method in class DataSourceProxy is ignoring credentials | null | resolved fixed | 59b17c1 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-03T22:14:21Z | 2010-09-29T14:20:00Z | modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
50,025 | Bug 50025 getConnection method in class DataSourceProxy is ignoring credentials | null | resolved fixed | 59b17c1 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-03T22:14:21Z | 2010-09-29T14:20:00Z | modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/DataSourceFactory.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.