#451: WebStyle: fix WSGI handler generated errors in apache.err
-----------------------+---------------------
Reporter: simko | Owner: skaplun
Type: defect | Status: closed
Priority: major | Milestone: v1.0
Component: WebStyle | Version:
Resolution: fixed | Keywords:
-----------------------+---------------------
Changes (by Samuele Kaplun <samuele.kaplun@…>):
* status: in_merge => closed
* resolution: => fixed
Comment:
In [69fe5e5eb21c45747ebde843f0648f24293c8f8c]:
{{{
#!CommitTicketReference repository=""
revision="69fe5e5eb21c45747ebde843f0648f24293c8f8c"
WebStyle: fix StringField definition
* StringField in webinterface_handler_wsgi_utils is derived from
the immutable str builtin type. In order to be initialized
it requires appropriate usage of __new__ special method instead
of __init__. (closes #451)
}}}
--
Ticket URL: </ticket/451#comment:2>
Invenio <http://invenio-software.org>