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/config/context.xml (original)
+++ tomcat/trunk/webapps/docs/config/context.xml Fri Jun 12 11:38:29 2009
@@ -251,6 +251,16 @@

    <attributes>

+      <attribute name="alises" required="false">



Other thoughts:

1) Does the adding and removing of aliases need to be thread safe? Using ConcurrentHashMap<String,BaseDirContext> instead of HashMap<String,BaseDirContext>

2) For public void addAlias(String path, BaseDirContext dirContext) {
Do we want to disallow / as the path? Or let the foot shooting be allowed?


3) public void setAliases(String theAliases)
If the file is not a directory (or does not exist) - we should do something.


-Tim


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to