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
- Update README, pom.xml, dispatcher scripts, and ApplicationManager to reflect version 1.7.14
- Refactor AbstractApplication for improved readability and consistent formatting
- Multi-line ternary and method call formatting
- Use `config.getOrDefault` for DEFAULT_BASE_URL
- Switch `actionRegistry.paths().contains` to `validate(path)` for robust path checking
- Enhance ActionRegistry
- Make `paths` thread-safe
- Add `validate(path)` method for path checking
- Minor formatting and method signature adjustments
- Improve ConnectionManager reliability
- Track dead connections and avoid reusing them
- Handle EOFException during send and mark connection as dead
- Update connection validation and expiration checks
- Refactor HttpServer CORS handling
- Support dynamic allowed origins and credentials
- Preflight OPTIONS responses now properly closed with 204 status