Ran across an interesting situation while working with my nephew on a
webapp.  While creating a url slug using urlify, his existing url had
a ? in it.  While a ? is valid for a url string, as are a number of
other characters, it does have some special significance that other
characters don't have.

It was easy enough to modify the code for that particular use case,
but figured I might raise the issue.

A string like:

What is this? It is a car.

could potentially break routing as a portion of the slug would be part
of the query string.

-- 
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.

Reply via email to