treefrog-framework icon indicating copy to clipboard operation
treefrog-framework copied to clipboard

TreeFrog Framework : High-speed C++ MVC Framework for Web Application

Results 12 treefrog-framework issues
Sort by recently updated
recently updated
newest added

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.6. Release notes Sourced from rexml's releases. REXML 3.3.6 - 2024-08-22 Improvements Removed duplicated entity expansions for performance. GH-194 Patch by Viktor Ivarsson. Improved namespace...

dependencies

The X-Forwarded-For header is parsed incorectly in THttpRequest::originatingClientAddress() function: 1. There may be multiple X-Forwarded-For headers in request. 2. The originatingClientAddress() does not check whether clientAddress() is trusted proxy -...