Closed pferreir closed 14 years ago
# Original comment by ian.rolewicz@c...
commit f25ab48c53175c458765a5be5f6aaba1337cfec6 Author: Ian Rolewicz ian.rolewicz@c... Date: Fri May 21 08:47:56 2010 +0200
[FIX] Error on booking creation
- fixes #402
- Added additional format checking on the server side to prevent users from getting this problem.
- We suppose the users were using the Enter key to submit the form, which happened to bypass the validity checking of the fields
- JavaScript was added to handle the case when a key is pressed
- Other forms in the code were checked in order to see if any of them was submitted the same way, but none was find.
# Original comment by Ian Rolewicz <ian.rolewicz@c...>
In f25ab48c53175c458765a5be5f6aaba1337cfec6:
[FIX] Error on booking creation
- fixes #402
- Added additional format checking on the server side to prevent users from getting this problem.
- We suppose the users were using the Enter key to submit the form, which happened to bypass the validity checking of the fields
- JavaScript was added to handle the case when a key is pressed
- Other forms in the code were checked in order to see if any of them was submitted the same way, but none was find.
# Original comment by Ian Rolewicz <ian.rolewicz@c...>
In f25ab48c53175c458765a5be5f6aaba1337cfec6:
[FIX] Error on booking creation
- fixes #402
- Added additional format checking on the server side to prevent users from getting this problem.
- We suppose the users were using the Enter key to submit the form, which happened to bypass the validity checking of the fields
- JavaScript was added to handle the case when a key is pressed
- Other forms in the code were checked in order to see if any of them was submitted the same way, but none was find.
We are receiving an error that seems to stem from improper input validation.