on 12/7/2000 1:20 AM, "David S. Faller" <[EMAIL PROTECTED]> wrote:
> - output.append ( getServerScheme() );
> - output.append ( "://" );
> - output.append ( getServerName() );
> - if ( (getServerScheme().equals(HTTP) && getServerPort() != 80)
> - || (getServerScheme().equals(HTTPS) && getServerPort() != 443)
> - )
> - {
> - output.append (":");
> - output.append ( getServerPort() );
> - }
> +// output.append ( getServerScheme() );
> +// output.append ( "://" );
> +// output.append ( getServerName() );
> +// if ( (getServerScheme().equals(HTTP) && getServerPort() != 80)
> +// || (getServerScheme().equals(HTTPS) && getServerPort() !=
> 443)
> +// )
> +// {
> +// output.append (":");
> +// output.append ( getServerPort() );
> +// }
When you submit a patch, don't // out the source code. There is no reason to
leave commented source code like that in CVS.
-jon
--
Honk if you love peace and quiet.
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]