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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to