1 つのパラメーターを追加すると、複数のパラメーターを機能させることができないようです。2 番目のパラメーターを追加するとすぐに、常に
No data received
Unable to load the webpage because the server sent no data.
Here are some suggestions:
Reload this webpage later.
Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.
play 2.0.2 を使用してリクエストに 2 番目のパラメータを追加できることを他の誰かが確認できますか? (Javaを使用)
私のURLはこれと同じくらい簡単です
http://localhost:9000/account/foruser?username=somethig&create=0
そしてルート
GET /account/foruser
controllers.user.UserController.foruser(username:String, create:Boolean )