Jon, That is a feature. All unspecified parameters are inherited from current request unless controller name is prefixed with "/". In your case, story is not specified and map has no placeholder for story so it is placed as get parameter. Put "/" in front of controller name to make sure that nothing is inherited from current request.
Cheers --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
