Full url returned by HTTPFound ?

2012-03-15 Thread Adrien
Hi list,

I may be totally wrong, or maybe it's the desired behavior, but I had
somme issues with redirections with a pyramid application.
Is it possible that HTTPFound returns the full url (including http://)
even if location is the result of a request.route_path call ?

If not then my problem may be at another layer (nginx or paste
prefix).

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
pylons-devel group.
To post to this group, send email to pylons-devel@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.



pyramid tutorials and source code

2011-11-01 Thread Adrien
Hi,

Maybe it's me but the pyramid 1.2 tutorial documentation found here:

http://docs.pylonsproject.org/projects/pyramid/1.2/tutorials/wiki2/index.html

refers to the *master* branch on github:

http://github.com/Pylons/pyramid/tree/master/docs/tutorials/wiki2/src/

So isn't there a risk that things get a little bit weird for newcomers
if master tutorial is updated with backward-incompatible features?
Shouldn't the pyramid 1.2 tutorial point to
https://github.com/Pylons/pyramid/tree/1.2-branch/docs/tutorials/wiki2/src
instead?

Kind regards,
Adrien

-- 
You received this message because you are subscribed to the Google Groups 
pylons-devel group.
To post to this group, send email to pylons-devel@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.