Can't request details when using the word 'median' in the result URL

I noticed a difference between the public and private WPT instances when requesting the details page for the ‘median’ result:

Public:
http://www.webpagetest.org/result/<test_id>/[color=#FF0000]median[/color]/details/

… this works!

Private (v2.15):
http://myprivateWPT/result/<test_id>/[color=#FF0000]median[/color]/details/

… produces a blank index page!

Any hints?

You may need to pull the latest from github to get that. I think it was added after the 2.15 release.

Ah, ok! I’ll have a look and see if that works. It will save me the extra call to /xmlResults/ that i currently use to get the # of the median result!

Thanks Pat!