#402 closed defect (fixed)
Error creating booking - possible input validation issue
Reported by: | pferreir | Owned by: | irolewic |
---|---|---|---|
Priority: | high | Milestone: | v0.97.0 |
Component: | General | Version: | 0.97.0 |
Keywords: | Cc: |
Description
We are receiving an error that seems to stem from improper input validation.
-------------------- User Comments -------------------- Error details exception message => list index out of range exception type => exceptions.IndexError traceback => File "/usr/lib/python2.4/site-packages/cds_indico-0.97b2-py2.4.egg/MaKaC/webinterface/rh/base.py", line 462, in process self._checkParams( self._reqParams ) File "/usr/lib/python2.4/site-packages/cds_indico-0.97b2-py2.4.egg/MaKaC/webinterface/rh/roomBooking.py", line 1022, in _checkParams candResv = self._loadResvCandidateFromParams( None, params ) File "/usr/lib/python2.4/site-packages/cds_indico-0.97b2-py2.4.egg/MaKaC/webinterface/rh/roomBooking.py", line 413, in _loadResvCandidateFromParams self._checkParamsRepeatingPeriod( params ) File "/usr/lib/python2.4/site-packages/cds_indico-0.97b2-py2.4.egg/MaKaC/webinterface/rh/roomBooking.py", line 127, in _checkParamsRepeatingPeriod sMinute = int( t[1] ) request handler => <class 'MaKaC.webinterface.rh.roomBooking.RHRoomBookingBookingForm'> url => http://indico.cern.ch/roomBooking.py/bookingForm?roomLocation=CERN&roomID=100
Change History (4)
comment:1 Changed 5 years ago by irolewic
- Owner set to irolewic
- Status changed from new to accepted
comment:2 Changed 5 years ago by ian.rolewicz@…
- Resolution set to fixed
- Status changed from accepted to closed
comment:3 Changed 5 years ago by Ian Rolewicz <ian.rolewicz@…>
comment:4 Changed 5 years ago by Ian Rolewicz <ian.rolewicz@…>
Note: See
TracTickets for help on using
tickets.
commit f25ab48c53175c458765a5be5f6aaba1337cfec6
Author: Ian Rolewicz <ian.rolewicz@…>
Date: Fri May 21 08:47:56 2010 +0200