Re: svn commit: r784083 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/naming/resources/ webapps/docs/config/

2009-06-12 Thread Mark Thomas
Tim Funk wrote: > > Typo: I'll fix that. > 1) Does the adding and removing of aliases need to be thread safe? Using > ConcurrentHashMap instead of > HashMap I don't think so. It only gets called once when the context is first initialised which is single threaded. It doesn't even get called on r

Re: svn commit: r784083 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/naming/resources/ webapps/docs/config/

2009-06-12 Thread Tim Funk
Typo: Modified: tomcat/trunk/webapps/docs/config/context.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/context.xml?rev=784083&r1=784082&r2=784083&view=diff == --- tomcat/trunk/webapps/docs/confi

Re: svn commit: r784083 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/naming/resources/ webapps/docs/config/

2009-06-12 Thread sebb
On 12/06/2009, ma...@apache.org wrote: > Author: markt > Date: Fri Jun 12 11:38:29 2009 > New Revision: 784083 > > URL: http://svn.apache.org/viewvc?rev=784083&view=rev > Log: > Implement alias resources. Key features: > - configured at the context level in the same way as the other resource

svn commit: r784083 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/naming/resources/ webapps/docs/config/

2009-06-12 Thread markt
Author: markt Date: Fri Jun 12 11:38:29 2009 New Revision: 784083 URL: http://svn.apache.org/viewvc?rev=784083&view=rev Log: Implement alias resources. Key features: - configured at the context level in the same way as the other resource related attributes - maps paths to directories or WAR files