New version of the web framework Karrigell. Licence changes to BSD
Project description
The main changes in this version of Karrigell are : - the Open Source licence changes from GPL to BSD - logging management (written by Radavan Garabik) : new options loggingFile and loggingParameters - new options in configuration file : debug manages the “Debug” button when exceptions occur in scripts ; reloadModules specifies if modules must be reloaded at each request
Bug fixes - option encodeFormData was not managed correctly (bug report by Helmut Jarausch) - cookies attributes (path, expiry date…) were erased at each request. 2 variables now manage cookies : COOKIE is the cookies received from the browser ; SET_COOKIE is used by a script to set a cookie in the browser. Bug report by Joe Correia - for security reasons, mask the modules k_session and KarrigellRequestHandler for the scripts