I've never tried using it as I've never worried about the extra whitespace. But one reason might be that your URL pattern isn't matching your requests.
If you are following best practices and using servlet page controllers that forwards to the JSPs, the URL will be that of the controller and not one that ends with .jsp.
If you are addressing the JSPs directly however, I got nothing.