borowiak / pwa-technologies

Automatically exported from code.google.com/p/pwa-technologies
0 stars 0 forks source link

Server error when an invalid date format is inserted (500 status code) #40

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
A server error page is presented when users insert a date in a format different 
than the expected dd/mm/yyyy.

What steps will reproduce the problem?
1. Go the the hompage (http://arquivo.pt/index.jsp?l=en)
2. Insert "testing" in the search box and submit
3. In the search result page either change the first or second date field to 
"2000" and resubmit.

What is the expected output?
Either a warning about the text being in an invalid format or, if it a 
different syntax for a date, translate it internally to the valid format.

What do you see instead?
An internal server error page (HTTP 500 status code).

Original issue reported on code.google.com by devel.da...@vcruz.net on 31 Jul 2012 at 3:23

GoogleCodeExporter commented 9 years ago
Fixing this issue should do so both in client and server-side, if warning users 
about an invalid format, or only server-side.

Original comment by devel.da...@vcruz.net on 31 Jul 2012 at 3:25