alfonsodg / demo-web2py

Apache License 2.0
0 stars 0 forks source link

html.py line 265: returning XML() crashes on Google App Engine #181

Closed alfonsodg closed 10 years ago

alfonsodg commented 10 years ago

From dly...@gmail.com on February 06, 2011 06:25:45

What steps will reproduce the problem? 1. run a web2py app on GAE 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below. 2. html.py line 265 return rewrite.filter_out(url, env) # Temporary patch. Was XML(rewrite.filter_out(url, env))

XML() causes Exception:

File "C:\Program Files (x86)\Google\google_appengine\google

\appengine\api\datastore_types.py", line 1323, in ValidateProperty

'Unsupported type for property %s: %s' % (name, v.class))

BadValueError: Unsupported type for property success_path:

<class 'gluon.html.XML'>

Original issue: http://code.google.com/p/web2py/issues/detail?id=183

alfonsodg commented 10 years ago

From massimo....@gmail.com on February 06, 2011 07:38:06

Please check the code in trunk. The line you refer to is o longer there in trunk. Do you still have the issue with current trunk code?

Status: Started

alfonsodg commented 10 years ago

From massimo....@gmail.com on March 01, 2011 11:47:17

This problem cannot be verified

Status: Invalid