I'm using JBoss 4.2 with Java Seam and in my application there is an login-form implemented. Now if I submit the form in the GUI the Parameters will be sent via HTTP-POST, but if I try to send the Data via HTTP-GET it will be accepted too.
That should be prevented, but I didn't find out how. Could I set the Method in the pages.xml or do I need to find out programmatically if the Request is Post or Get.
Are there other ways to do that or how should I do it?
Thanks!