Atozed IntraWeb v15.1.5更新版是一款高效的跨平台Web开发工具,支持快速构建高性能、多线程的应用程序,适用于Delphi和C++Builder。
Whats New
- A new property `ServerController.SSLOptions.CertificateOptions` allows users to set certificate paths and file names. The path must be consistent for all certificate files; if left blank, the application’s default path will be used. If a specific filename is omitted, the system uses its default.
- Added `SurrogateSessionId` in `ServerController.SecurityOptions`. When activated, IntraWeb employs an alternate unique identifier within URLs when `SessionOptions.UniqueUrl = True`, enhancing security by not exposing actual session IDs (requires cookies to be enabled).
- Introduced `CheckWindowId` in `ServerController.SecurityOptions`. If set, it generates code that prevents the same session from being used across different browser tabs.
- Added a new property `DefaultBtnOnEnter` for `IWModalWindow`.
- Resolved issues:
- Duplicate styles were generated when changing control visibility, which could affect rendering after an asynchronous event.
- After async updates, TIWCustomGrid would display incorrect positions or sizes.
- A list index out of bounds error occurred in `TIWTemplateProcessorHTML` under certain conditions.
Modified
- The session ID is now 160 bits (previously it was 128 bits).
- Breaking change: Introduced a new property `InnerTableCss` for IWGrid. When set, IntraWeb will render the class attribute of inner tables using this value.
Removed server signature in Http.sys.
Further performance improvements have been implemented.