You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/11/26 12:36:07 UTC

DO NOT REPLY [Bug 25010] New: - Symbolic links should be supported through

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25010>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25010

Symbolic links should be supported through <DefaultContext>

           Summary: Symbolic links should be supported through
                    <DefaultContext>
           Product: Tomcat 5
           Version: 5.0.14
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Catalina:Modules
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: andreas.krueger@dv-ratio.com


I would like to allow symbolic links for the entirety of my Tomcat installation.

The only way I know of allowing them is through


   <Context ... >
      <Resources
         className="org.apache.naming.resources.FileDirContext"
         allowLinking="true"
      />
   </Context>

I propose the same functionality should also be available through
<DefaultContext>.

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