I was testing the lastest AS7 upstream and am noticing an issue with web application context handling. Just start the server and access any non-existent URL like http://localhost:8080/nonexistentapp. It just renders a blank page. Shouldn't it show up a 404 error page like it does in previous versions of JBoss AS?

-Jaikiran