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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
46,562 | Bug 46562 Reader not closed | SHTML files are locked when using windows. Closing the reader solves the problem. | resolved fixed | 6ecc35d | ["java/org/apache/catalina/ssi/SSIServlet.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-04-09T11:06:34Z | 2009-01-19T13:00:00Z |
46,998 | Bug 46998 small fix to TaskThreadFactory | null | resolved fixed | 0c48c98 | ["java/org/apache/tomcat/util/threads/TaskThreadFactory.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-04-09T09:14:40Z | 2009-04-08T14:13:20Z |
46,997 | Bug 46997 small fix to TaskQueue | null | resolved fixed | 4e1c4b2 | ["java/org/apache/tomcat/util/threads/TaskQueue.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-04-09T09:13:28Z | 2009-04-08T14:13:20Z |
46,991 | Bug 46991 "Bytes received " problem | use jk module submit some data with post method ,but "Bytes received" always show zero see source file ,JkCoyoteHandler.java ,in "inovke" method public int invoke( Msg msg, MsgContext ep ) throws IOException { if( ep.isLogTimeEnabled() ) ep.setLong( MsgContext.TIMER_PRE_REQUEST, System.currentTimeMillis()); Request req... | resolved fixed | a228c06 | ["java/org/apache/jk/server/JkCoyoteHandler.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-04-08T16:13:23Z | 2009-04-08T05:53:20Z |
46,990 | Bug 46990 Synchronize target can be changed midway | null | resolved fixed | f1fd999 | ["java/org/apache/catalina/core/StandardContext.java", "java/org/apache/catalina/core/StandardHost.java", "java/org/apache/catalina/tribes/membership/Membership.java", "java/org/apache/catalina/util/InstanceSupport.java", "java/org/apache/catalina/util/LifecycleSupport.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-04-08T16:08:42Z | 2009-04-07T21:33:20Z |
46,988 | Bug 46988 JMXAccessorTask String constants should be final | null | resolved fixed | 81ebe8f | ["java/org/apache/catalina/ant/jmx/JMXAccessorTask.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-04-08T15:28:08Z | 2009-04-07T21:33:20Z |
46,986 | Bug 46986 org.apache.jasper.Constants public arrays are mutable | There are various public String arrays in org.apache.jasper.Constants. Although the array variables are final, any code can change any of the array constants. | resolved fixed | f497f12 | ["java/org/apache/jasper/Constants.java", "java/org/apache/jasper/compiler/PageInfo.java", "java/org/apache/jasper/xmlparser/ParserUtils.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-04-08T15:25:05Z | 2009-04-07T21:33:20Z |
46,967 | Bug 46967 ManagerBase.setRandomFile error handling fix | On some platforms (z/OS for sure), the device file /dev/urandom can pass the "f.exists()" test, but throws an IOException of some kind when trying to open it. The current code in ManagerBase.setRandomFile() doesn't handle this, which results in EVERY call to getRandom() to try again and log the error "Failed to close r... | resolved fixed | 243aa86 | ["java/org/apache/catalina/session/ManagerBase.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-04-08T12:59:21Z | 2009-04-03T23:06:40Z |
46,958 | Bug 46958 manager XML interface hard-coded path in XSL transformation | null | resolved fixed | a9a58fb | ["java/org/apache/catalina/manager/Constants.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-04-08T11:40:08Z | 2009-04-02T22:06:40Z |
46,933 | Bug 46933 Using Java 1.5 in StringManager | null | resolved fixed | 23c47da | ["java/org/apache/tomcat/util/res/StringManager.java", "test/org/apache/tomcat/util/res/TestStringManager.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-04-08T11:08:17Z | 2009-03-27T18:53:20Z |
46,982 | Bug 46982 AccessLogValve reports correct time but incorrect offset following Spring DST transition. | This is a problem with AccessLogValve for tc5.5 as well as tc6.0 on all platforms. With the system clock on my linux machine (Ubuntu in my case) to just before the US time change on March 8, I started Tomcat 5.5 and see the following messages in my Tomcat access log after accessing Tomcat JSP example pages at the time ... | resolved fixed | 360f8eb | ["java/org/apache/catalina/valves/AccessLogValve.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-04-08T10:17:59Z | 2009-04-07T10:26:40Z |
41,606 | Bug 41606 The jspInit method is called twice. | The problem is: The jspInit method is called twice. The definition is: -The JSP background compilations are enable. (In default web.xml, define checkInterval and define development false.) -Define the JSP with <servlet> and <load-on-startup> tag in web.xml. The proposing: org/apache/jasper/compiler/Compiler.java ---- p... | resolved fixed | f36a2c4 | ["java/org/apache/jasper/compiler/Compiler.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-03-27T09:42:47Z | 2007-02-14T02:26:40Z |
46,822 | Bug 46822 Avoid redundant instantiations in StandardContext | null | resolved fixed | b10d9da | ["java/org/apache/catalina/core/StandardContext.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-03-26T12:58:40Z | 2009-03-09T03:40:00Z |
46,866 | Bug 46866 Seed from current time is useless | fgrep -r 'new Random(System.currentTimeMillis())' . Gives 7 places where Random initialized with seed = currentTimeMillis. This is unnecessary, because better seed initialization happens in the default Random constructor. | resolved fixed | fae26ce | ["java/org/apache/catalina/core/StandardServer.java", "java/org/apache/catalina/tribes/util/UUIDGenerator.java", "test/org/apache/catalina/tribes/demos/LoadTest.java", "test/org/apache/catalina/tribes/demos/MapDemo.java", "test/org/apache/catalina/tribes/test/channel/TestDataIntegrity.java", "test/org/apache/catalina/t... | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-03-26T11:06:06Z | 2009-03-17T00:33:20Z |
46,875 | Bug 46875 CometConnectionManagerValve: concurrent access on session object when calling HttpSession.invalidate() | When calling invalidate() on an valid HttpSession object CometConnectionManagerValve methods sessionDestroy(HttpSessionEvent se) and event(Request request, Response response, CometEvent event) are called concurrently. So either a CometEvent with EventType.END and EventSubType.SESSION_END is never signaled via sessionDe... | resolved wontfix | 08f7a5f | ["java/org/apache/catalina/valves/CometConnectionManagerValve.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-03-25T18:57:43Z | 2009-03-19T05:20:00Z |
46,666 | Bug 46666 Why is disableUploadTimeout and KeepAliveTimeout correlated in Http11 Connector? | In Http11Processor.java while (started && !error && keepAlive) { // Parsing the request header try { if (!disableUploadTimeout && keptAlive) { if (keepAliveTimeout > 0) { socket.setSoTimeout(keepAliveTimeout); } else if (soTimeout > 0) { socket.setSoTimeout(soTimeout); } } inputBuffer.parseRequestLine(); request.setSta... | resolved fixed | ac6369a | ["java/org/apache/coyote/http11/Http11Processor.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-02-13T16:17:54Z | 2009-02-04T12:20:00Z |
46,696 | Bug 46696 Missing AL headers | The following files in tomcat-trunk don't have AL headers; as far as I can tell, they should: modules/jdbc-pool/sign.sh modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/StarvationTest.java | resolved fixed | 3b1b7b3 | ["modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/StarvationTest.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-02-12T14:34:26Z | 2009-02-11T13:46:40Z |
39,396 | Bug 39396 OPTIONS request on directory with no default file reports an incorrect list of allowed HTTP verbs | When an "options" http request is made to Tomcat to a directory that has no default file (like index.jsp) in it, Tomcat reports a full list of allowed verbs, when in fact, most of them are NOT allowed. For example, a request to a generic img directory: OPTIONS /img/ HTTP/1.0 Cookie: JSESSIONID=C46C2E18BE95AD91828C9370C... | resolved fixed | 9752018 | ["java/org/apache/catalina/connector/RequestFacade.java", "java/org/apache/catalina/servlets/DefaultServlet.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-02-09T20:13:14Z | 2006-04-24T20:20:00Z |
38,570 | Bug 38570 if docBase path contains "webapps", a backslash is inserted | null | resolved fixed | 8d2b8ff | ["java/org/apache/catalina/startup/ContextConfig.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-02-09T19:05:44Z | 2006-02-08T20:20:00Z |
38,553 | Bug 38553 Wrong HTTP code for failed CLIENT-CERT authentication | server.xml: =========== I set clientAuth to "want" tomcat-user.xml: ================ I create a role and an user with the ssl certificate metadata web.xml: ======== For a private URL on my webseite, I create a security constraint like this one: <security-constraint> <web-resource-collection> <web-resource-name>App</web... | resolved fixed | 156f1ca | ["java/org/apache/catalina/authenticator/SSLAuthenticator.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-02-04T10:43:10Z | 2006-02-07T22:06:40Z |
38,197 | Bug 38197 taglib pool bug when tag is used with jsp:attribute | null | resolved fixed | 2824a70 | ["java/org/apache/jasper/compiler/Generator.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-02-04T10:26:28Z | 2006-01-09T20:53:20Z |
46,606 | Bug 46606 WebdavServlet | null | resolved fixed | f0bd732 | ["java/org/apache/catalina/servlets/WebdavServlet.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-02-04T07:00:03Z | 2009-01-26T11:40:00Z |
46,564 | Bug 46564 .tagx files don't compile if the document and page encoding casing differs | null | resolved fixed | 7d7f757 | ["java/org/apache/jasper/compiler/Validator.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-01-30T05:30:23Z | 2009-01-20T05:40:00Z |
46,471 | Bug 46471 Compiled tag files from different tag libraries share the same package | null | resolved fixed | 3aaac85 | ["java/org/apache/jasper/compiler/ImplicitTagLibraryInfo.java", "java/org/apache/jasper/compiler/JspUtil.java", "java/org/apache/jasper/compiler/ParserController.java", "java/org/apache/jasper/compiler/TagFileProcessor.java", "java/org/apache/jasper/compiler/TagLibraryInfoImpl.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-01-05T19:20:11Z | 2009-01-04T20:13:20Z |
46,462 | Bug 46462 JSPWiki JSP compilation prevented by org.apache.jasper.Constants.JSP_PACKAGE_NAME | null | resolved fixed | 1ca03ff | ["java/org/apache/jasper/servlet/JasperLoader.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-01-02T11:05:45Z | 2009-01-02T01:33:20Z |
46,298 | Bug 46298 JDBCRealm.open() throws NullPointerException if the specified driver doesn't handle the specified JDBC URL | null | resolved fixed | e31998a | ["java/org/apache/catalina/realm/JDBCRealm.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-12-28T23:46:49Z | 2008-11-26T03:26:40Z |
46,261 | Bug 46261 Context with %2F in name causes tomcat crash on shutdown | Context with %2F in name causes tomcat crash on shutdown Several years ago I worked on integrating tomcat 5.5 into our web application management infrastructure. During the process I fixed several tomcat 5.5 bugs, but apparently never sent the fixes upstream. Oops. Our application needs to be deployed to create a URL t... | resolved fixed | 85fc30c | ["java/org/apache/catalina/core/StandardContext.java", "java/org/apache/catalina/manager/HTMLManagerServlet.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-12-26T23:50:26Z | 2008-11-21T12:20:00Z |
46,381 | Bug 46381 Coerce EL expression to java.lang.Object breaks expression concatenation | null | resolved fixed | 24bcb47 | ["java/org/apache/jasper/compiler/Generator.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-12-26T23:43:09Z | 2008-12-11T12:53:20Z |
46,357 | Bug 46357 FarmWarDeployer has nonsense condition | FarmWarDeployer has the following code at line 152: if(econtainer == null && econtainer instanceof Engine) { There's clearly something wrong with that condition. | resolved fixed | 7e6a2ec | ["java/org/apache/catalina/ha/deploy/FarmWarDeployer.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-12-26T23:37:33Z | 2008-12-06T10:40:00Z |
46,397 | Bug 46397 Potential memory leak with TagHandlers and JspIdConsumer | null | resolved fixed | 5277185 | ["java/org/apache/jasper/compiler/Generator.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-12-23T18:31:04Z | 2008-12-15T05:46:40Z |
46,403 | Bug 46403 Persistent cookies written by 6.0.18 do not work in Internet Explorer or Safari | null | resolved fixed | 99c5ca6 | ["java/org/apache/tomcat/util/http/ServerCookie.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-12-23T13:14:42Z | 2008-12-15T19:40:00Z |
46,408 | Bug 46408 Invalid cast in SecurityUtil | In case of PrivilegedActionException thrown in: private static void execute(final Method method, final Object targetObject, final Object[] targetArguments, Principal principal) method, there is a false assumption in catch block, that PrivilegedActionException.getException() will return InvocationTargetException. It cou... | resolved fixed | a1e4c86 | ["java/org/apache/catalina/security/SecurityUtil.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-12-19T14:28:06Z | 2008-12-16T20:40:00Z |
46,247 | Bug 46247 SVN property patches | null | resolved fixed | 408175f | ["modules/bayeux/java/org/apache/cometd/bayeux/Bayeux.java", "modules/bayeux/java/org/apache/cometd/bayeux/Channel.java", "modules/bayeux/java/org/apache/cometd/bayeux/Client.java", "modules/bayeux/java/org/apache/cometd/bayeux/DataFilter.java", "modules/bayeux/java/org/apache/cometd/bayeux/Listener.java", "modules/bay... | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-12-05T15:57:43Z | 2008-11-20T00:13:20Z |
42,077 | Bug 42077 the iterator from javax.el.CompositeELResolver#getFeatureDescriptor() must not return null values | null | resolved fixed | 8d5db6f | ["java/javax/el/CompositeELResolver.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-11-23T23:35:05Z | 2007-04-10T07:26:40Z |
42,693 | Bug 42693 JSP-Generation error with recursive tagfile structure | addendum: it's Version 6.13 (not available in combobox above) scenario: ========= a menu is decribed by a tree structure; rendering the menu is done by a tagfile 'render_menuitem', which renders the current item either as a leaf item (clicking on it causes an action) or as a node item (clicking on it opens another next... | resolved fixed | b5a5094 | ["java/org/apache/jasper/compiler/Compiler.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-11-23T21:25:22Z | 2007-06-18T15:20:00Z |
42,707 | Bug 42707 add host alias using jmx doesn't take affect until restart | null | resolved fixed | 23a8ba0 | ["java/org/apache/catalina/connector/MapperListener.java", "java/org/apache/tomcat/util/http/mapper/Mapper.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-11-09T01:57:34Z | 2007-06-20T20:06:40Z |
42,673 | Bug 42673 SSI virtual include broken for context path with slashes | If the context path of an application contains slashes (e.g. "a/b") the method getPathWithoutContext of class org.apache.catalina.ssi.SSIServletExternalResolver simply cuts from the second slash, so for url "/a/b/do?.." it tries to include "b/do?.." instead of "do?..". The patch is to include the context path and strip... | resolved fixed | 4d5cca1 | ["java/org/apache/catalina/ssi/SSIServletExternalResolver.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-11-09T01:35:58Z | 2007-06-15T09:33:20Z |
46,011 | Bug 46011 Cannot access to Principal via Subject.getSubject(AccessController.getContext()) | Cannot access to Principal via Subject.getSubject(AccessController.getContext()). Problem is that in method internalDoFilter of ApplicationFilterChain in call of filter chain the code determinate the Principal but don't use it: if( Globals.IS_SECURITY_ENABLED ) { final ServletRequest req = request; final ServletRespons... | resolved fixed | e148369 | ["java/org/apache/catalina/core/ApplicationFilterChain.java", "java/org/apache/catalina/security/SecurityUtil.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-11-05T16:17:16Z | 2008-10-15T05:53:20Z |
46,047 | Bug 46047 Issue when using include directive inside tag files that are inside jar files | null | resolved fixed | 38ef38d | ["java/org/apache/jasper/compiler/ParserController.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-11-03T22:47:26Z | 2008-10-21T06:20:00Z |
42,409 | Bug 42409 Extra response headers not sent when using custom error page | If I create a servlet that does the following: response.setHeader("X-BUG", "Value"); response.sendError(HttpServletResponse.SC_BAD_REQUEST); If I use the tomcat default error page for 400 responses, the response will contain the header "X-BUG" with value "Value". However, if I create a custom error page, the response h... | resolved fixed | e0489c8 | ["java/org/apache/catalina/core/StandardHostValve.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-11-03T14:28:17Z | 2007-05-14T13:40:00Z |
46,051 | Bug 46051 Servlet response writer does not respect line.separator system property | null | resolved fixed | f4bef20 | ["java/org/apache/catalina/connector/CoyoteWriter.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-11-02T00:48:28Z | 2008-10-21T14:40:00Z |
46,105 | Bug 46105 URIEncoding doesn't affect after form-authentication redirect | How to reproduce bug. Configure tomcat connector with URIEncoding=UTF-8 attribute. Make a simple page that write out any request parameter. Configure this page as protected with form-based authentication. Try to access page, e.g. /site/page.jsp?q=%xx%yy%zz%tt where q=%xx%yy%zz is value in UTF-8 charset. When page is be... | resolved fixed | d9def07 | ["java/org/apache/catalina/authenticator/FormAuthenticator.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-10-30T23:46:41Z | 2008-10-28T05:00:00Z |
46,075 | Bug 46075 FileUpload memory usage | The DefaultFileItem class in pacakge org.apache.tomcat.util.http.fileupload creates a ByteArrayOutputStream of the full threshold size for every control on the submitted form. I have a form with 63 controls (checkboxes, text boxes and one File input), and I set the threshold to 20 Meg to allow upload of large image fil... | resolved fixed | 85e71cf | ["java/org/apache/tomcat/util/http/fileupload/DeferredFileOutputStream.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-10-27T22:40:48Z | 2008-10-23T08:20:00Z |
46,085 | Bug 46085 Session are incorrectly expired due to thread unsafe code | null | resolved fixed | 6344b96 | ["java/org/apache/catalina/session/StandardSession.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-10-27T18:31:50Z | 2008-10-24T17:40:00Z |
46,096 | Bug 46096 DefaultAnnotationProcessor.processAnnotations should use doPrivileged to call getDeclaredFields | If tomcat is running with a SecurityManager, and a JSP uses PageContext.forward, DefaultAnnotationProcessor code can be called with untristed code on the call stack. The processAnnotations method contains the line: Field[] fields = instance.getClass().getDeclaredFields(); getDeclaredFields() is subject to security chec... | resolved fixed | 428c03b | ["java/org/apache/catalina/core/DefaultInstanceManager.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-10-27T17:28:16Z | 2008-10-27T09:33:20Z |
45,735 | Bug 45735 Updated ResourceAttributes.getETag | After looking at a user's list post, I noticed the implementation was not consistent with the other getters (like getName). I propose changing it to: public String getETag(boolean strong) { if (strong) { // The strong ETag must always be calculated by the resources if (strongETag != null) return strongETag; if (attribu... | resolved fixed | e40c910 | ["java/org/apache/naming/resources/ResourceAttributes.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-10-24T21:23:08Z | 2008-09-03T13:53:20Z |
45,977 | Bug 45977 Duplicate comment in code - CoyoteAdapter.java | The XXX comments below seem to say the same thing. Not sure what the XXX represents. /** * Parse additional request parameters. */ protected boolean postParseRequest(org.apache.coyote.Request req, Request request, org.apache.coyote.Response res, Response response) throws Exception { // XXX the processor needs to set a ... | resolved fixed | e277f6c | ["java/org/apache/catalina/connector/CoyoteAdapter.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-10-09T22:58:03Z | 2008-10-09T13:46:40Z |
45,951 | Bug 45951 Provide support for renaming JSESSIONID | null | resolved fixed | e85ed8c | ["java/org/apache/catalina/Globals.java", "java/org/apache/catalina/authenticator/Constants.java", "java/org/apache/jasper/Constants.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-10-06T18:25:55Z | 2008-10-05T18:06:40Z |
45,933 | Bug 45933 Error processing TLD file in webapp with XML parser | null | resolved fixed | f69637f | ["java/org/apache/catalina/core/StandardContext.java", "java/org/apache/catalina/startup/TldConfig.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-10-03T11:53:28Z | 2008-10-02T04:00:00Z |
45,851 | Bug 45851 FarmWarDeployer fails to properly unpack copied war on target node | null | resolved fixed | c340c69 | ["java/org/apache/catalina/ha/deploy/FarmWarDeployer.java", "java/org/apache/catalina/ha/deploy/FileMessageFactory.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-09-26T17:37:34Z | 2008-09-20T03:06:40Z |
45,026 | Bug 45026 Custom HTTP-Error codes get remapped to 500er codes | We use Apache 2.2.8 with mod_JK 1.2.26 as a load-balancer for a Tomcat 5.5 cluster. We use Custom HTTP-Error codes like 450 for authentication-purposes. Those codes get remapped to 500. The Error-Code 450 is in the RFC2616 described as valid return code so this is a bug. The custom error-codes worked fine in Apache 1.3... | resolved fixed | 03097fa | ["java/org/apache/jk/common/JkInputStream.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-09-19T18:51:14Z | 2008-05-18T08:40:00Z |
45,419 | Bug 45419 Return Accept-Ranges from DefaultServlet | Currently the DefaultServlet accepts the "Ranges" request header, but doesn't indicate this in its response by returning "Accept-Ranges: bytes". Although this is not required in HTTP/1.1, setting the header is required in order for the Adobe Acrobat plugin to correctly handle Linearized PDF's (which can speed download ... | resolved fixed | 633545f | ["java/org/apache/catalina/servlets/DefaultServlet.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-09-17T19:26:22Z | 2008-07-17T10:20:00Z |
45,441 | Bug 45441 Matching of relevant servlet filters fails when request is forwarded... | I ran into a situation where Tomcat will not execute appropriate filters on a request that has been forwarded. I'm using the handy URLRewriteFilter implementation (from tuckey.org). When I forwarded a request internally, filters that had a matching url-pattern (in the web.xml file) and with a dispatcher setting of both... | resolved fixed | 2c0fffe | ["java/org/apache/catalina/core/ApplicationDispatcher.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-09-17T11:11:42Z | 2008-07-20T16:06:40Z |
45,823 | Bug 45823 AccessLogValve doesn't correctly handles combined log format (with patch) | null | resolved fixed | 678b516 | ["java/org/apache/catalina/valves/AccessLogValve.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-09-17T10:56:37Z | 2008-09-17T05:40:00Z |
45,618 | Bug 45618 Selector is not closed. | null | resolved fixed | d69b378 | ["java/org/apache/catalina/tribes/transport/nio/ParallelNioSender.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-09-02T21:44:37Z | 2008-08-12T03:00:00Z |
45,413 | Bug 45413 Contribution of Bayeux implementation for Tomcat | null | resolved fixed | 83fe69a | ["java/org/apache/cometd/bayeux/Bayeux.java", "java/org/apache/cometd/bayeux/Channel.java", "java/org/apache/cometd/bayeux/Client.java", "java/org/apache/cometd/bayeux/DataFilter.java", "java/org/apache/cometd/bayeux/Listener.java", "java/org/apache/cometd/bayeux/Message.java", "java/org/apache/cometd/bayeux/SecurityPo... | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-09-02T20:00:36Z | 2008-07-16T20:26:40Z |
45,628 | Bug 45628 ExtensionValidator doesn't handle wrapped lines in MANIFEST.MF | null | resolved fixed | 3773ec4 | ["java/org/apache/catalina/util/ManifestResource.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-09-02T15:46:00Z | 2008-08-13T17:53:20Z |
45,666 | Bug 45666 JspContextWrapper contains infinite loop in include(String relativeUrlPath, boolean flush) | public void include(String relativeUrlPath, boolean flush) throws ServletException, IOException { include(relativeUrlPath, false); // XXX } just calls itself it seems. Perhaps this should be (just a guess): public void include(String relativeUrlPath, boolean flush) throws ServletException, IOException { invokingJspCtxt... | resolved fixed | ccc1014 | ["java/org/apache/jasper/runtime/JspContextWrapper.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-08-31T21:06:01Z | 2008-08-21T12:00:00Z |
45,648 | Bug 45648 Function 'f:length' not found | null | resolved fixed | 6d40691 | ["java/org/apache/el/parser/ELParser.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-08-31T19:35:05Z | 2008-08-18T22:53:20Z |
45,691 | Bug 45691 Jasper creates duplicate variable names | Sometimes a JSP's Java code, which have been generated by Jasper, has duplicate variable names. Therefore the JSP cannot be compiled and tomcat delivers an HTTP status code 500. You get an error message like this org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 10 in the js... | resolved fixed | 337d6a6 | ["java/org/apache/jasper/compiler/Compiler.java", "java/org/apache/jasper/compiler/JspUtil.java", "java/org/apache/jasper/compiler/Node.java", "java/org/apache/jasper/compiler/TagPluginManager.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-08-31T13:47:57Z | 2008-08-26T11:26:40Z |
45,074 | Bug 45074 Add configuration parameters for finer tuning of Http11AprProtocol thread usage | null | resolved fixed | 6a1f316 | ["java/org/apache/coyote/http11/Http11AprProtocol.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-08-27T07:42:58Z | 2008-05-23T19:13:20Z |
44,809 | Bug 44809 Improve AprLifecycleListener Error Messages | null | resolved fixed | 46055c5 | ["java/org/apache/catalina/core/AprLifecycleListener.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-08-27T07:23:40Z | 2008-04-11T13:20:00Z |
43,327 | Bug 43327 Socket bind fails on tomcat startup when using apr | I'm running debian sid, kernel 2.6.22 and use tomcat 6.0.14 together with apr 1.2.11. no special tomcat configuration (out of the box). On start up of tomcat I get the following error log: Debugging apr revealed a problem with IPV6: apr_socket_create() assigns a AF_INET6 socket, apr_socket_bind tries to bind a AF_INET ... | resolved fixed | fea7658 | ["java/org/apache/tomcat/util/net/AprEndpoint.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-08-21T13:34:40Z | 2007-09-07T10:13:20Z |
45,655 | Bug 45655 check permisson | null | resolved fixed | b266836 | ["java/org/apache/juli/ClassLoaderLogManager.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-08-20T23:36:36Z | 2008-08-19T18:20:00Z |
45,608 | Bug 45608 Race conditions on field countAllocated of class org.apache.catalina.core.StandardWrapper | We found field countAllocated are accessed by allocate() and deallocate() without any protections by locks. Here is a trace log, Thread http-8081-1 id: 23 : READ [org.apache.catalina.core.StandardWrapper : allocate : 820] [org.apache.catalina.core.StandardWrapperValve : invoke : 129] [org.apache.catalina.core.StandardC... | resolved fixed | 816ecb8 | ["java/org/apache/catalina/core/StandardWrapper.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-08-12T15:10:23Z | 2008-08-11T02:00:00Z |
41,407 | Bug 41407 CLIENT-CERT Authentication with JAASRealm not working | I tried to config my webapp to authenticate user by CLIENT-CERT auth method. I verified my JAAS LoginModule by using "BASIC" to auth method and successfully authenticated user login. After studying Tomcat 5.5.20 source, I found that the problem is caused by the RealmBase.java and JAASRealm.java. if CLIENT-CERT auth met... | resolved fixed | 6d78232 | ["java/org/apache/catalina/realm/JAASCallbackHandler.java", "java/org/apache/catalina/realm/JAASMemoryLoginModule.java", "java/org/apache/catalina/realm/JAASRealm.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-08-09T14:32:47Z | 2007-01-18T22:40:00Z |
45,576 | Bug 45576 JAASRealm not working with DigestAuthenticator | null | resolved fixed | c984c6a | ["java/org/apache/catalina/realm/JAASCallbackHandler.java", "java/org/apache/catalina/realm/JAASMemoryLoginModule.java", "java/org/apache/catalina/realm/JAASRealm.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-08-09T12:10:34Z | 2008-08-06T05:20:00Z |
45,591 | Bug 45591 NullPointerException during shutdown in JKMain.pause() | On startup, if Tomcat discovers that the main port is already bound to another process, it fails and tries to execute the shutdown code. In some situations (I'm not sure which), the org.apache.jk.server.JKMain instance variable wEnv is null at this point, which causes a NullPointerException when JKMain.pause() is calle... | resolved fixed | 38a62a6 | ["java/org/apache/jk/server/JkMain.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-08-08T14:31:20Z | 2008-08-07T17:26:40Z |
45,453 | Bug 45453 JDBCRealm.getRoles bad synchronization causes hangs w/ DIGEST authentication | JDBCRealm.getRoles bad synchronization causes hangs w/ DIGEST authentication JDBCRealm caches PreparedStatement preparedRoles. That, and missing synchronization in JDBCRealm and/or DigestAuthenticator allow two threads to call getRoles simultaneously so that T1 will do stmt.executeQuery() while T2 does stmt.setString(1... | resolved fixed | 9d3cad7 | ["java/org/apache/catalina/realm/JDBCRealm.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-07-29T14:58:05Z | 2008-07-22T07:00:00Z |
45,459 | Bug 45459 Startup Listener error message unhelpful | null | resolved wontfix | 4cab5f3 | ["java/org/apache/catalina/core/StandardContext.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-07-29T14:29:27Z | 2008-07-22T12:33:20Z |
42,727 | Bug 42727 CoyoteReader readLine returns null for some post request bodies that are a multiple of MAX_LINE_LENGTH in size | null | resolved fixed | 92f847d | ["java/org/apache/catalina/connector/CoyoteReader.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-07-17T22:09:18Z | 2007-06-23T09:13:20Z |
42,722 | Bug 42722 Potential NullPointerException in org.apache.catalina.servlets.CGIServlet | null | resolved fixed | d41f610 | ["java/org/apache/catalina/servlets/CGIServlet.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-07-10T21:11:16Z | 2007-06-22T08:13:20Z |
42,678 | Bug 42678 docBase ignored even if its not a subdir of appBase | I use latest 6.0 SVN snapshot. I store deployable WARs in "webapps-dist" (aside "webapps"). This is my setup: bash-3.2$ ls $CATALINA_BASE conf logs temp tomcat-dist webapps webapps-dist work bash-3.2$ ls webapps-dist sample.war bash-3.2$ cat conf/Catalina/localhost/sample.xml <Context docBase="${catalina.base}/webapps-... | resolved fixed | 252fca1 | ["java/org/apache/catalina/startup/HostConfig.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-07-10T17:01:23Z | 2007-06-15T17:53:20Z |
45,317 | Bug 45317 DeltaManager always reports default timeout value for receiving session state on startup | Hi there, If I override the state transfer timeout: <Manager className="org.apache.catalina.ha.session.DeltaManager" stateTransferTimeout="10" expireSessionsOnShutdown="false" notifyListenersOnReplication="true"/> DeltaManager continues to log the default timeout value (ie: "This operation will timeout if no session st... | resolved fixed | 36bb5d9 | ["java/org/apache/catalina/ha/session/DeltaManager.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-07-02T20:41:10Z | 2008-07-01T11:00:00Z |
36,155 | Bug 36155 tomcat chooses wrong host if using mod_jk | null | resolved fixed | f23907d | ["java/org/apache/coyote/ajp/AjpMessage.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-06-28T02:11:48Z | 2005-08-12T09:46:40Z |
45,279 | Bug 45279 McastServiceImpl leaks sockets. | McastServiceImpl does not close its socket in stop() as it claims. It merely calls leaveGroup(), which is sufficient to stop receiving messages, but does not close the socket. This causes a file descriptor leak each time the service is stopped. add; socket.close(); after leaveGroup(); | resolved fixed | a2a7714 | ["java/org/apache/catalina/tribes/membership/McastServiceImpl.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-06-25T20:44:48Z | 2008-06-25T16:06:40Z |
45,101 | Bug 45101 DirContextURLConnection - Format Date Header Values per HTTP spec | null | resolved fixed | e0200b0 | ["java/org/apache/naming/resources/DirContextURLConnection.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-05-29T21:32:02Z | 2008-05-29T16:53:20Z |
42,750 | Bug 42750 Http Post requests not handled correctly if there is more than one space between the "POST" and the URL | null | resolved fixed | f93376d | ["java/org/apache/coyote/http11/InternalAprInputBuffer.java", "java/org/apache/coyote/http11/InternalInputBuffer.java", "java/org/apache/coyote/http11/InternalNioInputBuffer.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-05-19T20:07:20Z | 2007-06-26T20:33:20Z |
44,986 | Bug 44986 JSP compilation exception with pageEncoding="utf-8" and file with byte order marks | JSP-File has byte order marks. If the attribute is set to "UTF-8" (upper case) or the file has no byte order marks, the compilation workes fine. {code} 12:32:16,946 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: /dialog.jsp(2,0) Page-encoding specified in XML prolog (... | resolved fixed | 3c84dcf | ["java/org/apache/jasper/compiler/Validator.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-05-13T21:40:59Z | 2008-05-13T09:13:20Z |
42,934 | Bug 42934 sessionDidActivate() called before contextInitialized() | I'm using Seam and a Seam app depends upon the Seam application being initialized before you can do much of anything in Seam. That said Seam puts some hooks into the sessionDidActivate() and sessionDidPassivate() events. Because of that when I start up my app I'm getting a Seam IllegalStateException because the context... | resolved fixed | a9cb6a6 | ["java/org/apache/catalina/core/StandardContext.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-05-09T20:21:20Z | 2007-07-18T17:33:20Z |
42,943 | Bug 42943 jsp:text gets confused with other *:text elements in a JSP tag file | null | resolved fixed | 17b4436 | ["java/org/apache/jasper/compiler/JspDocumentParser.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-05-08T21:53:35Z | 2007-07-20T08:26:40Z |
43,080 | Bug 43080 Suspicious url pattern warning logged to wrong webapp | "Suspicious url pattern" warnings are logged to the wrong webapp, not the one actually using them. These log events are coming from SecurityCollection.java. | resolved fixed | 332d0f0 | ["java/org/apache/catalina/core/StandardContext.java", "java/org/apache/catalina/deploy/SecurityCollection.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-05-04T10:41:48Z | 2007-08-09T20:06:40Z |
43,191 | Bug 43191 compressableMimeType attribute ignored | I have set compression="on" and compressableMimeType="text/html" in server.xml. It appears that the value of compressableMimeType is being ignored. My XML responses are all coming back gzipped. If I switch to compression="off" the responses are not gzipped, but as soon as I turn it on, regardless of the value of compre... | resolved fixed | e2524a8 | ["java/org/apache/coyote/http11/Http11AprProcessor.java", "java/org/apache/coyote/http11/Http11NioProcessor.java", "java/org/apache/coyote/http11/Http11Processor.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-05-03T10:14:00Z | 2007-08-22T19:13:20Z |
43,150 | Bug 43150 Tomcat and path with pound sign (#) -> ClassNotFoundException | Tomcat will not start if it's located and launched from a path with a # (pound) character somewhere. You'll find all informations in the given mail-thread on tomcat-user, including some developer specific informations. One part of the problem is the usage of File.toURL in URLClassloader... I'd really appreciate it if t... | resolved fixed | fa91954 | ["java/org/apache/catalina/startup/ClassLoaderFactory.java", "java/org/apache/jasper/JspCompilationContext.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-05-01T21:25:01Z | 2007-08-16T18:46:40Z |
43,142 | Bug 43142 webapp expanded in a FOLDER named webapps/xxx.war is loaded TWICE | reproduce: copy the expanded of file xxx.war file in a FOLDER tomcat/webapps/xxx.war bug: tomcat will load the app TWICE | resolved fixed | 6a8b1bb | ["java/org/apache/catalina/startup/HostConfig.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-05-01T07:00:14Z | 2007-08-16T10:26:40Z |
43,366 | Bug 43366 Session Statistics command in manager fails with "Unknown command /sessions" | null | resolved fixed | f4a7632 | ["java/org/apache/catalina/manager/ManagerServlet.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-04-27T17:59:02Z | 2007-09-12T12:26:40Z |
44,877 | Bug 44877 ClassCastException due to bad TagHandlerPool name generation of two different tags | null | resolved fixed | dfa25f4 | ["java/org/apache/jasper/compiler/Generator.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-04-27T17:19:48Z | 2008-04-25T19:00:00Z |
43,425 | Bug 43425 Non-compliant annotations | null | resolved fixed | 48131cd | ["java/javax/annotation/security/DenyAll.java", "java/javax/ejb/EJB.java", "java/javax/persistence/PersistenceContext.java", "java/javax/persistence/PersistenceProperty.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-04-25T22:55:38Z | 2007-09-19T02:46:40Z |
31,257 | Bug 31257 java.endorsed.dirs is not used when JSP compilation is forked | When the JSP compiler forks a javac process, it should check to see what the currently endorsed directories are (check the system property "java.endorsed.dirs" - otherwise, classes end up missing and JSP pages do not properly compile. We experienced a problem when we explicitly set the java.endorsed.dirs property on th... | resolved fixed | 0ea3e15 | ["java/org/apache/jasper/compiler/AntCompiler.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-04-20T22:39:35Z | 2004-09-16T10:20:00Z |
29,936 | Bug 29936 XML parser loading problems by container | I'm trying to use JSTL 1.1 with this version of tomcat and have both saxon and crimson in my web-app. If we have crimson and saxon in our webapp lib then tomcat tries to use crimson as the xml parser when reading the web.xml and compiling the jsp and we get the prefix error: org.apache.jasper.JasperException: <h3>Valid... | resolved fixed | 06c23d8 | ["java/org/apache/catalina/startup/ContextConfig.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-04-20T20:47:57Z | 2004-07-06T18:53:20Z |
44,380 | Bug 44380 TldConfig / Scan of URL that are not files | The TldConfig class (org.apache.catalina.startup) is asking ClassLoader and all parent ClassLoader in order to get the URLs and then assume that the URLs are using "file" protocol. But when Tomcat is embedded, sometimes the URL are not always using "file" protocol and then new File() will fail. The given patch is to sk... | resolved fixed | 2edf51e | ["java/org/apache/catalina/startup/TldConfig.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-04-11T23:07:10Z | 2008-02-08T11:26:40Z |
44,389 | Bug 44389 Cleanup of org.apache.naming.resources.CacheEntry resources (memory leak) | Hi, I am memory profiling a webapp for my company because we suspect it has memory leaks when redeploying. This webapp has to be redeployed several times a week for security reasons (most of the time it is undeployed) and the memory leaks forced us to shutdown tomcat once a week to avoid OOM exception. I'm using jvm1.5... | resolved fixed | 6723b35 | ["java/org/apache/catalina/core/ApplicationContext.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-04-11T22:34:45Z | 2008-02-11T06:06:40Z |
44,391 | Bug 44391 SSI handling of escaped characters broken | In org.apache.catalina.ssi.SSIProcessor the method parseParamNames is broken. If I have a SSI directive like <!--#set var="test" value="blubb\"\"" --> the method detects three parameters instead of two. This is because there are two consecutive escaped characters. Although the first one \" is detected correctly the nex... | resolved fixed | df75937 | ["java/org/apache/catalina/ssi/SSIProcessor.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-04-11T21:25:59Z | 2008-02-11T08:53:20Z |
44,392 | Bug 44392 HTML entities not resolved in SSI filter | HTML entities which are contained in an SSI set directive aren't resolved by the SSI filter (in contrary to what is done by mod_include of Apaches HTTP). mod_include resolves all HTML entities in most of the attribute values of ssi directives. It also resolves \" to " and \$ to $. The ssi filter of tomcat resolves all ... | resolved fixed | 75fbd91 | ["java/org/apache/catalina/ssi/SSIEcho.java", "java/org/apache/catalina/ssi/SSIMediator.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-04-11T20:07:26Z | 2008-02-11T11:40:00Z |
44,408 | Bug 44408 EL-expression evaluation slow due to synchronization caused by JspFactory.getDefaultFactory | null | resolved fixed | 1f41c3d | ["java/org/apache/jasper/runtime/PageContextImpl.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-04-10T17:29:23Z | 2008-02-13T08:06:40Z |
44,428 | Bug 44428 FunctionMapperImpl.Function throws a NPE in certain circumstances | In FunctionMapperImpl.Function it is possible for writeExternal to fail if the class has just been de-serialised and is then serialised again. If you look at writeExternal: public void writeExternal(ObjectOutput out) throws IOException { out.writeUTF((this.prefix != null) ? this.prefix : ""); out.writeUTF(this.localNam... | resolved fixed | 0035fd4 | ["java/org/apache/el/lang/FunctionMapperImpl.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-04-09T22:33:01Z | 2008-02-15T07:20:00Z |
44,595 | Bug 44595 Add possibility to request the QueueSize of an executor via JMX | null | resolved fixed | c3c525b | ["java/org/apache/catalina/core/StandardThreadExecutor.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-04-07T09:29:41Z | 2008-03-13T06:33:20Z |
44,529 | Bug 44529 RealmBase authorization via hasResourcePermission not fully servlet spec compliant | The authorization implementation in RealmBase, in the hasResourcePermission method is not fully servlet specification compliant. The spec (both 2.4 and 2.5) states: "... A security constraint that does not contain an authorization constraint shall combine with authorization constraints that name or imply roles to allow... | resolved fixed | 7be2374 | ["java/org/apache/catalina/realm/RealmBase.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-03-29T14:48:24Z | 2008-03-04T14:13:20Z |
44,673 | Bug 44673 ServletInputStream still readable even when closed | null | resolved fixed | ca41a27 | ["java/org/apache/catalina/connector/InputBuffer.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-03-25T23:36:56Z | 2008-03-25T18:33:20Z |
44,646 | Bug 44646 IllegalStateException when using CometConnectionManagerValve | We're writing an application that processes requests using both a normal servlet and a CometProcessor. The normal servlet handles user authentication and logout (among other things). Once the user has been authenticated, the client makes a Comet request, which is open until the server has something to push to the clien... | resolved fixed | fdac1d6 | ["java/org/apache/catalina/valves/CometConnectionManagerValve.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-03-23T23:22:07Z | 2008-03-20T13:33:20Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.