2015-02-20 19:41 GMT+03:00 Christopher Schultz <ch...@christopherschultz.net>: > > Jérémie, > > On 2/20/15 4:48 AM, Jérémie Barthés wrote: >> "instead of just a snippet of "fixed" code" >> >> Sorry Chris,i didn't read this. >> >> How do you want me to provide the patch ? > > Presumably, you have a copy of the source code. If you checked-out > from svn, just do this: > > /path/to/tomcat-8.0.15 $ svn diff > patch.file > > and post the patch file. > > If you just downloaded the source in e.g. ZIP, tarball, etc., re-fetch > a pristine copy of the file and then do: > > /path/to/tomcat-8.0.15 $ diff path/to/original/RewriteValve.java \ > java/org/apache/catalina/valves/rewrite/RewriteValve.java \ > > patch.file
The above command shall use "diff -u" to generate Unified Diff format. Documentation: http://tomcat.apache.org/bugreport.html#How_to_submit_patches_and_enhancement_requests Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org