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]
38,713
Bug 38713 java.io.IOException: tmpFile.renameTo(classFile) failed when compiling new JSP (upon redeploy)
[http-8080-Processor24 ERROR 26902165 DispatcherServlet.serviceWrapper()] - Could not complete request org.apache.jasper.JasperException: Unable to compile class for JSP at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:565) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWr...
resolved fixed
c7f0f60
["java/org/apache/jasper/JspCompilationContext.java", "java/org/apache/jasper/compiler/Compiler.java", "java/org/apache/jasper/servlet/JspServletWrapper.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-09-02T09:28:35Z
2006-02-20T12:53:20Z
40,306
Bug 40306 mod_jk, POST request bodies are not restored on successful login when using mod_jk
After the FormAuthenticator intercepts a POST request to a protected resource, the original request is not properly restored upon successful login when using mod_jk. When connectiong to tomcat directly (8080), the POST request is restored as expected. I've tested this with mod_jk 1.2.15 and 1.2.18. It seems the problem...
resolved fixed
a91b95e
["java/org/apache/coyote/ajp/AjpAprProcessor.java", "java/org/apache/jk/core/MsgContext.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-08-28T04:49:31Z
2006-08-24T00:40:00Z
38,676
Bug 38676 permanently reloading tagfile classes without changes to the tagfile
Scenario: - jsp with a tag in it (tagfile, no taglib) - activate "reloading" in web.xml - clean work directory - start tomcat - load jsp Tomcat generates/compiles/load the jsp and the tagfile classes. After "checkInterval" seconds the background compile thread "JspRuntimeContext[\*]" loads the tagfile classes (and only...
resolved fixed
edc20fa
["java/org/apache/el/lang/ELSupport.java", "java/org/apache/jasper/servlet/JspServletWrapper.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-08-18T14:32:34Z
2006-02-16T17:13:20Z
39,592
Bug 39592 SSI does not correctly process HEAD request
Hello, I think there is a small bug in Tomcat 5.0 and 5.5 (at least I could see it already with many versions of Tomcat). I use SSI org.apache.catalina.ssi.SSIServlet and <param-name>isVirtualWebappRelative</param-name> <param-value>1</param-value> All my pages (*.html) are processed by the SSI <url-pattern>*.html</url...
resolved fixed
0f9844c
["java/org/apache/catalina/ssi/SSIServletExternalResolver.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-07-27T00:34:35Z
2006-05-16T22:53:20Z
39,689
Bug 39689 Tomcat Server Side Includes (SSI) do not work with single quotes
null
resolved fixed
8ed77be
["java/org/apache/catalina/ssi/SSIProcessor.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-07-22T21:48:51Z
2006-05-31T12:53:20Z
34,801
Bug 34801 PATCH: CGIServlet does not terminate child after a timeout
null
resolved fixed
c30afec
["java/org/apache/catalina/servlets/CGIServlet.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-07-22T00:19:59Z
2005-05-08T11:00:00Z
40,012
Bug 40012 Legacy EL Support not resolving variables correctly
Given the following page: <% pageContext.setAttribute("t", "foo"); %> ${t} <% out.print( pageContext.getExpressionEvaluator().evaluate( "${t}", String.class, pageContext.getVariableResolver(), null)); %> You will notice that the ${t} prints out fine when in the JSP but does not resolve using the scriplet and prints not...
resolved fixed
01a9b59
["java/org/apache/jasper/el/VariableResolverImpl.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-07-11T17:51:14Z
2006-07-11T17:46:40Z
39,769
Bug 39769 Wrong class loader when the myServlet.destroy() called if myServlet is in the T5 shared directory
Hi all, My web app needs to have Thread.currentThread().getContextClassLoader() always right. When the application is unload it seem not be the case. My classes are under the T5's shared directory (so all my servlet.getClass().getClassLoader() == the shared classloader i.e.: StandardCalssLoader. My understanding is tha...
resolved fixed
276e5ac
["java/org/apache/catalina/core/StandardWrapper.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-06-11T21:53:53Z
2006-06-10T00:40:00Z
39,699
Bug 39699 simple deploy failed in cluster (distributable flag)
Hi, i encounter a strange problem with my tomcat cluster and webapps deployment. server.xml -------------------------------- <Server port="8005" shutdown="SHUTDOWN"> <Listener className="org.apache.catalina.core.AprLifecycleListener" /> <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener" /> <Listen...
resolved fixed
7b870a4
["java/org/apache/catalina/core/StandardContext.java"]
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-06-08T14:50:07Z
2006-06-01T19:26:40Z