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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
44,558 | Bug 44558 cite attempted address when throwing "Cannot assign requested address" | SEVERE: Error starting endpoint java.net.BindException: Cannot assign requested address:2217 at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:501) at org.apache.tomcat.util.net.JIoEndpoint.start(JIoEndpoint.java:515) at org.apache.coyote.http11.Http11Protocol.start(Http11Protocol.java:203) at org.apache.... | resolved fixed | 7bd915c | ["java/org/apache/tomcat/util/net/JIoEndpoint.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-03-09T17:31:48Z | 2008-03-07T11:40:00Z |
44,562 | Bug 44562 HEAD requests cannot go through request dispatch include. | null | resolved fixed | 288b2ae | ["java/javax/servlet/http/HttpServlet.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-03-09T17:19:00Z | 2008-03-07T17:13:20Z |
44,337 | Bug 44337 Dir listing crashes if no readme-file present | DefaultServlet docu 6.0 says about attibute readmeFile: If a directory listing is presented, a readme file *may* also be presented with the listing. This file is inserted ..... This was true for 5.5.x. 6.0.14 crashes if the file is absent in the listed directory. javax.servlet.ServletException: Error opening readme res... | resolved fixed | 8a3b14b | ["java/org/apache/catalina/servlets/DefaultServlet.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-02-04T02:10:39Z | 2008-02-01T07:13:20Z |
43,701 | Bug 43701 Error while starting tomcat | this is my NIO Connector configuration in server.xml <Connector acceptCount="100" enableLookups="false" port="80" protocol="org.apache.coyote.http11.Http11NioProtocol" acceptorThreadCount="2" socket.bufferPool="-1" connectionTimeout="60000" maxKeepAliveRequests="-1" maxThreads="200" minSpareThreads="25" redirectPort="8... | resolved fixed | bf6ce6f | ["java/org/apache/tomcat/util/net/NioEndpoint.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-02-03T19:06:00Z | 2007-10-26T06:26:40Z |
44,282 | Bug 44282 WebappClassLoader.findClass calls getClassLoader without privileges | When logging is in TRACE mode or lower, org.apache.catalina.loader.WebappClassLoader.findClass(String) calls getClassLoader() without a privileged block. With security enabled, this will cause a SecurityException if the RuntimePermission to getClassLoader is not granted. | resolved fixed | 948598d | ["java/org/apache/catalina/loader/WebappClassLoader.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-01-30T23:24:48Z | 2008-01-23T03:46:40Z |
44,268 | Bug 44268 Multiple registrations of same ServletContextListener class not possible | When I register the same class implementing ServletContextListener twice or more its' contextInitialized methods only gets called once. The servlet specifications (2.4 and 2.5) say the conforming container has to call the listeners in the same order they are registered in the deployment descriptor. The case that one li... | resolved fixed | cdff09f | ["java/org/apache/catalina/core/StandardContext.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-01-21T21:14:57Z | 2008-01-18T12:40:00Z |
44,223 | Bug 44223 Tomcat ignores the "javax.net.ssl.trustStoreType" system property | Set up a SSL Connector with a keystore in JKS format: <Connector ... SSLEnabled="true" keystoreFile="tomcat.keystore" keystoreType="JKS"> Let's say you need a custom truststore (e.g. for authenticating self-signed client certificates), and that this truststore is also needed by some of your webapps, not only Tomcat. Th... | resolved fixed | f9e41b8 | ["java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-01-18T20:57:51Z | 2008-01-14T08:40:00Z |
43,468 | Bug 43468 HTMLManagerServlet NullPointerException listing context | Obtained the following NullPointerException, stack trace below java.lang.NullPointerException org.apache.catalina.manager.HTMLManagerServlet.list(HTMLManagerServlet.java:437) org.apache.catalina.manager.HTMLManagerServlet.doGet(HTMLManagerServlet.java:136) Code is: args[11] = new Integer(context.getManager().getMaxInac... | resolved fixed | e14afee | ["java/org/apache/catalina/manager/HTMLManagerServlet.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-01-16T23:40:53Z | 2007-09-24T21:40:00Z |
11,117 | Bug 11117 Coyote connector does not correctly deal with large PUT when using chunked transfer encoding | I've built a small test servlet (included below) that shows this behaviour. If I upload data to tomcat (configured to use the HTTP/1.1 Coyote connector) using a chunked transfer-encoding on a PUT, then the result (i.e. what I read using the servlet's request.getInputStream() is corrupted. This _only_ happens on large P... | resolved fixed | 1cc6641 | ["java/org/apache/coyote/http11/filters/ChunkedInputFilter.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-01-08T21:45:03Z | 2002-07-24T11:26:40Z |
43,743 | Bug 43743 Cannot jspc precompile jsps with nested .tag files | myjsp.jsp: HELLO <tag1/> tag1.tag: <tag2> tag2.tag: WORLD Crashes (null pointer) while trying to load tag2.class, called by TagFileProcessor.loadTagFile. Very Initial analysis:- TagFileProcessor.loadTagFile creates wrapper, but ctxt.getTagFileJarUrl (tagFilePath) returns null for nested .tag. Thus in JspCompilationCont... | resolved fixed | 98b8ba2 | ["java/org/apache/jasper/compiler/Parser.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-01-07T23:15:59Z | 2007-10-31T00:20:00Z |
43,758 | Bug 43758 java.lang.NullPointerException from org.apache.jasper.compiler.ServletWriter.printMultiLn() on validation of JSPX with empty <jsp:scriptlet> element | null | resolved fixed | 61ce1a3 | ["java/org/apache/jasper/compiler/Node.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2008-01-01T20:04:45Z | 2007-10-31T17:00:00Z |
43,868 | Bug 43868 MBeanServer invoke issue | Impossible to invoke "removeRole" or other MBean methods and "setAttribute" by MBeanServer cause of the same bug in ManagedBean.java at both lines 545 (getSetter method) and 604 (getInvoke method): object = this; Must be replace by: object = bean; Fortunately getGetter method is correct. | resolved fixed | ccadbbc | ["java/org/apache/tomcat/util/modeler/ManagedBean.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-12-29T22:45:21Z | 2007-11-15T07:00:00Z |
43,285 | Bug 43285 Missing EL Coercion causes argument type mismatch | I'll attach a sample web application reproducing the error. Note that this error only occurs when using Tomcat 6.0.x (i.e. it works with Jetty as it uses Sun's EL RI). Moreover it doesn't matter which JSF implementation you're using to reproduce the error (I just wanted to mention that as it's definitely no bug in MyFa... | resolved fixed | c5bcc98 | ["java/org/apache/el/parser/AstValue.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-12-27T02:10:38Z | 2007-09-02T16:20:00Z |
42,503 | Bug 42503 ServletContext.getResourceAsStream returns stale data | Under certain conditions, the resource cache implementation used by the servlet/JSP engine (in org.apache.naming.resource) does not detect that a file in its cache has been modified and therefore returns the previous contents of the file. This happens only * when the file contents are modified but the file length doesn... | resolved fixed | 2441155 | ["java/org/apache/naming/resources/FileDirContext.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-12-27T01:57:02Z | 2007-05-23T19:53:20Z |
43,914 | Bug 43914 HTTP spec violation when generating HTTP redirects for folders without trailing slash | null | resolved fixed | e452200 | ["java/org/apache/catalina/connector/CoyoteAdapter.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-12-26T21:23:17Z | 2007-11-20T12:00:00Z |
43,909 | Bug 43909 EL EvaluationContext wrapper hides locale | org.apache.el.lang.EvaluationContext doesn't pass locale to the wrapped ELContext as does org.apache.jasper.el.ELContextWrapper. This prohibits using of the locale for it's original purpose. | resolved fixed | fdb170e | ["java/org/apache/el/lang/EvaluationContext.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-12-24T19:24:59Z | 2007-11-20T03:40:00Z |
43,944 | Bug 43944 org.apache.el.lang.ELArithmetic.coerce throws MissingResourceException for key el.convert | The class org.apache.el.lang.ELArithmetic has the following code snippet: throw new IllegalArgumentException(MessageFactory.get("el.convert", obj, objType)); But the key "el.convert" doesn't exist in "org.apache.el.Messages". As a result, I'm receiving the exception: java.util.MissingResourceException: Can't find resou... | resolved fixed | c228054 | ["java/org/apache/el/lang/ELArithmetic.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-12-24T15:51:53Z | 2007-11-23T01:06:40Z |
44,088 | Bug 44088 Cannot expire session via html manager webapp | The html manager webapp done not work correctly when clicking the expire sessions button. The idle param is missing from the form. The following html shows this bug... <form method="POST" action="/manager/html/expire?path=/"> <small> <input type="submit" value="Expire sessions"> with idle ≥ <input ty... | resolved fixed | df2b1e6 | ["java/org/apache/catalina/manager/HTMLManagerServlet.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-12-23T23:07:48Z | 2007-12-17T19:33:20Z |
44,084 | Bug 44084 JAASRealm useContextClassLoader has problems | The useContextClassLoader config option doesn't work right. - it is ignored when setting userClassNames and roleClassNames - it's respected when the LoginContext is created, but that is insufficient, because all the needed classes are not necessarily loaded until loginContext.login() is called Patch to follow. With it ... | resolved fixed | 46721e4 | ["java/org/apache/catalina/realm/JAASRealm.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-12-23T21:55:38Z | 2007-12-15T20:20:00Z |
43,236 | Bug 43236 Response.setCharacterEncoding() fails after Response.getWriter() and Response.reset() | The class org.apache.catalina.connector.Response resets the internal hold coyoteResponse and outputBuffer during reset(): public void reset() { if (included) return; // Ignore any call from an included servlet coyoteResponse.reset(); outputBuffer.reset(); } but if anyone has already set the characterEncoding (e.g. to U... | resolved fixed | 71bd193 | ["java/org/apache/catalina/connector/Response.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-12-18T23:46:19Z | 2007-08-29T06:46:40Z |
43,241 | Bug 43241 ServletContext.getResourceAsStream() does not follow API specs for Path | null | resolved fixed | 8f91433 | ["java/org/apache/catalina/core/ApplicationContext.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-12-18T23:08:51Z | 2007-08-29T17:53:20Z |
43,611 | Bug 43611 autodeployment with unpackWARs="true" does not work, when a context for that war file exists in server.xml | if a context for the war file exists in server.xml, the manager uploads the new .war file, but does not expand it, if the necessary directory does not exist, and if the directory exists, it is not overwritten, so you see the old application. see server.xml <Host name="xxx" appBase="webapps" unpackWARs="true"> <Context ... | resolved fixed | ffbbe88 | ["java/org/apache/catalina/manager/HTMLManagerServlet.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-12-01T18:26:13Z | 2007-10-12T09:06:40Z |
43,622 | Bug 43622 compression / minCompressionSize attribute not properly implemented | 2 of the compression related attributes for the http connector are: compression = on | off | force | <integer val> The documentation states that integer val will be implemented as: compression="on" and minCompressionSize = <integer val> minCompressionSize = <integer val> (The documentation for 5.5.12 doesnt mention thi... | resolved fixed | d1d0619 | ["java/org/apache/coyote/http11/Http11AprProtocol.java", "java/org/apache/coyote/http11/Http11NioProtocol.java", "java/org/apache/coyote/http11/Http11Protocol.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-11-30T19:13:33Z | 2007-10-15T06:33:20Z |
43,757 | Bug 43757 Improper parsing of response.sendRedirect() in JSP source | Tomcat is throwing a java.lang.illegalStateException due to an attempted response.sendRedirect() after the time for such matters has come and gone... But, this appears to be a symptom of bad .jsp parsing at runtime. ========================== org.apache.jasper.JasperException: Exception in JSP: /buslog.jsp:42 39: // if... | resolved fixed | eb87635 | ["java/org/apache/jasper/compiler/ErrorDispatcher.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-11-29T22:27:23Z | 2007-10-31T17:00:00Z |
43,706 | Bug 43706 Fix a litmus warning for WebdavServlet | null | resolved fixed | 324387d | ["java/org/apache/catalina/servlets/WebdavServlet.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-11-27T22:05:57Z | 2007-10-26T12:00:00Z |
43,887 | Bug 43887 StandardWrapper.registerJMX() doesn't log exceptions correctly | I was getting some rather unhelpful error messages when trying to deploy a web.xml that included illegal servlet names. I tracked them down to this part of /org/apache/catalina/core/StandardWrapper.java: } catch( Exception ex ) { log.info("Error registering servlet with jmx " + this); } This should probably be changed ... | resolved fixed | 9314e5b | ["java/org/apache/catalina/core/StandardWrapper.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-11-23T21:12:32Z | 2007-11-16T21:53:20Z |
43,893 | Bug 43893 WebdavServlet returns incorrect values for the "href" property when it is mapped with / url prefix, instead of /* | null | resolved wontfix | 3c61f9b | ["java/org/apache/catalina/servlets/WebdavServlet.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-11-23T19:02:38Z | 2007-11-18T04:26:40Z |
43,479 | Bug 43479 APR sendfile thread leaks memory | The APR sendfile thread leaks memory by adding SendfileData objects to its HashMap and failing to remove them. | resolved fixed | 16464d6 | ["java/org/apache/tomcat/util/net/AprEndpoint.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-10-11T00:29:00Z | 2007-09-25T22:40:00Z |
43,453 | Bug 43453 ClassCastException at org.apache.catalina.core.StandardContext.findStatusPage(int) | StandardContext.java reads public String findStatusPage(int status) { return ((String) statusPages.get(new Integer(status))); } This is wrong and it should be public String findStatusPage(int status) { return ((ErrorPage) statusPages.get(new Integer(status))).getLocation(); } Regards, lg | resolved fixed | 73b5e41 | ["java/org/apache/catalina/core/StandardContext.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-09-23T23:53:05Z | 2007-09-23T17:53:20Z |
43,435 | Bug 43435 AbstractReplicatedMap.memberDisappeared is executed more than the necessity. | null | resolved fixed | 5aed2f5 | ["java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-09-21T18:26:31Z | 2007-09-20T09:20:00Z |
43,356 | Bug 43356 keystoreFile parameter, when specified as relative, is not treated relative to $CATALINA_BASE or catalina.base property for NioEndPoint | null | resolved fixed | 28da141 | ["java/org/apache/coyote/http11/Http11NioProtocol.java", "java/org/apache/tomcat/util/net/NioEndpoint.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-09-14T21:30:29Z | 2007-09-11T17:00:00Z |
30,949 | Bug 30949 After Failed Include, Request and Response not Unwrapped | In org.apache.catalina.core.ApplicationDispatcher.doInclude(ServletRequest request, ServletResponse response), after invoke() is called to perform the include, the request and response objects are normally unwrapped. However, if a ServletException or IOException is thrown, the unwrapping does not take place. This leads... | resolved fixed | 4dd22a5 | ["java/org/apache/catalina/core/ApplicationDispatcher.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-09-05T02:01:02Z | 2004-08-31T02:40:00Z |
43,216 | Bug 43216 ACTIVITY_CHECK does not work correctly when Tomcat is restarted | null | resolved fixed | 9c37a01 | ["java/org/apache/catalina/session/StandardManager.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-08-28T13:33:18Z | 2007-08-26T12:06:40Z |
42,944 | Bug 42944 plus sign in url-pattern in servlet-mapping does not work | Hi all, I had servlet-mappings that contain plus signs (they were created by JspC), e.g.: <servlet-mapping> <servlet-name>org.apache.jsp.suchergebnis_005fbu_002bbb_jsp</servlet-name> <url-pattern>/suchergebnis_bu+bb.jsp</url-pattern> </servlet-mapping> This mapping does not work (the referred class is present)! When I ... | resolved fixed | 44e36ea | ["java/org/apache/catalina/util/RequestUtil.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-08-04T16:17:22Z | 2007-07-20T14:00:00Z |
39,212 | Bug 39212 a bug in example code DummyCart.java | null | resolved fixed | 8aa247e | ["webapps/examples/WEB-INF/classes/sessions/DummyCart.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-07-30T18:13:30Z | 2006-04-05T15:13:20Z |
42,753 | Bug 42753 Race condition when using available() or reading in CometProcessor.event() | Tomcat version: 6.0.13 (no 6.0.13 available in the version field) When trying to process data in CometProcessor.event() either during the BEGIN event or during the READ event, it is impossible to guarantee that all data has been read before returning (since new data may arrive between the last statement before the retu... | resolved fixed | a6ea14d | ["java/org/apache/catalina/core/ApplicationFilterFactory.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-06-29T13:07:27Z | 2007-06-27T10:26:40Z |
41,722 | Bug 41722 role-link tag in web.xml can not be omitted. | The application with follwing web.xml can not be deployed. --- <servlet> <servlet-name>sample</servlet-name> <servlet-class>sample.TheServlet</servlet-class> <security-role-ref> <role-name>users</role-name> </security-role-ref> </servlet> <servlet-mapping> .... </servlet-mapping> <security-role> <role-name>users</role-... | resolved fixed | ba25bfb | ["java/org/apache/catalina/deploy/SecurityRoleRef.java", "java/org/apache/catalina/startup/WebRuleSet.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-06-24T17:28:45Z | 2007-02-28T05:20:00Z |
42,314 | Bug 42314 Jasper output no details with compilation error in specific case. | Jasper output no details when Jasper cannot find mappings between generated servlet code (with mistakes) and former JSP. One example JSP is the following. (The imported class in the JSP is not found.) --- <%@ page import = "not.exist.class" %> --- | resolved fixed | 6c6ad83 | ["java/org/apache/jasper/compiler/JavacErrorDetail.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-06-24T11:45:44Z | 2007-05-02T04:26:40Z |
42,547 | Bug 42547 Same env-entry (web.xml) and ResourceLink (context) names causes NPE | Having the following in web.xml: <env-entry> <env-entry-name>testIt</env-entry-name> <env-entry-type>java.lang.String</env-entry-type> <env-entry-value>test</env-entry-value> </env-entry> and the following in your context descriptor: <ResourceLink name="testIt" global="testIt" type="java.lang.String"/> causes an NPE on... | resolved fixed | 53add24 | ["java/org/apache/catalina/deploy/NamingResources.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-06-23T15:00:51Z | 2007-05-30T15:46:40Z |
42,643 | Bug 42643 Duplicate JSP function mapper variables | When we deploy ~20 or so web apps at a time, we invariably end up with an app or two on each server that has compilation errors due to code generated like this: static private org.apache.jasper.runtime.ProtectedFunctionMapper _jspx_fnmap_0; static private org.apache.jasper.runtime.ProtectedFunctionMapper _jspx_fnmap_1;... | resolved fixed | 5b65cf4 | ["java/org/apache/jasper/compiler/ELFunctionMapper.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-06-16T15:39:21Z | 2007-06-12T12:06:40Z |
42,497 | Bug 42497 304 response should consistently include ETag header | null | resolved fixed | 0114b2d | ["java/org/apache/catalina/servlets/DefaultServlet.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-06-02T00:42:36Z | 2007-05-23T14:20:00Z |
42,559 | Bug 42559 ErrorReportValve does not provide an error report | rev 535915 changed the behavior of ErrorReportValve in tomcat6 to not produce an error report when response.sendError() is called. For example, using this code in a servlet's service() does not produce an error report: response.sendError(HttpServletResponse.SC_GONE, "error occurred"); The underlying cause is that the v... | resolved fixed | 71eccb3 | ["java/org/apache/catalina/valves/ErrorReportValve.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-05-31T23:08:24Z | 2007-05-31T14:00:00Z |
39,875 | Bug 39875 RealmBase#init() needs cleanup | null | resolved fixed | 0ea4c7c | ["java/org/apache/catalina/realm/RealmBase.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-05-23T02:44:56Z | 2006-06-23T16:26:40Z |
42,438 | Bug 42438 Duplicate JSP temp variable declaration when jsp:attribute used in conjunction with custom tags | null | resolved fixed | 5e188bc | ["java/org/apache/jasper/compiler/Node.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-05-23T02:42:08Z | 2007-05-16T21:13:20Z |
42,459 | Bug 42459 Tomcat Web Application Manager table error | html table -> tr wrong formating when stop (not last) in Tomcat Web Application Manager. | resolved fixed | 33c9949 | ["java/org/apache/catalina/manager/HTMLManagerServlet.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-05-20T17:12:08Z | 2007-05-19T18:40:00Z |
42,444 | Bug 42444 Potential NullPointerException in org.apache.catalina.valves.AccessLogValve | null | resolved fixed | 776736f | ["java/org/apache/catalina/valves/AccessLogValve.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-05-19T18:31:09Z | 2007-05-17T11:06:40Z |
42,361 | Bug 42361 POST content type incorrect for multipart forms after login | When using a form with a custom encoding (e.g. "multipart/form-data"), the content type is not restored after a redirect to a login page (auth-method = FORM). To reproduce: - A page that POSTs using multipart/form-data encoding (or anything other than application/x-www-form-urlencoded) to a result page that is protecte... | resolved fixed | 637acc5 | ["java/org/apache/catalina/authenticator/FormAuthenticator.java", "java/org/apache/catalina/authenticator/SavedRequest.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-05-08T23:58:24Z | 2007-05-08T18:46:40Z |
42,309 | Bug 42309 Request: support for NIO in Embedded Tomcat | in org.apache.catalina.startup.Embedded there is no direct API to create an NIO connector. This would be very helpful for all applications which use tomcat in embedded mode and require the CometProcessor. | resolved fixed | 9546005 | ["java/org/apache/catalina/startup/Embedded.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-05-03T15:49:09Z | 2007-05-01T06:13:20Z |
42,308 | Bug 42308 with APR bytessent bytesreceived performance data is not collected | with APR bytes received and bytes sent are always 0. | resolved fixed | 4a04722 | ["java/org/apache/coyote/http11/Http11AprProcessor.java", "java/org/apache/coyote/http11/Http11AprProtocol.java", "java/org/apache/coyote/http11/Http11NioProcessor.java", "java/org/apache/coyote/http11/InternalNioInputBuffer.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-05-01T12:46:12Z | 2007-05-01T06:13:20Z |
42,202 | Bug 42202 if you install tomcat in a directory with spaces it ignores TLD files inside jar files | if you install tomcat or a web application in a directory with spaces in the name, for example "C:\Program Files\vds\tomcat" for tomcat or "C:\Program Files\vds\console" for a web application. the TLD files that are inside the META-INF directory of the jar files will not be loaded. the problem is is the file treatment ... | resolved fixed | f9ddaba | ["java/org/apache/catalina/startup/TldConfig.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-04-24T13:42:07Z | 2007-04-23T17:40:00Z |
42,071 | Bug 42071 If a JSP throws an UnavailableException twice, an IllegalStateException occurs. | If a JSP throws an UnavailableException twice, an IllegalStateException occurs. first access: JSP throws UnavailableException. second access: If the JSP throws an UnavailableException again then an IllegalStateException occurs and Tomcat returns status code:500 to the client. The problem is not that the IllegalStateExc... | resolved fixed | 508f513 | ["java/org/apache/jasper/servlet/JspServletWrapper.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-04-19T02:28:08Z | 2007-04-08T22:06:40Z |
42,039 | Bug 42039 Tomcat doesn't output the stack trace of UnavailableException. | When UnavailableException is thrown from the Servlet:init, Tomcat doesn't output the stack trace of UnavailableException. The cause of problem is lost. Tomcat should output the stack trace at the "invoke" method of StandardWrapperValue. | resolved fixed | c3d2ce4 | ["java/org/apache/catalina/core/StandardWrapperValve.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-04-15T17:45:34Z | 2007-04-03T19:53:20Z |
42,119 | Bug 42119 request.getCharacterEncoding misparses charset=UTF-8; xyz=3 | (This bug is also present in Coyote source 6.0.10.) If there is an HTTP header Content-Type: text/abc; charset=UTF-8; xyz=3 request.getCharacterEncoding() returns "UTF-8; xyz=3" but Tomcat 4.1.24 returns "UTF-8". In Tomcat 4.1.24, request.getCharacterEncoding uses parseCharacterEncoding defined in jakarta-tomcat-4.1.24... | resolved fixed | 4cf171a | ["java/org/apache/tomcat/util/http/ContentType.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-04-15T00:22:47Z | 2007-04-13T16:00:00Z |
42,085 | Bug 42085 java.util.Logging duplicated since 5.5.23. 5.5.20 is OK | We use the followwing logging.properties in our WebApplication: ----------%<--------------------%<---------------- handlers = 1tivoli.java.util.logging.FileHandler, 2product.java.util.logging.FileHandler # Handlers for the root logger .handlers = 1tivoli.java.util.logging.FileHandler, 2product.java.util.logging.FileHan... | resolved fixed | fa2b746 | ["java/org/apache/juli/ClassLoaderLogManager.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-04-12T15:34:51Z | 2007-04-11T02:53:20Z |
42,072 | Bug 42072 The call of the jspDestroy method violates it about the Java Servlet Specification 2.4, SRV.2.3.2.1. | When a JSP is accessed for a second time, the jspDestroy method is called even if a ServletException is thrown from the init method of the class that extends HttpJspPage. This violates the Java Servlet Specification 2.4, SRV.2.3.2.1. | resolved fixed | 3d27771 | ["java/org/apache/jasper/servlet/JspServletWrapper.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-04-09T23:31:09Z | 2007-04-08T22:06:40Z |
41,289 | Bug 41289 Error when deploying XML Configuration file URL | I tried to deploy a webapp using a context.xml file under manager webapp and received this error: java.io.FileNotFoundException: /opt/apache-tomcat-6.0.2/conf/Catalina/localhost/mywebapp3.xml (No such file or directory) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(FileOutputStream.... | resolved fixed | d721522 | ["java/org/apache/catalina/manager/ManagerServlet.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-04-05T13:22:17Z | 2007-01-04T11:26:40Z |
41,703 | Bug 41703 Variable assigned with it's own value. | null | resolved fixed | 2049b78 | ["java/org/apache/catalina/ha/authenticator/SingleSignOnMessage.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-03-27T06:58:27Z | 2007-02-26T06:06:40Z |
41,682 | Bug 41682 ClassCastException with BackupManager + debug logging | (Still happening in 6.0.9, though that isn't an option in Bugzilla) If I use the BackupManager for session replication AND turn on debug logging, I get this exception when I try to invalidate the session: java.lang.ClassCastException: org.apache.catalina.ha.session.BackupManager cannot be cast to org.apache.catalina.ha... | resolved fixed | 12d912d | ["java/org/apache/catalina/ha/session/DeltaSession.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-03-27T06:52:10Z | 2007-02-22T18:46:40Z |
41,166 | Bug 41166 Unable to start ReplicatedContext | I try to test the Cluster function. I got a problem: something like following apears in the $CATALINA_HOME/logs/catalina.out SEVERE: Unable to start ReplicatedContext java.lang.ClassCastException: org.apache.naming.resources.ProxyDirContext cannot be cast to java.io.Serializable at org.apache.catalina.tribes.tipis.Abst... | resolved fixed | 4f96d21 | ["java/org/apache/catalina/core/ApplicationContext.java", "java/org/apache/catalina/ha/context/ReplicatedContext.java", "java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-03-27T04:44:06Z | 2006-12-13T06:06:40Z |
41,675 | Bug 41675 Add a debug statement when some necessary header information is missing | Reference: org.apache.coyote.http11.Http11Processor.java It would be helpful for developers to get informed when some required header information is missing. eg when headers.getValue("host"); returns null and http11 is true. Couldn't you add a log.debug statement that informs the user about missing header-fields? (For ... | resolved fixed | 7fd4fa8 | ["java/org/apache/coyote/http11/Http11Processor.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-03-25T23:08:01Z | 2007-02-22T04:53:20Z |
40,150 | Bug 40150 Incorrect User/Role classnames are silently ignored. | org.apache.catalina.realm.JAASRealm does not verify any of the class names that are set through setRoleClassNames() and setUserClassNames(). If an incorrect class name (e.g. a typo) is configured in context.xml, this is unnoticed by JAASRealm. The result is that during authentication, when the subject's principals are ... | resolved fixed | 400d684 | ["java/org/apache/catalina/realm/JAASRealm.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-03-25T21:42:05Z | 2006-08-01T13:46:40Z |
41,790 | Bug 41790 JDTCompiler::getContents does not close the reader | In the class org.apache.jasper.compiler.JDTCompiler: ------------------------------------------------------------------------- public char[] getContents() { char[] result = null; try { InputStreamReader isReader = new InputStreamReader(new FileInputStream(sourceFile), ctxt.getOptions().getJavaEncoding()); Reader reader... | resolved fixed | 455b6f8 | ["java/org/apache/jasper/compiler/JDTCompiler.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-03-08T16:02:35Z | 2007-03-07T23:26:40Z |
41,752 | Bug 41752 Wrong message on exception in MemoryRealm | When Digester read tomcat-user.xml file and exception is throw, then is created new LifecycleException. As first parameter of this Exception is message string. This string is hardcoded to "memoryRealm.readXml", so I thing that log message will be wrong too! I think that there must be used StringManager. actual implemen... | resolved fixed | e33b67a | ["java/org/apache/catalina/realm/MemoryRealm.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-03-03T16:24:08Z | 2007-03-02T21:13:20Z |
41,666 | Bug 41666 If-Unmodified-Since failure | The If-Unmodified-Since header doesn't work enoughly. failed case: The If-Unmodified-Since header value: 1000000(milliseconds) The lastModified value of target resource: 1001000(milliseconds) In this case, the response's status code should be SC_PRECONDITION_FAILED, but the result is not so. caused by: In DefaultServle... | resolved fixed | 9ac3428 | ["java/org/apache/catalina/servlets/DefaultServlet.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-03-03T16:03:11Z | 2007-02-21T06:40:00Z |
41,739 | Bug 41739 The servlet with the value 0 in <load-on-startup> tag must be loaded at first. | Servlet 2.4 specification says: --- If the value is a positive integer or 0, the container must load and initialize the servlet as the application is deployed. The container must guarantee that servlets marked with lower integers are loaded before servlets marked with higher integers. --- I think the servlet with value... | resolved fixed | 01d38a5 | ["java/org/apache/catalina/core/StandardContext.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-03-02T02:38:26Z | 2007-03-01T11:53:20Z |
41,608 | Bug 41608 The log level is different at same messages. | I suggest a little message improvement. The log level is different at same messages. The message "Servlet.service() for servlet {0} threw exception" is output in eight places, but the message level is not same. --org.apache.catalina.core.ApplicationDispatcher#invoke ... wrapper.getLogger().error(sm.getString("applicati... | resolved fixed | 8ba8334 | ["java/org/apache/catalina/core/StandardWrapperValve.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-02-16T03:09:39Z | 2007-02-14T02:26:40Z |
41,578 | Bug 41578 Avoid SimplePool.get/put synchronization in JspFactoryImpl | Only 1 instance of the JspFactory object (JspFactoryImpl) is created. Consequently there is a single SimplePool of PageContext objects for all JSP requests and so every JSP request must synchronize on the lock inside SimplePool when getting and releasing a PageContext instance. Moreover, the pool has a fixed capacity a... | resolved fixed | 4612c8a | ["java/org/apache/jasper/runtime/JspFactoryImpl.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-02-10T02:19:57Z | 2007-02-09T05:46:40Z |
41,558 | Bug 41558 Unnecessary synchronization caused by JspFactory.getDefaultFactory while servicing JSPs | Tomcat version: 6.0.x trunk Every generated JSP has try { _jspxFactory = JspFactory.getDefaultFactory(); response.setContentType("text/html"); in its _jspService method. The use of JspFactory.getDefaultFactory during request processing should be avoided as it is a *static synchronized* method. I have a diff that addres... | resolved fixed | 1a8c492 | ["java/org/apache/jasper/compiler/Generator.java", "java/org/apache/jasper/compiler/JspRuntimeContext.java", "java/org/apache/jasper/runtime/HttpJspBase.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-02-07T22:55:21Z | 2007-02-07T12:06:40Z |
41,521 | Bug 41521 filter-mapping doesn't support * for servlet-name | SRV 6.2.5 of the servlet 2.5 spec introduces support for '*' as the servlet-name in a filter-mapping. TC6 does not currently support that value as specified. I will attach a patch shortly. | resolved fixed | 8b0d130 | ["java/org/apache/catalina/core/ApplicationFilterFactory.java", "java/org/apache/catalina/deploy/FilterMap.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-02-07T22:53:07Z | 2007-02-01T20:00:00Z |
41,466 | Bug 41466 NIO Connector: IllegalArgumentException: You can only write using the application write buffer provided by the handler | Trying to use NIO connector instead of APR connector using Tomcat6 HEAD, I get an IllegalArgumentException while in a call to sendAck. Looking at InternalNioOutputBuffer.sendAck(), it uses ByteBuffer.wrap() to create a new ByteBuffer and uses this ByteBuffer in a call to writeToSocket. There is a check in SecureNioChan... | resolved fixed | fce171f | ["java/org/apache/tomcat/util/net/NioSelectorPool.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-01-28T21:35:53Z | 2007-01-25T13:00:00Z |
39,572 | Bug 39572 fixes to use CompressionFilter in WebSphere app server | There are a couple of small bugs in the compression filter classes that are triggered by using the filter in WebSphere 5.1 or 6. Here are patches. - CompressionResponseStream should not compress the output stream if the response has been committed (because then it cannot write the Content-Encoding: gzip header, and the... | resolved fixed | f06d41f | ["webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.java", "webapps/examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.java", "webapps/examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-01-27T23:07:51Z | 2006-05-13T03:13:20Z |
41,265 | Bug 41265 JspServlet's checkInterval parameter cannot be set to 0 implicitly | conf\web.xml's JspServlet init parameters include 'checkInterval', whose value is explained as follows: If development is false and checkInterval is greater than zero, background compilations are enabled. If I add the following parameters one would think the background compilations would be disabled (the value is not g... | resolved fixed | 39fe247 | ["java/org/apache/jasper/EmbeddedServletOptions.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-01-27T22:56:47Z | 2006-12-30T06:26:40Z |
40,524 | Bug 40524 request.getAuthType() returns different string from HttpServletRequest.CLIENT_CERT_AUTH | using inspect: request.getAuthType() (java.lang.String) CLIENT-CERT HttpServletRequest.CLIENT_CERT_AUTH (java.lang.String) CLIENT_CERT api says they should be the same object (== should work) | resolved fixed | dc33554 | ["java/org/apache/catalina/authenticator/Constants.java", "java/org/apache/catalina/authenticator/SSLAuthenticator.java", "java/org/apache/catalina/authenticator/SingleSignOn.java", "java/org/apache/catalina/authenticator/SingleSignOnEntry.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-01-27T21:32:52Z | 2006-09-16T07:00:00Z |
41,217 | Bug 41217 SingleSignOn Cookie does not honor https access: Login Information Disclosure | When using the SingleSignOn Valve (org.apache.catalina.authenticator.SingleSignOn) via https the Cookie JSESSIONIDSSO is transmitted without the "secure" attribute, resulting in it being transmitted to any content that is - by purpose or error - requested via http from the same server. As the content of the SSO-Cookie ... | resolved fixed | 11b9c92 | ["java/org/apache/catalina/authenticator/AuthenticatorBase.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-01-27T21:25:41Z | 2006-12-20T10:20:00Z |
41,327 | Bug 41327 Jasper does'nt display the full path of the file in a 404 Not found error page | null | resolved fixed | 3a6225a | ["java/org/apache/jasper/servlet/JspServlet.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-01-27T21:14:06Z | 2007-01-09T05:20:00Z |
40,820 | Bug 40820 Default JSP factory not initialized early enough | With the latest TC6 code, I'm seeing a problem that did not exist on earlier TC6 drivers. Sorry that I can't put a finger on when this problem arose. I looked into relevant source files (like JspRuntimeContext) but haven't found the source of the problem. Here's the issue (a testcase will be attached). The app is very ... | resolved fixed | a1b1bed | ["java/org/apache/catalina/core/JasperListener.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2007-01-03T00:36:57Z | 2006-10-26T10:53:20Z |
41,074 | Bug 41074 Output of tag "jsp:plugin" is not conform to XHTML. | The jsp comiler outputs all tag required for an object in upper case letters. To be conform with XHTML lower case is required, but all tags are hard coded in the generator. | resolved fixed | 5f9c18d | ["java/org/apache/jasper/compiler/Generator.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2006-12-08T02:34:01Z | 2006-11-29T11:33:20Z |
40,585 | Bug 40585 org.apache.juli.FileHandler does not allow programmatic creation using parametrized constructor | If org.apache.juli.FileHandler is created programmatically with parametrized constructor public FileHandler(String directory, String prefix, String suffix) , FileHandler ignores custom constructor parameters, creates log handler with default configuration and writes log file to "${catalina_home}/bin/logs" with the name... | resolved fixed | c6b3f71 | ["java/org/apache/juli/FileHandler.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2006-12-08T02:24:30Z | 2006-09-22T21:20:00Z |
41,089 | Bug 41089 JspFactoryImpl has SPEC_VERSION = "2.0" | org.apache.jasper.runtime.JspFactoryImpl has private static final String SPEC_VERSION = "2.0"; Should be: private static final String SPEC_VERSION = "2.1"; | resolved fixed | 514256e | ["java/org/apache/jasper/compiler/ImplicitTagLibraryInfo.java", "java/org/apache/jasper/compiler/PageDataImpl.java", "java/org/apache/jasper/compiler/Validator.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2006-12-01T12:14:23Z | 2006-11-30T15:20:00Z |
41,057 | Bug 41057 Tomcat leaks memory on every request | null | resolved fixed | de5c3b7 | ["java/org/apache/tomcat/util/buf/StringCache.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2006-11-29T00:30:07Z | 2006-11-28T16:06:40Z |
41,008 | Bug 41008 POST request ignores command line parameters | example: <form method="POST" action="test.exe?test1"><input type="hidden" value="test2"><input type="submit"></form> this code does invoke the test.exe without passing the test1 command line parameter the example works in apache httpd and ms iis fix: CGIServlet.java if (!"GET".equals(req.getMethod()) && !"POST".equals(... | resolved fixed | b70962f | ["java/org/apache/catalina/servlets/CGIServlet.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2006-11-24T23:58:18Z | 2006-11-21T14:40:00Z |
40,901 | Bug 40901 listings page does not escape XML characters | On Solaris you can have a file or directory name called "<b>xxx" or "<i>yyy". Using Tomcat's listings feature, you get a directory listing with the file name in bold or italics. I am not familiar with Javascript or cross-site scripting security problems, but I believe Tomcat escapes XML characters like ">" and "<" to p... | resolved fixed | cb2c655 | ["java/org/apache/catalina/servlets/DefaultServlet.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2006-11-20T00:17:55Z | 2006-11-06T02:26:40Z |
40,929 | Bug 40929 Misleading comments in StandardClassLoader | Sometime during the Tomcat 5 development, the StandardClassLoader in org.apache.catalina.loader package was stripped down, and is now just a URLClassLoader. I work with code that extends the StandardClassLoader (we use the automatic reloading of jar files), and during an upgrade from tomcat 4 to tomcat 5.5 found diffic... | resolved fixed | 6009702 | ["java/org/apache/catalina/loader/StandardClassLoader.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2006-11-20T00:13:26Z | 2006-11-08T18:20:00Z |
40,860 | Bug 40860 Tomcat loses request parameters | null | resolved fixed | e713e77 | ["java/org/apache/catalina/connector/Request.java", "java/org/apache/tomcat/util/http/Parameters.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2006-11-20T00:10:03Z | 2006-11-01T08:33:20Z |
37,509 | Bug 37509 ClassLoaderLogManager remove '\n' at the end of logging.properties values | The method ClassLoaderLogManager.replace(String) that is in charge of replacing system properties at the begining of the property also modify the end of the property due to a call to trim. This implies that Logger/Handler/Formatter that relies on properties endding with some spases (including '\n') will have a differen... | resolved fixed | a6d6962 | ["java/org/apache/juli/ClassLoaderLogManager.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2006-11-20T00:01:37Z | 2005-11-16T00:13:20Z |
40,844 | Bug 40844 JDBCRealm.getPassword throws NullPointerException | JDBCRealm.getPassword throws NullPointerException I'm using tomcat 5.5.20 with postgresql-8.1-407.jdbc3.jar and postgresql-8.1.4 on Ubuntu Dapper. Authenticating two users simultaneously with HTTP DIGEST causes sometimes the following errors and a 401 Unauthorized reply: 30.10.2006 14:24:54 org.apache.catalina.realm.JD... | resolved fixed | be9d523 | ["java/org/apache/catalina/realm/JDBCRealm.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2006-11-19T23:52:52Z | 2006-10-30T12:06:40Z |
40,913 | Bug 40913 JasperException raised against valid attribute | In org.apache.jasper.compiler.Validator.checkXmlAttributes(), the validation for deferred values and methods is raising an exception when an rtexprvalue attribute is legitimate. ------Stacktrace------ org.apache.jasper.JasperException: org.apache.jasper.JasperException: /index.jsp(83,0) According to TLD or attribute di... | resolved fixed | f7ca96d | ["java/org/apache/jasper/compiler/Validator.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2006-11-07T10:45:01Z | 2006-11-06T21:53:20Z |
34,956 | Bug 34956 Tomcat should enforce the requirements from servlet 2.4 specification SRV.8.2 | Tomcat should enforce the requirements from servlet 2.4 specification SRV.8.2 SRV.8.2 Using a Request Dispatcher "To use a request dispatcher, a servlet calls either the include method or forward method of the RequestDispatcher interface. The parameters to these methods can be either the request and response arguments ... | resolved fixed | 22d1ad7 | ["java/org/apache/catalina/core/ApplicationDispatcher.java", "java/org/apache/catalina/core/ApplicationFilterChain.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2006-11-04T22:35:15Z | 2005-05-18T18:13:20Z |
40,817 | Bug 40817 servlet-cgi throws index out of bounds exception on certain cgi | First, servlets-cgi.jar needs to exist and the servlet must be mapped: for example: <servlet-mapping> <servlet-name>cgi</servlet-name> <url-pattern>*.pl</url-pattern> </servlet-mapping> Test perl cgi script: #!/usr/bin/perl print "Content-type: text/plain", "\n\n"; print "Hello world, from Perl\n"; One perl script is p... | resolved fixed | 6d274b4 | ["java/org/apache/catalina/servlets/CGIServlet.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2006-11-04T21:40:59Z | 2006-10-25T23:46:40Z |
37,458 | Bug 37458 Datarace on org.apache.catalina.loader.WebappClassLoader | In findClassInternal, it is possible that entry.manifest is set to null by another thread right before calling definePackage(packageName, entry.manifest, entry.codeBase). | resolved fixed | 79631bb | ["java/org/apache/catalina/loader/WebappClassLoader.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2006-11-04T21:21:07Z | 2005-11-11T03:33:20Z |
40,723 | Bug 40723 Wrong and misleading documentation in JDBCAccessLogValve | In the class JDBCAccessLogValve is an example for an table to hold access log values. In this table is a column ts which is defined as not null. This will only work on MySQL, because this value is never written by the Valve and other databases will complain about a column which is not filled with a value. | resolved fixed | 9cb5aff | ["java/org/apache/catalina/valves/JDBCAccessLogValve.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2006-10-18T02:37:58Z | 2006-10-11T07:00:00Z |
40,771 | Bug 40771 Can't read POST data from within a filter or valve | I was attempting to create a Filter or Valve that could be placed in front of an Axis web service that would handle security according to the WS-Security specification. That turned out to be a rabbit trail, but I did find and fix a bug that I discovered along the way. I ran into problems reading POST data (the web serv... | resolved fixed | 17eecdb | ["java/org/apache/coyote/http11/filters/SavedRequestInputFilter.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2006-10-18T02:26:48Z | 2006-10-16T20:20:00Z |
39,724 | Bug 39724 Bug on StandardPipeline.removeValve(Valve valve) for T5.5.16+ | I run into this problem with T5 when tring to add/remove/add a valve to the standard engine. -For what I understand an empty pipeline has: basic = StandardEngineValve (For example); first = null; -If you add a valve you will get basic = StandardEngineValve first = myValve (with myValve.next = StandardEngineValve) -If y... | resolved fixed | b18c29e | ["java/org/apache/catalina/core/StandardPipeline.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2006-10-03T01:08:32Z | 2006-06-05T17:53:20Z |
29,727 | Bug 29727 JNDI env-entry not reload when context reloaded | If environment entries are changed in web.xml, and the application context is restarted, the values in the JNDI context are the old values. If the environment entries are changed via the Tomcat 'admin' interface, then the values provided to the context are correct. The following code is can be used to check the environ... | resolved fixed | 1a5e6e7 | ["java/org/apache/catalina/deploy/NamingResources.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2006-10-02T00:38:42Z | 2004-06-22T02:06:40Z |
40,625 | Bug 40625 CGIServlet eats root cause | The code below doesn't make sense: <snip> catch (IOException e){ log ("Caught exception " + e); throw new IOException (e.toString()); } </snip> It should be "throw e;". IMHO, It seems no need to log this exception here, so the cache block can be removed. | resolved fixed | bbb8fe1 | ["java/org/apache/catalina/servlets/CGIServlet.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2006-09-29T23:45:02Z | 2006-09-28T10:40:00Z |
40,518 | Bug 40518 The message key "requestListenerValve.requestInit" has not be referred to correctly. | The bug is: An illegal message is output to the log when the listener application that implements ServletRequestListener interface throws RuntimeException from the requestInitialized method or the requestDestroyed method. message: "Cannot find message associated with key requestListenerValve.requestInit" cause: The key... | resolved fixed | fda223a | ["java/org/apache/catalina/core/StandardContextValve.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2006-09-21T02:32:25Z | 2006-09-15T14:20:00Z |
34,399 | Bug 34399 Undeploying fails when context defined in server.xml & server fails to stop | Steps to reproduce: 1. autodeploy a web application by defining its context in server.xml 2. start the Tomcat server 3. use the Tomcat Manager to undeploy the application You will get the "OK - Undeployed application at context path /WebApplication" message, but the application will NOT be undeployed, it will be only s... | resolved fixed | 9dd8a23 | ["java/org/apache/catalina/manager/HTMLManagerServlet.java", "java/org/apache/catalina/manager/ManagerServlet.java", "java/org/apache/catalina/startup/HostConfig.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2006-09-21T02:21:19Z | 2005-04-11T20:06:40Z |
34,509 | Bug 34509 tag names that are xml:Name but not java identifier are not accepted | According to the JSP 2.0 specification, custom tag prefix and name should be of the type XML:Name. However, for Tomcat 5.5.8, if the name is not a legal java identifier, then a compilation error occurs. For instance, Tomcat won't accept Da~te`T#ag as a legal name for the Tag. | resolved fixed | 823101d | ["java/org/apache/jasper/compiler/Generator.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2006-09-16T01:14:21Z | 2005-04-19T05:53:20Z |
33,356 | Bug 33356 Incorrect parsing of tag attributes | I get a org.apache.jasper.JasperException: with the error: "The function string must be used with a prefix when a default namespace is not specified" when trying to compile the following within a JSP page: <foo:set var="bar" value="this $ is a { silly string ("/> "foo" is our own tablib, it seems that Jasper seems to t... | resolved fixed | b55e9c2 | ["java/org/apache/jasper/compiler/ELParser.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2006-09-10T03:53:42Z | 2005-02-02T18:46:40Z |
31,804 | Bug 31804 setParent() is not called on nested tags in a tag file (.tagx) | null | resolved fixed | 2d6d717 | ["java/org/apache/jasper/compiler/Generator.java"] | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2006-09-09T21:14:49Z | 2004-10-20T19:20:00Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.