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
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:
>
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.
>>