Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Red5/red5-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.26
Choose a base ref
...
head repository: Red5/red5-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.27
Choose a head ref
  • 3 commits
  • 13 files changed
  • 1 contributor

Commits on Jan 6, 2026

  1. Update version to 2.0.27

    mondain committed Jan 6, 2026
    Configuration menu
    Copy the full SHA
    a1700e6 View commit details
    Browse the repository at this point in the history
  2. Fix WebSocket scope initialization and path handling issues

    - Fix race condition in WebSocketPlugin.setApplication() by using
      computeIfAbsent for atomic manager creation and initialization
    - Add getApplication() getter to WebSocketScopeManager to expose appScope
    - Add null guard in makeScope(IScope) to prevent NPE
    - Normalize trailing slashes in paths (e.g., "/live/" -> "/live") in both
      DefaultServerEndpointConfigurator.modifyHandshake() and
      WebSocketScopeManager.getScope() for consistent scope lookups
    - Add null checks before putting scope in ConcurrentHashMap user properties
    - Improve scope lookup to use manager.getApplication() before plugin lookup
    mondain committed Jan 6, 2026
    Configuration menu
    Copy the full SHA
    da1068b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #430 from Red5/bug/ws

    Bug/ws
    mondain authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    e853c62 View commit details
    Browse the repository at this point in the history
Loading