ipm icon indicating copy to clipboard operation
ipm copied to clipboard

the problem is in the deploypath attribute of the module.xml file

Open SergeyMi37 opened this issue 3 years ago • 2 comments
trafficstars

the problem is in the deploypath attribute of the module.xml file If in the file DeployPath="${cspdir}" ... <CSPApplication CookiePath="/appl/" DefaultTimeout="900" DeployPath="${cspdir}" Description="CSV Anonymizer Application" MatchRoles=":%All" PasswordAuthEnabled="0" Recurse="1" ServeFiles="1" ServeFilesTimeout="3600" UnauthenticatedEnabled="1" Url="/appl" UseSessionCookie="2"/>

Installing cleans up the csp directory. The system portal is broken.

SergeyMi37 avatar Feb 19 '22 11:02 SergeyMi37

There should be restrictions on DeployPath to avoid this outcome.

isc-tleavitt avatar Mar 15 '24 16:03 isc-tleavitt

#278 is related, as part of the best-practice alternative - just reference the package install directory instead.

isc-tleavitt avatar Mar 20 '24 14:03 isc-tleavitt