You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix issue where hidden dot files in document root can be downloaded when using TStaticFilesMiddleware. New behavior will cause HTTP 404 when such files are requested.
New form validation rule for password so that developers can set password rule, for example, a password at least 8 characters, with at least one lower case letter, one upper case letter, one digit character and one one symbol character.
Add support for http web application using Free Pascal built-in http server, TFpHttpServer class.
Add TMaintenanceModeMiddleware, middleware implementation to allow maintenance mode be applied to one or more routes instead of globally applied.
Add TSessionMiddleware, a middleware implementation to allow session be applied to one or more routes instead of always globally applied to all routes.