For whatever reason, I tried to search using a tag containing an asterix * - instead of returning no results, it returns an entirely blank page. For example:
http://meta.stackoverflow.com/questions/tagged/status-*
It seems that any URL containing an asterisk will return a 400: Bad Request and an entirely blank page:
http://meta.stackoverflow.com/*
The same thing happens if you go to and URL ending in .config (as Brad Gilbert pointed out here):
http://meta.stackoverflow.com/questions/tagged/.config
status-*does work in the sense that matching questions get the highlight. But it fails in that clicking the button to see all the matches gets the blank page. – RBerteig Jul 16 '09 at 7:21