Prior fix did not correct issue when using FwSync.
Made the check for DisableEditServiceWrite to be ahead of the check for MessagePost.aspx. When DisableEditServiceWrite is false in flexwiki.config FwSync (or any other tool) should always work. Check for MessagePost.aspx will only happen if DisableEditServiceWrite is set to true.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1602893
Originator: YES
Build 2.0.0.205 (SVN r947) Added a variable to hold the length of the URL where required in EditServiceImplementation.WriteAllowed()
Logged In: YES
user_id=1602893
Originator: YES
Prior fix did not correct issue when using FwSync.
Made the check for DisableEditServiceWrite to be ahead of the check for MessagePost.aspx. When DisableEditServiceWrite is false in flexwiki.config FwSync (or any other tool) should always work. Check for MessagePost.aspx will only happen if DisableEditServiceWrite is set to true.
Logged In: YES
user_id=1602893
Originator: YES
Build 2.0.0.209 (SVN r955) Properly implemented the url length check (WikiTalk and C# are not a good mix).