Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account
List archives

svn commit: r1242099 - in /tomcat/trunk/java/org/apache/catalina: core/StandardServer.java util/ExtensionValidator.java

Update of "Logging_Tutorial" by ole
(25 lines)
svn commit: r1242101 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/StandardServer.java java/org/apache/catalina/util/ExtensionValidator.java webapps/docs/changelog.xml
(20 lines)
Feb 8, 2012
Markt
Markt
Author: markt
Date: Wed Feb  8 21:15:07 2012
New Revision: 1242099

URL: http://svn.apache.org/viewvc?rev=1242099&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52607
The ExtensionValidator needs to be aware of the classes in the shared
and common loaders.

Modified:
    tomcat/trunk/java/org/apache/catalina/core/StandardServer.java
    tomcat/trunk/java/org/apache/catalina/util/ExtensionValidator.java

Modified: tomcat/trunk/java/org/apache/catalina/core/StandardServer.java
URL:
http://svn.apache.org/viewvc/tomcat/t...099&view=diff

Reply
Tags: bugzillaampviewvcapache
svn commit: r1066310 - in /tomcat/trunk: java/org/apache/catalina/core/StandardServer.java java/org/
February 1, 2011 08:46:32 PM
Author: kkolinko Date: Wed Feb 2 02:45:46 2011 New Revision: 1066310 URL: http://svn.apache.org/viewvc?rev=1066310&view=rev Log: Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=50673 Improve Catalina shutdown when running as a service.…
svn commit: r987528 - /tomcat/trunk/java/org/apache/catalina/core/StandardServer.java
August 20, 2010 09:48:55 AM
Author: markt Date: Fri Aug 20 14:47:33 2010 New Revision: 987528 URL: http://svn.apache.org/viewvc?rev=987528&view=rev Log: Link the MBeanFactory to the Server that creates it as some MBeanFactory methods need the container to be set. …
svn commit: r1066321 - /tomcat/trunk/java/org/apache/catalina/core/StandardServer.java
February 1, 2011 09:45:51 PM
Author: kkolinko Date: Wed Feb 2 03:45:05 2011 New Revision: 1066321 URL: http://svn.apache.org/viewvc?rev=1066321&view=rev Log: Followup to r1066310. Simplify: call stopAwait() unconditionally. Modified: …
svn commit: r1079405 - in /tomcat/trunk/java/org/apache/catalina: Server.java core/StandardServer.ja
March 8, 2011 09:59:40 AM
Author: markt Date: Tue Mar 8 15:58:53 2011 New Revision: 1079405 URL: http://svn.apache.org/viewvc?rev=1079405&view=rev Log: Expose the global naming context for all Server implementations Modified: …
svn commit: r1003581 - in /tomcat/trunk: java/org/apache/catalina/core/StandardServer.java webapps/d
October 1, 2010 11:49:56 AM
Author: markt Date: Fri Oct 1 16:49:29 2010 New Revision: 1003581 URL: http://svn.apache.org/viewvc?rev=1003581&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49915 Make error more obvious, particularly when accessed via…
svn commit: r1201568 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/tomcat/util/
November 13, 2011 07:11:36 PM
Author: kkolinko Date: Mon Nov 14 01:10:51 2011 New Revision: 1201568 URL: http://svn.apache.org/viewvc?rev=1201568&view=rev Log: Improve processing of errors that are wrapped into InvocationTargetException. Rethrow errors that must be…
svn commit: r1044145 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/tomcat/util/
December 9, 2010 04:12:01 PM
Author: slaurent Date: Thu Dec 9 22:11:27 2010 New Revision: 1044145 URL: http://svn.apache.org/viewvc?rev=1044145&view=rev Log: bug 49159: Improve ThreadLocal memory leak clean-up https://issues.apache.org/bugzilla/show_bug.cgi?id=49159 …
svn commit: r1154297 - in /tomcat/trunk: java/org/apache/catalina/util/LifecycleBase.java java/org/a
August 5, 2011 11:30:22 AM
Author: markt Date: Fri Aug 5 16:29:58 2011 New Revision: 1154297 URL: http://svn.apache.org/viewvc?rev=1154297&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51610 Make lifecycle transitions more robust at handling…
svn commit: r1233424 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/util/Base64.java java/o
January 19, 2012 09:18:35 AM
Author: markt Date: Thu Jan 19 15:18:06 2012 New Revision: 1233424 URL: http://svn.apache.org/viewvc?rev=1233424&view=rev Log: Simplify obtaining references to common Charsets Modified: tomcat/tc7.0.x/trunk/ (props changed) …
svn commit: r1057788 - in /tomcat/trunk/java/org/apache/catalina: Host.java core/StandardHost.java s
January 11, 2011 12:36:14 PM
Author: markt Date: Tue Jan 11 18:35:42 2011 New Revision: 1057788 URL: http://svn.apache.org/viewvc?rev=1057788&view=rev Log: Action review comments Store deployIgnore as a Pattern in the Host Modified: …
svn commit: r1031683 - in /tomcat/trunk/java/org/apache/catalina: Host.java core/StandardHost.java
November 5, 2010 01:01:11 PM
Author: markt Date: Fri Nov 5 17:59:51 2010 New Revision: 1031683 URL: http://svn.apache.org/viewvc?rev=1031683&view=rev Log: Remove unused method Modified: tomcat/trunk/java/org/apache/catalina/Host.java …
svn commit: r1154298 - in /tomcat/trunk: java/org/apache/catalina/core/ContainerBase.java java/org/a
August 5, 2011 11:32:08 AM
Author: markt Date: Fri Aug 5 16:31:41 2011 New Revision: 1154298 URL: http://svn.apache.org/viewvc?rev=1154298&view=rev Log: Prevent spurious log warnings on container stop if a child component has previously failed. Modified: …
svn commit: r1153745 - in /tomcat/trunk: java/org/apache/catalina/core/AccessLogAdapter.java java/or
August 3, 2011 11:02:21 PM
Author: kkolinko Date: Thu Aug 4 04:01:23 2011 New Revision: 1153745 URL: http://svn.apache.org/viewvc?rev=1153745&view=rev Log: Allow to have several AccessLogValve instances in the same scope (e.g. in the same Context). Added: …
svn commit: r991274 - in /tomcat/trunk: java/org/apache/catalina/core/ContainerBase.java java/org/ap
August 31, 2010 12:54:12 PM
Author: markt Date: Tue Aug 31 17:52:45 2010 New Revision: 991274 URL: http://svn.apache.org/viewvc?rev=991274&view=rev Log: Some Lifecycle clean-up Modified: tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java …
svn commit: r1055121 - in /tomcat/trunk: java/org/apache/catalina/core/StandardService.java java/org
January 4, 2011 11:57:43 AM
Author: markt Date: Tue Jan 4 17:57:16 2011 New Revision: 1055121 URL: http://svn.apache.org/viewvc?rev=1055121&view=rev Log: Re-fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49372 Don't throw an LifecycleException for an invalid…
svn commit: r1079575 - in /tomcat/trunk: java/org/apache/catalina/core/StandardContext.java java/org
March 8, 2011 04:16:01 PM
Author: markt Date: Tue Mar 8 22:15:34 2011 New Revision: 1079575 URL: http://svn.apache.org/viewvc?rev=1079575&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=25060 When stopping naming resources look for DataSource…
svn commit: r950164 - in /tomcat/trunk: java/org/apache/catalina/core/StandardContext.java java/org/
June 1, 2010 11:59:14 AM
Author: markt Date: Tue Jun 1 16:59:14 2010 New Revision: 950164 URL: http://svn.apache.org/viewvc?rev=950164&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48971 Make stopping of TimerThreads optional and disabled by…
svn commit: r1005647 - in /tomcat/trunk: java/org/apache/catalina/core/ApplicationContext.java java/
October 7, 2010 04:54:18 PM
Author: markt Date: Thu Oct 7 21:53:55 2010 New Revision: 1005647 URL: http://svn.apache.org/viewvc?rev=1005647&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49987 Fix thread safety issue with population of servlet…
svn commit: r1033912 - in /tomcat/trunk: java/org/apache/catalina/core/StandardContext.java java/org
November 11, 2010 06:30:58 AM
Author: markt Date: Thu Nov 11 12:29:40 2010 New Revision: 1033912 URL: http://svn.apache.org/viewvc?rev=1033912&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50169 Ensure that when a Container is started that it doesn't…
svn commit: r1079769 - in /tomcat/trunk: java/org/apache/catalina/core/StandardWrapper.java java/org
March 9, 2011 06:21:45 AM
Author: markt Date: Wed Mar 9 12:20:58 2011 New Revision: 1079769 URL: http://svn.apache.org/viewvc?rev=1079769&view=rev Log: CVE-2011-1088 Fix unit test failures Modified: tomcat/trunk/java/org/apache/catalina/core/StandardWrapper.java …
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…
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.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:…
Java.util.regex
January 18, 2011
can anyone explain to me how to identify using regexes any string that contains for example a single P character in it? Could yo also explain how…
Bug in java.util.regex in sun jdk 6.0.24 ?
May 17, 2011
The following code blocks on my system. Why? System.out.println( Pattern.compile( "^((?:[^'\"][^'\"]*|\"[^\"]*\"|'[^']*')*)/\\*.*?\\*/(.*)$",…
Looking for a drop-in replacement for a java.util.Map
January 18, 2011
Problem Following up on this question , it seems that a file- or disk-based Map implementation may be the right solution to the problems I mentioned…
Java.util.regex.PatternSyntaxException on Android
June 16, 2011
I am getting a java.util.regex.PatternSyntaxException when trying to call string.split() with the regex (?<=}),(?=\\{) against a string such as…
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…
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…
Tomcat6 : What is the easiest way of configuring java.util.logging?
June 9, 2011
I'm working on a servlet which needs to log a few things now and then. However, I am uncertain as to how I should configure things. My first attempt…
Java.util.regex.Matcher confused group
April 19, 2011
Hi there, I'm having trouble getting the right group of a regex match. My code boils down to following: Pattern fileNamePattern =…
In Spring how do I configure java.util.Logging so it can be autowired?
June 14, 2011
In our webapp we're using java.util.Logging (JULI, actually, since we deploy to Tomcat 6). Logging is configured by a logging.properties file in…
Java.util.regex.Matcher.replaceAll replacing without a match?
January 1, 2011
According to the javadoc: Replaces every subsequence of the input sequence that matches the pattern with the given replacement string. This seems to…
Access denied (java.util.PropertyPermission hibernate.enable_specj_proprietary_syntax read)
June 6, 2011
The hosting company changed their services to tomcat 7 with security manager, and from that time on I am getting this exception every time my…
Weird Positive Lookahead behaviour in java.util.regex engine
February 15, 2011
I've text with many animals of certin kinds and some traps, and other text with no mean, e.g. " cat dog house 131 bird 1341 house trap cat cat cat…
Java/apache/tomcat
March 15, 2011
hi every one, how to connect tomcat with apache.
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…
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…
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:…