CPPSERV 0.1.106 (Default branch) |
|
|
CPPSERV is a Web application server / servlet container that provides a Servlet-like API to C++. It also contains CSP (C++ Server Pages) functionality, similar to pre-compiled JSP. It consists of stand-alone application server and Web server front-ends. Modules for Apache and lighttpd are available.
License: GNU General Public License (GPL)
Changes:
The CSP parser was fixed. Includes are now handled by creating different lexers in order to avoid buffering fun. White space and new lines after directives are all eaten now.
|