Using Net+O/S 7.5.2.2 to latest modification level, running on Connectcore 9215.
I have a web page using AWS which has worked for years - it uses a little Javascript to update two hidden fields, and the form is then submitted to pass these values.
Since the latest update (to V1.02 of AWS package) this process fails, at least using a recent version of Firefox (V26, V27). According to Firebug the POST values are being sent correctly; however AWS only sees one of the values (the second field defined in the HTML is a zero length string).
Interestingly, the page still works with Opera 11 and 12 (but not with Firefox V13).
Has anyone else seen anything like this?