This migration guide applies for 7.10.38.14-LTS and 7.10.32.21-LTS.
The pipelet BrowseDirectory (bc_foundation) indicated a different behavior regarding the boolean configuration parameters "Recursive" and "Include Parent Directories". It could be possible that the value TRUE was used, but the checkboxes in the Pipeline Properties View are not checked.
Both configuration default values are changed to FALSE. Their values will be only changed in case the condition configurationValue != null && "true".equals(configurationValue)
is satisfied.
Check the pipelet configuration in your custom pipelines using the Text Editor and verify the pipelet contains the origin settings if missing:
[...] <configurationValues name="IncludeParentDirectories" value="true"/> <configurationValues name="Recursive" value="true"/> <pipelet href="enfinity:/bc_foundation/pipelets/BrowseDirectory.xml"/> [...]
The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Web site, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.