I wish to configure a bundle from outside of the container. Ideally this would
be entirely OSGi-ignorant and use simple HTTP/REST methods. By examining the
Config page using a proxy I can see that it makes simple POSTs to
"/system/console/configMgr/{ID of component}". The parameters seem pretty easy
to comprehend and it looks like I could easily generate these calls.Is this documented anywhere? Are there any reasons I would not want to do this? Thanks!
