The default-options "foo" and "bar" are only added for new requests
authorKai Moritz <kai@juplo.de>
Wed, 22 Jan 2020 09:30:57 +0000 (10:30 +0100)
committerKai Moritz <kai@juplo.de>
Fri, 7 Apr 2023 11:15:40 +0000 (13:15 +0200)
commitdd839be0fd694b9f68189ef3dd8a72f7883c424b
treef559c885f5aa1f16d4ad3e6634a41517b4fb42a9
parent76f9370eb564afef7679271cacac44e0564fe6ea
The default-options "foo" and "bar" are only added for new requests

* Otherwise, these options are always automatically readded immediately, when
  they are removed
* A request is considered as new, if it contains the parameter "name", which
  always exists, if a submit is triggered
src/main/java/de/juplo/demo/DemoController.java
src/main/java/de/juplo/demo/Form.java