DECA-285: Some server config needs to be run through cherrypy.config.update to be applied

Metadata

Source
DECA-285
Type
Bug
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Justin Obara
Created
2012-06-14T16:24:43.535-0400
Updated
2012-07-03T10:38:09.009-0400
Versions
N/A
Fixed Versions
  1. 0.6
Component
N/A

Description

Currently the server can't consume all types of cherrypy configuration. Some config needs to be run through cherrypy.config.update before being used. For example: sever.socket_host

To fix this all that needs to be done is to add "cherrypy.config.update(config)" before the call to cherrypy .tree.mount

Comments

  • Justin Obara commented 2012-06-18T15:27:32.896-0400

    Updated the server to support configuration like server.socket_host. Also added a unit test to verify it.

    The changes are in my bitbucket repo:
    https://bitbucket.org/jobara/decapod-0.6-server-iteration2

  • Justin Obara commented 2012-07-03T10:38:05.542-0400

    merged into the googlecode project repo