Changeset 329

Show
Ignore:
Timestamp:
2007-05-28 17:59:34 (20 months ago)
Author:
alfonsoml
Message:

Fix for #414, if Trace was enabled in web.config for an asp.net 2 app then the connectors did fail.

Location:
FCKeditor/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/filemanager/browser/default/connectors/aspx/connector.aspx

    r132 r329  
    1 <%@ Page language="c#" Inherits="FredCK.FCKeditorV2.FileBrowserConnector" AutoEventWireup="false" %> 
     1<%@ Page language="c#" Trace="false" Inherits="FredCK.FCKeditorV2.FileBrowserConnector" AutoEventWireup="false" %> 
    22<%-- 
    33 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 
  • FCKeditor/trunk/editor/filemanager/upload/aspx/upload.aspx

    r132 r329  
    1 <%@ Page language="c#" Inherits="FredCK.FCKeditorV2.Uploader" AutoEventWireup="false" %> 
     1<%@ Page language="c#" Trace="false" Inherits="FredCK.FCKeditorV2.Uploader" AutoEventWireup="false" %> 
    22<%-- 
    33 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 
  • FCKeditor/trunk/_whatsnew.html

    r328 r329  
    107107                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/493">#493</a>] If the containing 
    108108                        form had a button named "submit" the "Save" command didn't work in Firefox.</li> 
     109                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/414">#414</a>] If tracing was  
     110                globally enabled in Asp.net 2 then the Asp.Net connector did fail.</li> 
    109111        </ul> 
    110112        <h3>