> in moinmoin-1.9 there seems request.is_ssl to be gone

There were many changes in request due to the refactoring to
WSGI/werkzeug.

> (or is it just because i moved from fcgi to wsgi?)

No, for moin it is all wsgi now anyway. If you'ld still run fcgi with
moin 1.9, it would be webserver --fcgi--> flup --wsgi--> moin.

> Is there an alternative way to find
> out, if the connection is secured by ssl in moin-1.9?

Try this: request.is_secure (that is a werkzeug request property that
checks for https url scheme).



------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to