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 ve...@googlegroups.com
I think it will be nice to allow users to define url mappings for static files in configuration. The idea is that you can configure server to resolve posts.html file by url /posts or /posts/page/3. User can achieve that functionality right now using StaticFileHandler with his own RouteMatcher, but I think it's nice to have it out-of-box.