Actions
Bug #3057
closedThe field "skinconfigs" in the MetacatUtil class is public
Start date:
01/10/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3057
Description
The field "skinconfigs" in the MetacatUtil class is public, exposing it to uncontrolled access. The fix would be:
1) Make it private
2) Create setter and getter methods
3) Create a 'hasSkinConfig' method
and then modify the current usages in MetacatServlet (1 chg) and DBTransform (2 chgs).
Related issues
Updated by Chris Barteau almost 17 years ago
Made changes to DBTrasform.java, MetacatUtil.java, and MetaCatServlet.java.
Actions