Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.6
-
Component/s: Tool Integrations
-
Labels:None
-
Environment:any
Description
user could potential input invalid <component-family> inside <renderer> element.
<renderer>
<component-family>com.icesoft.faces.ApplyEffectFamily</component-family>
<renderer-type>com.icesoft.faces.ApplyEffectRenderer</renderer-type>
</renderer>
It results null for TagName. We need to restrict the checking and reporting user error in the generator.
<renderer>
<component-family>com.icesoft.faces.ApplyEffectFamily</component-family>
<renderer-type>com.icesoft.faces.ApplyEffectRenderer</renderer-type>
</renderer>
It results null for TagName. We need to restrict the checking and reporting user error in the generator.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #13377 | Fri Mar 09 14:25:04 MST 2007 | frank.ye | Fix for |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/custom/uiseries-renderer.xml
MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/java/com/icesoft/metadata/generators/TagLibraryGenerator.java |