I don't know how I can Add ticket on http://authkit.org/trac/newticket#preview
? The problem is:
Values like:
* authkit.redirect.url
* authkit.signin
* authkit.cookie.signout
set in *.ini file is still static URLs. This mean when I move my
application from some.address.com/ to (for example) address.com/some
or something else where is present part after backslash (this is
common situation with mod_wsgi and WSGIAlias Directive) this three
values must be modified "by hand" for any different configuration.
IMHO this should be rather = url_for('/controller/action') not just =
'/controller/action'.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---