https://bz.apache.org/bugzilla/show_bug.cgi?id=57129
--- Comment #12 from quaff ---
(In reply to Christopher Schultz from comment #11)
> (In reply to quaff from comment #9)
> > I have the same problem, my application need to override resources of
> > third-party libs, for example config files and
Author: violetagg
Date: Wed Jul 8 09:14:53 2015
New Revision: 1689825
URL: http://svn.apache.org/r1689825
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58086
Rework the change made with r1688563. When the war location points to a local
path the FileInputStream will be used otherwise UR
Author: violetagg
Date: Wed Jul 8 11:50:38 2015
New Revision: 1689850
URL: http://svn.apache.org/r1689850
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58086
Merged revision 1689825 from tomcat/trunk:
Rework the change made with r1688563. When the war location points to a local
path th
Author: violetagg
Date: Wed Jul 8 11:58:12 2015
New Revision: 1689851
URL: http://svn.apache.org/r1689851
Log:
Correct the order in changelog
Modified:
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewv
Author: violetagg
Date: Wed Jul 8 11:59:37 2015
New Revision: 1689852
URL: http://svn.apache.org/r1689852
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58086
Merged revision 1689825 from tomcat/trunk:
Rework the change made with r1688563. When the war location points to a local
path th
https://bz.apache.org/bugzilla/show_bug.cgi?id=58086
Violeta Georgieva changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
Author: violetagg
Date: Wed Jul 8 12:20:13 2015
New Revision: 1689856
URL: http://svn.apache.org/r1689856
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58112
Add to the documentation that tomcat-util.jar is also needed when executing
Manager's commands with ANT
Modified:
tomcat/tr
https://bz.apache.org/bugzilla/show_bug.cgi?id=58112
--- Comment #2 from Konstantin Kolinko ---
I'd say that the recommended way to enable those tasks in Ant is to use one of
the following:
a) bin/catalina-tasks.xml from usual Tomcat 7.0.x distribution
b) build.xml from Tomcat 7.0.x deployer dis
https://bz.apache.org/bugzilla/show_bug.cgi?id=58112
Violeta Georgieva changed:
What|Removed |Added
Component|Packaging |Documentation
--
You are receivin
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 8.0.24.
Apache Tomcat 8 is an open source software implementation of the Java
Servlet, JavaServer Pages, Java Unified Expression Language and Java
WebSocket technologies.
Apache Tomcat 8.0.24 includes numerous fixes for
https://bz.apache.org/bugzilla/show_bug.cgi?id=58095
--- Comment #5 from jones...@oildex.com ---
Thanks for the input.
Regarding Content-Type: Jasper sets the content type in the generated source
file by itself, i.e:
response.setContentType("text/xml;charset=UTF-8");
I havent been able to
Author: markt
Date: Wed Jul 8 17:06:30 2015
New Revision: 1689918
URL: http://svn.apache.org/r1689918
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57741
Don't disable error page support unless debug is set to 10 or more.
Modified:
tomcat/trunk/conf/web.xml
tomcat/trunk/java/or
Author: markt
Date: Wed Jul 8 17:08:09 2015
New Revision: 1689919
URL: http://svn.apache.org/r1689919
Log:
Clean-up code and comments
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/catalina/servlets/CGIServlet.java
Propchange: tomcat/tc8.0.x/trunk
Author: markt
Date: Wed Jul 8 17:08:36 2015
New Revision: 1689920
URL: http://svn.apache.org/r1689920
Log:
Better docs for CGIServlet debug init param
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/conf/web.xml
tomcat/tc8.0.x/trunk/java/org/apache/catalina/ser
Author: markt
Date: Wed Jul 8 17:10:54 2015
New Revision: 1689921
URL: http://svn.apache.org/r1689921
Log:
Don't disable error page support unless debug is set to 10 or more.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/conf/web.xml
tomcat/tc8.0.x/trunk/java
https://bz.apache.org/bugzilla/show_bug.cgi?id=57741
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=58095
--- Comment #6 from Christopher Schultz ---
(In reply to jonesgav from comment #5)
> We have also similar found issues with a self-closing tag.
I'm pretty sure a form with no child elements is not legal anyway.
> We worked around it the sa
https://bz.apache.org/bugzilla/show_bug.cgi?id=48899
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Wed Jul 8 18:53:44 2015
New Revision: 1689935
URL: http://svn.apache.org/r1689935
Log:
Use try-with-resources
Modified:
tomcat/trunk/java/org/apache/catalina/ant/DeployTask.java
Modified: tomcat/trunk/java/org/apache/catalina/ant/DeployTask.java
URL:
http://svn.apache.o
Hi Mark,
2015-07-08 21:53 GMT+03:00 :
>
> Author: markt
> Date: Wed Jul 8 18:53:44 2015
> New Revision: 1689935
>
> URL: http://svn.apache.org/r1689935
> Log:
> Use try-with-resources
>
> Modified:
> tomcat/trunk/java/org/apache/catalina/ant/DeployTask.java
>
> Modified: tomcat/trunk/java/org
On 08/07/2015 20:18, Violeta Georgieva wrote:
> Hi Mark,
>
> 2015-07-08 21:53 GMT+03:00 :
>>
>> Author: markt
>> Date: Wed Jul 8 18:53:44 2015
>> New Revision: 1689935
>>
>> URL: http://svn.apache.org/r1689935
>> Log:
>> Use try-with-resources
>>
>> Modified:
>> tomcat/trunk/java/org/apache/c
Author: markt
Date: Wed Jul 8 19:21:26 2015
New Revision: 1689941
URL: http://svn.apache.org/r1689941
Log:
Revert r1686635
Modified:
tomcat/trunk/java/org/apache/catalina/ant/DeployTask.java
Modified: tomcat/trunk/java/org/apache/catalina/ant/DeployTask.java
URL:
http://svn.apache.org/view
https://bz.apache.org/bugzilla/show_bug.cgi?id=58116
Bug ID: 58116
Summary: [PATCH] Running with SecurityManager: CometProcessor
servlets throw NoSuchMethodException
Product: Tomcat 7
Version: 7.0.63
Hardware: PC
e/junit/target/junit-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar
-Dtest.reports=output/logs-NIO2
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150708-native-src.tar.gz
-Dexampl
https://bz.apache.org/bugzilla/show_bug.cgi?id=58116
--- Comment #1 from Johno Crawford ---
javax.servlet.ServletException: Servlet execution threw an exception
java.security.AccessController.doPrivileged(Native Method)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorRepor
https://bz.apache.org/bugzilla/show_bug.cgi?id=57741
--- Comment #6 from jdh5...@gmail.com ---
(In reply to Mark Thomas from comment #5)
> As of 8.0.25, the CGI servlet will use the standard error page mechanism
> unless the debug attribute is 10 or less.
Thanks Mark! Appreciate the help.
--
Yo
26 matches
Mail list logo