playframework ProtocolException invalid message

78 Views Asked by At

I have a funny phenomenon:

If I start a blank index.html page with this controller:

public class Application extends Controller {
    public static void index() {
        render();
    }
}

I don't see the index page but get the offer to download a file with this content:

FHcodeProtocolExceptionmessageinvalid message tagZ

What is the magic here?

1

There are 1 best solutions below

1
On

Try to change the HTTP port in your application.conf (default is set to 9000).