Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Roger 195 posts 474 karma points
    Feb 12, 2014 @ 15:29
    Roger
    0

    Error after logging out member

    Hi all,

    I have a control on the front end of my site that allows logged in members to update content. This all works fine.
    At the top of my page I have a login status control that allows the member to logout.

    My page contains 2 textareas that use ckeditor. These textareas are populated with content that the member can edit.

    When the member logs out from this page, I get the following error:

    A potentially dangerous Request.Form value was detected from the client (ctl00$ctl00$ctl00$ContentPlaceHolderDefault$mainContent$UpdateContent_3$txtShortDescription="<p>hello world!!!</p...").


    Any ideas as to why this is happening and a possible solution?

    Using Umbraco 6.1.6

    Thanks

  • Charles Afford 1163 posts 1709 karma points
    Feb 13, 2014 @ 22:40
    Charles Afford
    0

    Yes.  Are you hooking in to the umbraco pipeline?  Are you saving data to a umbraco property value?

    This is happening becuase you are trying to save data that contains script tags and this is being interpruted as an attack :)

    Charlie.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies