Community
Participate
Working Groups
In GroupFilterMappingItemProvider.getFilterMappingDisplay(), if the filter mapping is based on a servlet name instead of a URL mapping, it is discarded. We should show these filter mappings in the Project Explorer.
I am assigning this to Kaloyan for initial investigation.
Created attachment 187110 [details] Added filtermapping to servlet to show in the DD tree.
Chuck can you review the patch?
approve
Dear PMC members, This bug causes incomplete representation of the Web model in the deployment descriptor tree. Till now the filter mappings that point to servlet were ignored and not shown. There is a workaround to check the web.xml The fix is tested manually. Chuck has reviewed the change. Risk: Low Technical details: The fix actually adds the filter mappings that point to servlet to the list with the mappings that point to URL in the appropriate format.
Committed to R3_2_maintenance for WTP 3.2.3