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](web) FE startup fail due to websocket startup (#62560)
## Summary
Pick #60369 to branch-4.1
## Changes
- Fix FE startup failure when enable_https=true by using Spring Boot's
addServerCustomizers() hook to initialize WebSocket support before
WebAppContext starts
- Compatible with branch-4.1's existing HTTP header size configuration
## Test
- [x] FE build passed
## Related Issue
close#60366
Co-authored-by: Sivarajan Narayanan <narayanan_sivarajan@apple.com>
0 commit comments