LDEV-4381 Removed requestSrc parameter This parameter was responsible for passing integration server name to LAMS which was used on closing …
Show more
LDEV-4381 Removed requestSrc parameterThis parameter was responsible for passing integration server name toLAMS which was used on closing authoring and refreshing integrationserver page. This feature stopped working when authoring becameFlash-less (as there was no more "Close" button). And now we decided tofinally remove all its leftovers both in BB and LAMS sides. This changealso involves removal of "isPostMessageToParent" parameter.Besides, all Blackboard methods that deal with lams.properties file arenow located in LamsPluginUtil only. All their duplicates inLamsSecurityUtil (e.g. LamsSecurityUtil.getServerAddress(..)) wereremoved
Show less