You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hiten pandya <h_...@hotmail.com> on 2001/07/01 00:48:07 UTC

patch for the section for the colors example

hi everyone,
i have patch to submit.....

in the cvs repository,
the examples section,

TOMCAT_CVS_HOME = root to tomcat cvs

path is: TOMCAT_CVS_HOME/webappsexamples/jsp/index.html

in the html file, line 99 (i think) has an error in the path information for 
the pointing to colors.html.

There is an extra forware slash added at the beginning of the path which 
makes the URI point to the root of the server e.g
http://some.server.com/colors.html

the original is: (search for this string)
<td VALIGN=TOP WIDTH="30%"><a href="/colors/colors.html">

my patch is: (append the searched string with this)
<td VALIGN=TOP WIDTH="30%"><a href="colors/colors.html">

-----------------------------------------------------------

hoping for someone to commit the bug into the cvs repository

thanks in advance,

if possible, i wouldn't mind a response, because this is the first time i am 
sending a patch to this project.

Hiten Pandya
h_pandya5@hotmail.com
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.