-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: 7.1.10 DXP FP4, 7.1.10.1 SP1, 7.1.2 CE GA3, 7.1.X, Master
-
Component/s: Core Infrastructure
-
Branch Version/s:7.1.x
-
Backported to Branch:Committed
-
Git Pull Request:
Steps to reproduce:
1) Enable debug and set break point in PluginContextListener.contextInitialized()
2) Run WabDirTest
Expected: You should not see a folder named "test-portlet' in tomcat-9.0.10/webapps and the break point only be hit once.
Actual: You will see a folder named "test-portlet" in tomcat-9.0.10/webapps, and break point will be hit twice by different threads with same servlet context name "test-portlet".