This is a follow up of this thread:
http://groups.google.com/group/web2py/browse_thread/thread/f6899f258368382f/761a94c588521b8c#761a94c588521b8c
Basically now when I migrate my application with this new release and
trying to login an user with a fake password I'm expecting to have a
feedback message (error) from the session... But instead there is a
server error here is the ticket that is generated:
Traceback (most recent call last):
File "/Users/OnemeWs/App Server/web2py/gluon/restricted.py", line
173, in restricted
exec ccode in environment
File "/Users/OnemeWs/App Server/web2py/applications/BeUnickDemo/
controllers/default.py", line 171, in <module>
####################################################################################
File "/Users/OnemeWs/App Server/web2py/gluon/globals.py", line 96,
in <lambda>
self._caller = lambda f: f()
File "/Users/OnemeWs/App Server/web2py/applications/AppDemo/
controllers/default.py", line 134, in login
return dict(loginform = auth.login())
File "/Users/OnemeWs/App Server/web2py/gluon/tools.py", line 980, in
login
onvalidation=onvalidation):
File "/Users/OnemeWs/App Server/web2py/gluon/sqlhtml.py", line 771,
in accepts
onvalidation,
File "/Users/OnemeWs/App Server/web2py/gluon/html.py", line 1267, in
accepts
status = self._traverse(status)
File "/Users/OnemeWs/App Server/web2py/gluon/html.py", line 449, in
_traverse
newstatus = c._traverse(status) and newstatus
File "/Users/OnemeWs/App Server/web2py/gluon/html.py", line 449, in
_traverse
newstatus = c._traverse(status) and newstatus
File "/Users/OnemeWs/App Server/web2py/gluon/html.py", line 449, in
_traverse
newstatus = c._traverse(status) and newstatus
File "/Users/OnemeWs/App Server/web2py/gluon/html.py", line 449, in
_traverse
newstatus = c._traverse(status) and newstatus
File "/Users/OnemeWs/App Server/web2py/gluon/html.py", line 456, in
_traverse
newstatus = self._validate()
File "/Users/OnemeWs/App Server/web2py/gluon/html.py", line 1074, in
_validate
(value, errors) = validator(value)
File "/Users/OnemeWs/App Server/web2py/gluon/validators.py", line
728, in __call__
if (not self.banned or not self.banned.match(domain)) \
AttributeError: 'lazyT' object has no attribute 'match'
####################################################################################
Does anyone notice this issue in their application after they migrate
to the new release ?
Thanks,
Cheers,
Yannick P.
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en.