Bug 97351

Summary: Wrong class name "com.arsdigita.cms.ui.authoring.PreConvertHTML" in com/arsdigita/mimetypes/converters/PreConvertHTML.java
Product: [Retired] Red Hat Web Application Framework Reporter: Branimir Dolicki <bdolicki>
Component: otherAssignee: ccm-bugs-list
Status: CLOSED NOTABUG QA Contact: Jon Orris <jorris>
Severity: medium Docs Contact:
Priority: medium    
Version: nightly   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-06-16 15:36:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Branimir Dolicki 2003-06-13 15:16:57 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225

Description of problem:
In com/arsdigita/mimetypes/converters/PreConvertHTML.java there is this line
which is obviously wrong:

    public static final String TYPE =
        "com.arsdigita.cms.ui.authoring.PreConvertHTML";


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
.

Additional info:

Comment 1 Richard Li 2003-06-13 15:20:42 UTC
IIRC this is deliberate for backwards-compatibility reasons since the type is
stored in the database. -> NEEDINFO for me to confirm.