geoserver / geoserver-cloud

Cloud Native GeoServer is GeoServer ready to use in the cloud through dockerized microservices.
http://geoserver.org/geoserver-cloud
Other
254 stars 78 forks source link

[backport 1.5.x] Fix JNDI lookup error using InitialContext #413

Closed groldan closed 9 months ago

groldan commented 9 months ago

SimpleInitialContext's close() shall be a no-op. Bound names are not being looked up from a remote resource but held locally, so closing the context invalidates all names.