[Mono-list] ServerVariablesCollection
Sebastien Pouliot
sebastien.pouliot at gmail.com
Fri Mar 3 08:23:24 EST 2006
Hello Mart,
On Fri, 2006-03-03 at 13:07 +0200, Mart L6hmus wrote:
> I would like to access some other ServerVariables ( SSL_* ), so I
> changed class ServerVariablesCollection method
> loadServerVariablesCollection(), added line like that:
> Add("SSL_CLIENT_S_DN", wr.GetServerVariable("SSL_CLIENT_S_DN"));
>
> This seems like a hack, I dont want to recompile mono byself on every
> new Mono release :-). Does someone know The Right Way to access some
> other ServerVariables?
If it's for SSL related variables and if you're using XSP (mod_mono
still miss some code IIRC) then you can get most information by using
the client certificate itself.
--
Sebastien Pouliot <sebastien at ximian.com>
Blog: http://pages.infinit.net/ctech/
More information about the Mono-list
mailing list