You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ronin...@googlegroups.com
Hi:
I'd like to use clean urls in my ronin app. Is there a preferred way to do this? Would something like urlrewritefilter (http://code.google.com/p/urlrewritefilter/) be the correct way? Or would I be better off replacing the URLHandler property with my own mapping from a clean url?
The page for urlrewritefilter mentions that outgoing links need to pass through the filter via response.encodeURL. Does ronin do that?
Thanks
Chris
Gus Prevas
unread,
Jul 21, 2012, 9:09:13 AM7/21/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ronin...@googlegroups.com
Hi Chris,
I'd recommend using your own URLHandler, as it will give you maximum flexibility. I don't believe Ronin is currently using response.encodeURL - though I'd certainly welcome a pull request to rectify that!