Thanx, I just had no info on that one, sorry. In PHP $_REQUEST and
$_SERVER and $_ENV are completely different collections, so I had no
reference coming into Java.
Phil
> > I looked up System.getProperties, but to be honest, I have no clue how
> > to use it in light of what I can do in PHP, which is this:
[quoted text clipped - 27 lines]
>
> James
James Westby - 17 Jan 2006 19:57 GMT
> Thanx, I just had no info on that one, sorry. In PHP $_REQUEST and
> $_SERVER and $_ENV are completely different collections, so I had no
> reference coming into Java.
>
> Phil
[snip]
I find it odd that the User-Agent header is retrievable from the
$_SERVER variable, rather that $_REQUEST. I guess that's noraml PHP?
Apart from that you may rind that stuff you normally get from $_REQUEST
comes in the jsp request object, the $_ENV from System.getProperties,
and $_SERVER, i saw a class that had some relevant stuff, but I can't
remember what it was now.
James