Winix framework is a complete infrastructure written in the C++ programming language to create modern web applications and APIs.
Go to file
Tomasz Sowa 60fccea703 fixed: dots in url-es (now only one dot is available in the whole name and it cannot be only one dot ".")
added:   cmslu can act as an authorizer (fast cgi authorize role)
added:   Item::static_auth we can have additional static content on the file system
         this content is authorized through cmslu (fastcgi authorizer mode)
changed: some changes in config
changed: the way how the www server is using cmslu
         added new virtuals: static static_auth
changed: cmslu returns correct http headers (200, 404, 403)
changed: in cookie parser: we get the last cookie (if the server has more than one cookie with the same name)



git-svn-id: svn://ttmath.org/publicrep/cmslu/trunk@540 e52654a7-88a9-db11-a3e9-0013d4bc506e
2009-12-30 20:46:12 +00:00
confparser added: plugin mechanism 2009-11-13 20:40:11 +00:00
content fixed: dots in url-es (now only one dot is available in the whole name and it cannot be only one dot ".") 2009-12-30 20:46:12 +00:00
core fixed: dots in url-es (now only one dot is available in the whole name and it cannot be only one dot ".") 2009-12-30 20:46:12 +00:00
main fixed: dots in url-es (now only one dot is available in the whole name and it cannot be only one dot ".") 2009-12-30 20:46:12 +00:00
templates fixed: dots in url-es (now only one dot is available in the whole name and it cannot be only one dot ".") 2009-12-30 20:46:12 +00:00
templatesnotify * added: class HTMLFilter 2009-12-09 00:42:40 +00:00
Makefile * added: class HTMLFilter 2009-12-09 00:42:40 +00:00