DNNCommunity / DNNDocs

The documentation site for the open source Content Management System DNN (formerly DotNetNuke).
https://docs.dnncommunity.org
23 stars 51 forks source link

Telerik removal: delete RadEditorProvider from web.config #660

Closed Timo-Breumelhof closed 2 years ago

Timo-Breumelhof commented 2 years ago

Description of bug

I found this line in an upgraded web.config:

<add name="HtmTemplateFileHandler" verb="*" path="*.htmtemplate" type="DotNetNuke.Providers.RadEditorProvider.HtmTemplateFileHandler, DotNetNuke.RadEditorProvider" preCondition="integratedMode" />

BTW, there's also a RadEditorProvider package zip file in the "ExtensionPackages" folder

Steps to reproduce

List the steps to reproduce the behavior: Check a web.config ;-)

Expected result

This line should be part of the cleanup process IMO

Timo-Breumelhof commented 2 years ago

I also fond an installation that had the Telerik Editor still installed for some reason, I'll add that too.