Opened 13 years ago

Closed 13 years ago

#7621 closed Bug (fixed)

ASP.NET: Problem with ProtectedSource

Reported by: Wiktor Walc Owned by:
Priority: Normal Milestone:
Component: General Version: 3.5.2
Keywords: Cc:

Description

Set ProtectedSource in FirstUse.aspx into:

/<\?[\s\S]*?\?>/g
/<%[\s\S]*?%>/g

e.g with:

<CKEditor:CKEditorControl ID="CKEditor1" runat="server" Height="200" ProtectedSource="/&lt;\?[\s\S]*?\?&gt;/g,/<%[\s\S]*?%>/g">
</CKEditor:CKEditorControl>

launch the sample page.

Result:

Unable to cast object of type 'System.Object[]' to type 'System.String[]'

Change History (2)

comment:1 Changed 13 years ago by Wiktor Walc

Status: newconfirmed
Summary: Asp.NET: Poblem with ProtectedSourceASP.NET: Problem with ProtectedSource

comment:2 Changed 13 years ago by Wiktor Walc

Resolution: fixed
Status: confirmedclosed

Fixed by #7590.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy