Best unofficial Apache Server developers community |
| |||||
| Feb 8, 2012 | |||||
|
Markt |
|
||||
| Tags: | |||||
|
svn commit: r1242110 - in /tomcat/trunk/java/org/apache/catalina/loader: StandardClassLoader.java St February 8, 2012 03:35:53 PM Author: markt Date: Wed Feb 8 21:35:28 2012 New Revision: 1242110 URL: http://svn.apache.org/viewvc?rev=1242110&view=rev Log: Deprecated the StandardClassLoader since it is just a normal URLClassLoader Modified: … svn commit: r1201931 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java November 14, 2011 04:13:58 PM Author: markt Date: Mon Nov 14 22:13:32 2011 New Revision: 1201931 URL: http://svn.apache.org/viewvc?rev=1201931&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52173 Improve Javadoc for delgate attribute of… svn commit: r1026789 - in /tomcat/trunk/java/org/apache/catalina/loader: VirtualWebappLoader.java We October 24, 2010 08:13:20 AM Author: markt Date: Sun Oct 24 13:12:18 2010 New Revision: 1026789 URL: http://svn.apache.org/viewvc?rev=1026789&view=rev Log: Allow Checkstyle's unused imports test to be used with the o.a.catalina.loader package Modified: … svn commit: r1003481 - in /tomcat/trunk: java/org/apache/catalina/loader/JdbcLeakPrevention.java web October 1, 2010 06:11:42 AM Author: markt Date: Fri Oct 1 11:10:51 2010 New Revision: 1003481 URL: http://svn.apache.org/viewvc?rev=1003481&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49667 Ensure JDBC leak prevention code doesn't trigger the… svn commit: r1005457 - /tomcat/trunk/java/org/apache/catalina/loader/WebappLoader.java October 7, 2010 09:14:11 AM Author: markt Date: Thu Oct 7 14:13:44 2010 New Revision: 1005457 URL: http://svn.apache.org/viewvc?rev=1005457&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49978 Don't try to create directories that already exist … svn commit: r1174330 - /tomcat/trunk/java/org/apache/catalina/loader/WebappLoader.java September 22, 2011 02:21:43 PM Author: markt Date: Thu Sep 22 19:21:19 2011 New Revision: 1174330 URL: http://svn.apache.org/viewvc?rev=1174330&view=rev Log: Remove unnecessary code Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappLoader.java Modified:… svn commit: r1039056 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java November 25, 2010 08:23:50 AM Author: markt Date: Thu Nov 25 14:21:52 2010 New Revision: 1039056 URL: http://svn.apache.org/viewvc?rev=1039056&view=rev Log: Make method name consistent with class name Modified: … svn commit: r1232843 - /tomcat/trunk/java/org/apache/catalina/loader/WebappLoader.java January 18, 2012 05:52:17 AM Author: markt Date: Wed Jan 18 11:51:53 2012 New Revision: 1232843 URL: http://svn.apache.org/viewvc?rev=1232843&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52480 When converting class path entries from URLs to… svn commit: r958192 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java June 26, 2010 02:04:32 AM Author: markt Date: Sat Jun 26 07:04:32 2010 New Revision: 958192 URL: http://svn.apache.org/viewvc?rev=958192&view=rev Log: Improve fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=49414 Just look for presence of CoyoteAdapter class… svn commit: r992238 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/WebappClassLoader.java September 3, 2010 03:58:30 AM Author: rjung Date: Fri Sep 3 08:57:45 2010 New Revision: 992238 URL: http://svn.apache.org/viewvc?rev=992238&view=rev Log: BZ 49869: Javadoc Fix. CTR. Modified: … svn commit: r1001955 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java September 27, 2010 06:06:53 PM Author: markt Date: Mon Sep 27 23:06:08 2010 New Revision: 1001955 URL: http://svn.apache.org/viewvc?rev=1001955&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49209 Prevent possible AccessControlException during… svn commit: r992234 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java September 3, 2010 03:54:46 AM Author: rjung Date: Fri Sep 3 08:54:20 2010 New Revision: 992234 URL: http://svn.apache.org/viewvc?rev=992234&view=rev Log: BZ 49869: Javadoc Fix. Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java Modified:… svn commit: r966292 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java July 21, 2010 11:09:42 AM Author: markt Date: Wed Jul 21 16:09:41 2010 New Revision: 966292 URL: http://svn.apache.org/viewvc?rev=966292&view=rev Log: Return copies of the URL array rather than the original. This facilitated CVE-2010-1622 although the root cause was in… svn commit: r1230729 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java January 12, 2012 01:48:19 PM Author: markt Date: Thu Jan 12 19:47:52 2012 New Revision: 1230729 URL: http://svn.apache.org/viewvc?rev=1230729&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52245 Don't allow webapps to package javax.el classes … svn commit: r1187381 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java October 21, 2011 09:56:37 AM Author: markt Date: Fri Oct 21 14:56:10 2011 New Revision: 1187381 URL: http://svn.apache.org/viewvc?rev=1187381&view=rev Log: Re-order so context class loader is always reset for keep-alive timer thread even if the thread has stopped. … svn commit: r957830 - in /tomcat/trunk: java/org/apache/catalina/loader/LocalStrings.properties java June 25, 2010 02:53:24 AM Author: markt Date: Fri Jun 25 07:53:24 2010 New Revision: 957830 URL: http://svn.apache.org/viewvc?rev=957830&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49414 Try to differentiate between request threads and threads… svn commit: r998071 - in /tomcat/trunk: java/org/apache/catalina/loader/WebappClassLoader.java webap September 17, 2010 06:06:10 AM Author: markt Date: Fri Sep 17 11:05:39 2010 New Revision: 998071 URL: http://svn.apache.org/viewvc?rev=998071&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49909 Re-enable JSTL. This was a regression in the fix for bz… svn commit: r1201608 - in /tomcat/trunk/java/org/apache: catalina/loader/WebappLoader.java jasper/se November 14, 2011 12:49:15 AM Author: kkolinko Date: Mon Nov 14 06:48:46 2011 New Revision: 1201608 URL: http://svn.apache.org/viewvc?rev=1201608&view=rev Log: Improve processing of errors that are wrapped into InvocationTargetException. Rethrow errors that must be… svn commit: r1038831 - in /tomcat/trunk: java/org/apache/catalina/loader/WebappClassLoader.java weba November 24, 2010 03:30:21 PM Author: markt Date: Wed Nov 24 21:28:33 2010 New Revision: 1038831 URL: http://svn.apache.org/viewvc?rev=1038831&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48837 Extend thread local memory leak detection to include… svn commit: r964215 - in /tomcat/trunk: java/org/apache/catalina/loader/WebappClassLoader.java webap July 14, 2010 04:35:38 PM Author: markt Date: Wed Jul 14 21:35:37 2010 New Revision: 964215 URL: http://svn.apache.org/viewvc?rev=964215&view=rev Log: Fxi https://issues.apache.org/bugzilla/show_bug.cgi?id=49128 Don't swallow exceptions unnecessarily Modified: … Error in Catalina.out: java.util.zip.ZipException: error in opening zip file and java.lang.IllegalArgumentException March 30, 2011 Hello everyone, I got this error in catalina.out when my display.war file executed on Tomcat. The error is shown below: Mar 30, 2011 8:01:31 PM… Setting java.io.FilePermission for a particular type of file in catalina.policy June 21, 2011 I am deploying multiple webapps on tomcat6. Each webapp has its own SQLite database (which is under WEB-INF/). I have security manager enabled for… Tomcat Problem :java.net.BindException: Address already in use <null>:8080 at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:549) March 16, 2011 Hi, I am using tomcat as my webserver. i have application which needs a tomcat server restart after click of edit button by user. for that i have… Java: xml signature interoperability issue between Java(apache) and .net April 15, 2011 I need to sign a xml file with RSA-SHA1 signing in enveloped mode in java. and check the signature in .net. the signature is valid if sign and… Java.security.AccessControlException: access denied (java.io.FilePermission /usr/share/java/jsp-api-2.0.jar read) January 14, 2011 I am trying to deploy me application to Tomcat 5.5 on Debian Lenny. I am getting the following exception: java.security.AccessControlException:… How do I get the org.apache.catalina.connector.Request object in Tomcat? February 14, 2011 I need to write a Servlet or Filter class that can get access to the org.apache.catalina.connector.Request object, which is wrapped in the… Java apache tomcat is not detecting the jsp file even when it exists. May 5, 2011 Hi, I have come across to a strange problem where apache tomcat server is showing 404 server code. But some of the files are being detected by the… Apache Tomcat :java.net.ConnectException: Connection refused April 18, 2011 hi all, while i try to stop tomcat server its giving an error like this. [root@server classes]# service tomcat restart Stopping Tomcat service:… Choosing between Django-Apache and Java-Tomcat for a web application March 15, 2011 Hi all, In order to develop a web application that can easily scale, provide production stability, is easily deploy-able, and allows for fast… Php-Java Bridge War File deployment in apache tomcat February 5, 2011 Hai Guys, Am a newbee and does not know much about apache-tomcat..... heres my problem -> I have my sites contents uploaded to public_html folder… Linux kernel with grsec + Java / Apache Tomcat June 12, 2010 I've got a Debian Linux 64 bit dedicated server. The kernel has the grsec patch applied. I'm mainly using this server to run Apache Tomcat (6.0.26,… Handling X-FORWARDED-PROTO in java apache-tomcat April 21, 2011 Can any one guide me in working with X-FORWARDED-PROTO in Java apache-tomcat. The application setup is in such a way that tomcat talks with apache… Java Filter not Write Cookie in Apache/Tomcat 7 Load Balanced Environment April 16, 2011 Hello, I'm using tomcat 7 and the below filter in order to write the the JSESSIONID cookie across http to https to http requests in my application.… BlazeDS, Flex, and Java - Can I treat a RemoteObject like an instance of the Java class? January 25, 2011 I'm sorry if this question is a bit obvious, but I'm new to BlazeDS and can't seem to find an answer. I'm running Java on a BlazeDS server with a… Java.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.sun.misc) May 30, 2011 hi fellas , so my hosting company changed their service to tomcat 7 with security manager, and from that time on i am getting this exception every… Java.sql.SQLException MESSAGE: Communication link failure: java.io.EOFException, underlying cause: null March 26, 2011 Connection was closed due to the following exception: ** BEGIN NESTED EXCEPTION ** java.sql.SQLException MESSAGE: Communication link failure:… How to run this .java file in a web-app as a solo java application just to test it ? March 16, 2011 package database; import java.io.IOException; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.SQLException; import… Java code for migration of java db to mysql db June 13, 2011 I have an application which is for doing db migration from java db to my sql.i want to know the code for this.am using netbeans.how directly migrate… How to use local IP address on a java.net.URLConnection in Java April 28, 2011 Hello, I want to use different IP addresses, which are available on my server with java.net.URLConnection, but when I try to use Proxy proxyObj =… | |||||