>> My plan is to modify the RepositoryServiceImpl so that it can do some >> parameterized configuration of the http connection params. What would >> be the best way to get this param values into the >> RepositoryServiceImpl? > > There are some factories involved for instantiating the jcr2spi repository > implementation with the right RepositoryService implementation. These > factories can be used to pass a Map of configuration values around. > > Have a look at Jcr2davRepositoryFactory in the jcr2dav module. It takes a > Map of configuration values which it passes along to the > Spi2davexRepositoryServiceFactory which eventually creates the > RepositoryServiceImpl instance.
Thanks! On another note, I noticed that the httpclient version being used ( 3.x ) has been end-of-lifed. Is there a reason for sticking with 3.x and not migrating to 4.x?
