on 5/10/01 8:55 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> + wa_rprintf(r," <dt>Your Request:</dt>\n");
> + wa_rprintf(r," <dd>Server Host: \"%s\"</dd>\n",r->serv->host);
> + wa_rprintf(r," <dd>Server Address: \"%s\"</dd>\n",r->serv->addr);
> + wa_rprintf(r," <dd>Server Port: \"%d\"</dd>\n",r->serv->port);
> + wa_rprintf(r," <dd>Client Host: \"%s\"</dd>\n",r->clnt->host);
> + wa_rprintf(r," <dd>Client Address: \"%s\"</dd>\n",r->clnt->addr);
> + wa_rprintf(r," <dd>Client Port: \"%d\"</dd>\n",r->clnt->port);
This bugged me in Jserv...can't we at least abstract that out to a text file
that is read in so that it isn't HTML embedded within code?
I find it funny that with all your work on Cocoon and abstraction of
presentation and MVC that we are going back to 1993 again...
-jon
--
If you come from a Perl or PHP background, JSP is a way to take
your pain to new levels. --Anonymous
<http://jakarta.apache.org/velocity/ymtd/ymtd.html>