Patch for FileDirContext

2012-08-29 Thread Kevin Wooten
seems to pass the unit tests ran from "ant test" properly as well. So I made a patch and attached it to this email. Let me know if I should submit the patch in some other manner. Kevin Wooten - To unsubscribe, e-mai

Re: Patch for FileDirContext

2012-08-29 Thread Kevin Wooten
t(env); -tempContext.setDocBase(file.getPath()); +tempContext.setDocBase(currentFile.getPath()); tempContext.setAllowLinking(getAllowLinking()); object = tempContext; } else { On Aug 29, 2012, at 8:27 PM, Kevin Wooten wrote: >

Re: Patch for FileDirContext

2012-08-29 Thread Kevin Wooten
I created Bug 53800 and attached the patch file. Is that all that is necessary to get this patch considered? On Aug 29, 2012, at 8:43 PM, Konstantin Kolinko wrote: > 2012/8/30 Kevin Wooten : >> New to contributing to Tomcat so and not sure of the protocol for patches. >>