OpenNTF / openliberty-domino

Open Liberty server embedded in Domino
Apache License 2.0
7 stars 3 forks source link

Domino-side reverse proxy doesn't play well with XPage partial refreshes #84

Closed jesse-gallagher closed 2 years ago

jesse-gallagher commented 2 years ago

I observed this when testing an app using XPages in a Liberty container: partial refreshes would lose their context and instead load the entire page, potentially recursing infinitely. The app works when accessed via the Liberty port directly, so this is almost definitely a result of mangling query strings during proxying.