[Web-SIG] New django-hotsauce development group

2017-10-16 Thread Etienne Robillard
Hi, I'm pleased to announce the availability of a new public discussion group for Django-hotsauce: https://groups.google.com/forum/#!forum/django-hotsauce Talented CPython and PyPy developers are invited to join and meet the django-hotsauce community. Best regards, Etienne -- Et

[Web-SIG] Django-hotsauce 0.7.8 release

2017-08-11 Thread Etienne Robillard
uce/django-hotsauce-0.7.8.tar.gz I recommend everyone to update to 0.7.8. It is by far the most stable release of Django-hotsauce! :) Cheers, Etienne -- Etienne Robillard tkad...@yandex.com http://www.isotopesoftware.ca/ ___ Web-SIG mailing li

Re: [Web-SIG] How to make REMOTE_USER variable private across WSGI middlewares?

2017-08-11 Thread Etienne Robillard
I fixed this bug! :) My application logic was causing a redirect loop in the oauth2 authentication mecanism. Have a nice day, E Le 2017-08-10 à 06:25, Etienne Robillard a écrit : Hi, A little update on this issue. I switched to werkzeug/gevent for storing the http request in a thread

Re: [Web-SIG] How to make REMOTE_USER variable private across WSGI middlewares?

2017-08-10 Thread Etienne Robillard
if the user has been authenticated ? Thank you in advance, Etienne Le 2016-10-12 à 05:42, Etienne Robillard a écrit : I believe the OAuth2 middleware and client is functioning correctly and is setting the REMOTE_USER value as expected. But I guess the problem is because I recreate a new WebOb r

Re: [Web-SIG] How to make REMOTE_USER variable private across WSGI middlewares?

2016-10-12 Thread Etienne Robillard
know if it's logical to recreate a WSGI request every time. Perhaps the solution would be to use a global request object... Regards, Etienne -- Etienne Robillard tkad...@yandex.com http://www.isotopesoftware.ca/ ___ Web-SIG mailing list We

Re: [Web-SIG] How to make REMOTE_USER variable private across WSGI middlewares?

2016-10-11 Thread Etienne Robillard
l. I have no idea how to make the WSGI environ object a thread-local in case the remote user has been logged in. Any input would be greatly appreciated. Regards, Etienne Le 2016-10-10 à 10:30, Etienne Robillard a écrit : Hi, I'm attempting to develop a OAuth 2.0 authentication middle

[Web-SIG] How to make REMOTE_USER variable private across WSGI middlewares?

2016-10-10 Thread Etienne Robillard
persisting on a per-request basis ? What others options can you advise to make private request data not accessible in WSGI ? Thanks in advance, Etienne -- Etienne Robillard tkad...@yandex.com http://www.isotopesoftware.ca/ ___ Web-SIG mailing li

[Web-SIG] no_authkit_users_in_environ

2014-09-15 Thread Etienne Robillard
Hello, I'm trying to make cookie auth working with authkit but cannot find a healthy solution. So far here's the code which i'm trying to use for getting a users object into the environ: #!/usr/bin/env python from notmm.controllers.wsgi import WSGIController from notmm.controllers.auth import Lo

Re: [Web-SIG] Announcing bobo

2009-10-28 Thread Etienne Robillard
ameworks. I've removed this unnecessary sentence > from the PyPI page and from the packages long description in subversion. > > Jim > > -- > Jim Fulton > Zope Corporation > > > -- Etienne Robillard Green Tea Hackers Club <http://gthc.org/> Blog: <

Re: [Web-SIG] [RFC] Introducing the Emerging-Like Web Applications Protocol 1.0

2009-10-21 Thread Etienne Robillard
plications-protocol/ http://gthc.org/WebApplicationDevelopment/EmergingLikeWebApplications Kind regards, Etienne Ian Bicking wrote: > FYI, your post went through to web-sig but without the links...? > > On Wed, Oct 21, 2009 at 7:09 AM, Etienne Robillard > wrote: > Hi, > > Her

Re: [Web-SIG] Getting back to WSGI grass roots.

2009-09-23 Thread Etienne Robillard
ast, I don't seem to get how PHP makes this more easily than with Python. Perhaps putting some lights here would be helpful. Please let web frameworks be web frameworks and peps be peps! That is, allow some flexibility for web frameworks designs by writting clear and concise peps, but also forget about

Re: [Web-SIG] PEP 0333 and PEP XXXX Updated

2009-09-20 Thread Etienne Robillard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Armin Ronacher wrote: > Hi, > > Graham Dumpleton schrieb: >> Regardless of the details of changes being made to the PEP and the >> creation of any new ones, do we need to first agree on the overall >> direction we are going to take. Ie., the grand pla

Re: [Web-SIG] WSGI 2

2009-08-04 Thread Etienne Robillard
ders such as Referrer? > What about custom user values set using something like SetEnv > directive in Apache? > > This is where it started to turn into a can of worms last time. You > either treat everything as UTF-8 to be consistent, or use bytes for > everything, in which case a

Re: [Web-SIG] [ANN] Nagare 0.2.0 - Components and continuation-based web framework

2009-06-26 Thread Etienne Robillard
_len`` parameter added in the memcached configuration > - YUI AJAX modules updated to 2.7.0 > - SQLAlchemy updated to 0.5.x > > Changes > --- > > - Complete refactoring of the AJAX communication. The "wire" format is now > Javascript. > - ``component.Component.init()`

Re: [Web-SIG] Announcing bobo

2009-06-18 Thread Etienne Robillard
_ > Web-SIG mailing list > Web-SIG@python.org > Web SIG: http://www.python.org/sigs/web-sig > Unsubscribe: > http://mail.python.org/mailman/options/web-sig/robillard.etienne%40gmail.com > > -- Etienne Robillard Green Tea Hackers Club <http://gthc.org/

Re: [Web-SIG] Announcing bobo

2009-06-16 Thread Etienne Robillard
ing, and so I'm curious about what sort of > choices Bobo has made. > > thanks, > --titus -- Etienne Robillard Green Tea Hackers Club <http://gthc.org/> Blog: <http://gthc.org/blog/> PGP Fingerprint: AED6 B33B B41D 5F4F A92A 2B71 874C FB27 F3A9 BDCC

Re: [Web-SIG] Announcing bobo

2009-06-16 Thread Etienne Robillard
> >> regards, >> >> Etienne >> >> >> Martijn Faassen wrote: >>> Hey, >>> >>> On Tue, Jun 16, 2009 at 4:51 PM, Etienne >>> Robillard wrote: >>>> Nothing very new here. At least next time try to be a little

Re: [Web-SIG] Announcing bobo

2009-06-16 Thread Etienne Robillard
egative with your comments. > Does not sound good. I surely dont know what your contributions are, > but I do know what Jim Fulton's contributions are. > > -- Etienne Robillard Green Tea Hackers Club <http://gthc.org/> Blog: <http://gthc.

Re: [Web-SIG] Announcing bobo

2009-06-16 Thread Etienne Robillard
development. I suggest you delve into the history of Python web > development for a bit. Of course back in '97 there was more to invent > than there is today. > > Regards, > > Martijn > -- Etienne Robillard Green Tea Hackers Club <http://gthc.org/> Bl

Re: [Web-SIG] Announcing bobo

2009-06-16 Thread Etienne Robillard
tures that can be provided by WSGI > middle-ware or application-specific libraries. > > Bobo builds on other frameworks, most notably WSGI and WebOb. > > To learn more. visit: http://bobo.digicool.com > > Jim > > -- > Jim Fulton > Zope Corporation -- Etienne Ro

Re: [Web-SIG] Could WSGI handle Asynchronous response?

2008-07-28 Thread Etienne Robillard
On Mon, 18 Feb 2008 04:23:38 -0800 (PST) est <[EMAIL PROTECTED]> wrote: > I am writing a small 'comet'-like app using flup, something like > this: > > def myapp(environ, start_response): > start_response('200 OK', [('Content-Type', 'text/plain')]) > return ['Flup works!\n']<--

Re: [Web-SIG] Using decorators to add objects in a thread-local store..

2008-07-16 Thread Etienne Robillard
On Tue, 15 Jul 2008 21:32:39 -0500 Ian Bicking <[EMAIL PROTECTED]> wrote: > Etienne Robillard wrote: > > > > Hi all, > > > > I'd like to have your input and comments on using decorators > > functions for adding extra options to the request.env

Re: [Web-SIG] Using decorators to add objects in a thread-local store..

2008-07-16 Thread Etienne Robillard
On Jul 15, 4:44 pm, "Mike Orr" <[EMAIL PROTECTED]> wrote: > On Tue, Jul 15, 2008 at 1:42 PM, Etienne Robillard > > > > <[EMAIL PROTECTED]> wrote: > > > On Mon, 14 Jul 2008 16:09:18 -0400 > > Etienne Robillard <[EMAIL PROTECTED]> wr

[Web-SIG] Using decorators to add objects in a thread-local store..

2008-07-14 Thread Etienne Robillard
Hi all, I'd like to have your input and comments on using decorators functions for adding extra options to the request.environ object. For instance, here's a decorator whichs adds a "scoped" session object into request.environ: def with_session(engine=None): """ Decorator function for