RestTemplate (and probably server side as well) should be able to bootstrap itself if com.sun.org.apache.xalan.* is not available [SPR-17007] #21545
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Dave Syer opened SPR-17007 and commented
If
SourceHttpMessageConverter
fails to initialize itself it blows up aRestTemplate
and then the whole bean factory on startup:The presence of a default implementation of
TransformerFactory
appears to be platform dependent, soRestTemplate
and friends probably ought not to rely on their existence. E.g. a defensive type check might be needed.Affects: 5.0.7
Issue Links:
Referenced from: commits b09fad1
The text was updated successfully, but these errors were encountered: