diff --git a/3_2_0_breaking_changes.md b/3_2_0_breaking_changes.md index 6d08fa64..6f3ad79d 100644 --- a/3_2_0_breaking_changes.md +++ b/3_2_0_breaking_changes.md @@ -3,4 +3,5 @@ - Removed `TDataSetHelper.LoadFromJSONArrayStringItems` - `TDataSetHolder` class now renders data in a property called `data` (previously was `items`) - The default header used by JWT middleware is now `Authorization` (previously was `Authentication`) -- Middleware `OnAfterControllerAction` are now invoked in the same order of `OnBeforeControllerAction` (previously were invoked in reversed order). \ No newline at end of file +- Middleware `OnAfterControllerAction` are now invoked in the same order of `OnBeforeControllerAction` (previously were invoked in reversed order). +- `IMVCMiddleware` has got a new method called after the request processing: `OnAfterRouting` . It is called even if no action is executed. If you don't need it, implement the method and leave it empty. \ No newline at end of file diff --git a/README.md b/README.md index 994f13da..8b88a147 100644 --- a/README.md +++ b/README.md @@ -599,6 +599,7 @@ end; - Fixed! [issue363](https://github.com/danieleteti/delphimvcframework/issues/363) - Fixed! [issue364](https://github.com/danieleteti/delphimvcframework/issues/364) (Thanks to [João Antônio Duarte](https://github.com/joaoduarte19)) - Fixed! [issue366](https://github.com/danieleteti/delphimvcframework/issues/366) +- Fixed! [issue376](https://github.com/danieleteti/delphimvcframework/issues/376) (Thanks to [João Antônio Duarte](https://github.com/joaoduarte19)) - Fixed! Has been patched a serious security bug affecting deployment configurations which uses internal WebServer to serve static files (do not affect all Apache, IIS or proxied deployments). Thanks to **Stephan Munz** to have discovered it. *Update to dmvcframework-3.2-RC5+ is required for all such kind of deployments.* ## DelphiMVCFramework 3.1.0-lithium (Current Release) diff --git a/docs/dmvcframework_logofacebook.pdn b/docs/dmvcframework_logofacebook.pdn index c4e666e2..458271a2 100644 Binary files a/docs/dmvcframework_logofacebook.pdn and b/docs/dmvcframework_logofacebook.pdn differ diff --git a/docs/dmvcframework_logofacebook_no_version.png b/docs/dmvcframework_logofacebook_no_version.png index 8d79def0..969baf78 100644 Binary files a/docs/dmvcframework_logofacebook_no_version.png and b/docs/dmvcframework_logofacebook_no_version.png differ