SP2 + Security Patch + Firefox Postbacks (post KB914782)
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Microsoft Content Management Server > SP2 + Security Patch + Firefox Postbacks (post KB914782)




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    SP2 + Security Patch + Firefox Postbacks (post KB914782)  
stevekgoodwin


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-13-07 12:15 PM

I've installed SP2, the recent security patch and KB913400, KB914782,
KB913554, KB923755 (installed in that order) and Firefox postbacks
aren't working.

The version of Microsoft.ContentManagement.WebControls.dll is
5.0.5113.0 which is later than that mentioned in
http://support.microsoft.com/default.aspx?id=914782 (5.0.5104.0) which
addresses the issue (this issue does not manifest in an unpatched sp1a
environment).

The issue I see is Firefox postbacks fails on the
__CMS_PostbackForm.action = __CMS_CurrentUrl line with
"__CMS_PostbackForm is not defined":

<!-- Generated by Microsoft.ContentManagement.WebControls.Console to
reset form.action -->
<SCRIPT type="text/javascript">
<!--

var __CMS_PostbackFormBeenReset = false;

function __cmsRestFormAction()
{
if ( !__CMS_PostbackFormBeenReset )
{
// set form postback Url to be current translated CMS Url
__CMS_PostbackForm.action = __CMS_CurrentUrl;
}
}


Any hints?






[ Post a follow-up to this message ]



    Re: SP2 + Security Patch + Firefox Postbacks (post KB914782)  
Stefan Goßner [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-14-07 06:16 PM

Hi Steve,

please open a support case for this.
Might be a regression for this hotfix.

Cheers,
Stefan


"stevekgoodwin" <stevekgoodwin@gmail.com> wrote in message
news:1176449014.674642.45470@n59g2000hsh.googlegroups.com...
> I've installed SP2, the recent security patch and KB913400, KB914782,
> KB913554, KB923755 (installed in that order) and Firefox postbacks
> aren't working.
>
> The version of Microsoft.ContentManagement.WebControls.dll is
> 5.0.5113.0 which is later than that mentioned in
> http://support.microsoft.com/default.aspx?id=914782 (5.0.5104.0) which
> addresses the issue (this issue does not manifest in an unpatched sp1a
> environment).
>
> The issue I see is Firefox postbacks fails on the
> __CMS_PostbackForm.action = __CMS_CurrentUrl line with
> "__CMS_PostbackForm is not defined":
>
> <!-- Generated by Microsoft.ContentManagement.WebControls.Console to
> reset form.action -->
> <SCRIPT type="text/javascript">
> <!--
>
>    var __CMS_PostbackFormBeenReset = false;
>
>    function __cmsRestFormAction()
>    {
>        if ( !__CMS_PostbackFormBeenReset )
>        {
>            // set form postback Url to be current translated CMS Url
>            __CMS_PostbackForm.action = __CMS_CurrentUrl;
>        }
>    }
>
>
> Any hints?
>







[ Post a follow-up to this message ]



    Re: SP2 + Security Patch + Firefox Postbacks (post KB914782)  
stevekgoodwin


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-23-07 12:17 PM

I've a support case opened for this issue, it was definitely
introduced by SP2, not MS07-018. No resolution from MS yet.  I have
implemented a workaround which has let us install SP2 + the security
patch into production.  I diffed the code between SP1a and SP2, and it
looks like a bug in Microsoft.ContentManagement.WebControls.dll (the
start/end blocks of javascript are injected under different
conditions), but that's just my conjecture at the moment.

WORKAROUND: Save these two lines into a file called SP2Workaround.js

__CMS_PostbackForm =3D document.forms['Form'];
__CMS_CurrentUrl =3D location.href

And include this page on all pages:

<script language=3D"JavaScript" type=3D"text/JavaScript" src=3D"/includes/
SP2Workaround.js"></script>


Steve.

On Apr 15, 12:10 am, "Stefan Go=DFner [MSFT]"
<stef...@online.microsoft.com> wrote:
> Hi Steve,
>
> please open a support case for this.
> Might be a regression for this hotfix.
>
> Cheers,
> Stefan
>
> "stevekgoodwin" <stevekgood...@gmail.com> wrote in message
>
> news:1176449014.674642.45470@n59g2000hsh.googlegroups.com...
>
>
> 
> 
> 
> 
> 
> 
> 
>
> - Show quoted text -







[ Post a follow-up to this message ]



    Re: SP2 + Security Patch + Firefox Postbacks (post KB914782)  
Stefan Goßner [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-23-07 06:19 PM

Hi Steve,

there is a post SP2 hotfix for this:
http://support.microsoft.com/default.aspx?id=914782

I assumed you already installed this before installing the security fix.

Cheers,
Stefan


"stevekgoodwin" <stevekgoodwin@gmail.com> wrote in message
news:1177320792.040405.142740@e65g2000hsc.googlegroups.com...
I've a support case opened for this issue, it was definitely
introduced by SP2, not MS07-018. No resolution from MS yet.  I have
implemented a workaround which has let us install SP2 + the security
patch into production.  I diffed the code between SP1a and SP2, and it
looks like a bug in Microsoft.ContentManagement.WebControls.dll (the
start/end blocks of javascript are injected under different
conditions), but that's just my conjecture at the moment.

WORKAROUND: Save these two lines into a file called SP2Workaround.js

__CMS_PostbackForm = document.forms['Form'];
__CMS_CurrentUrl = location.href

And include this page on all pages:

<script language="JavaScript" type="text/JavaScript" src="/includes/
SP2Workaround.js"></script>


Steve.

On Apr 15, 12:10 am, "Stefan Goßner [MSFT]"
<stef...@online.microsoft.com> wrote:
> Hi Steve,
>
> please open a support case for this.
> Might be a regression for this hotfix.
>
> Cheers,
> Stefan
>
> "stevekgoodwin" <stevekgood...@gmail.com> wrote in message
>
> news:1176449014.674642.45470@n59g2000hsh.googlegroups.com...
>
>
> 
> 
> 
> 
> 
> 
> 
>
> - Show quoted text -








[ Post a follow-up to this message ]



    Re: SP2 + Security Patch + Firefox Postbacks (post KB914782)  
stevekgoodwin


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-24-07 12:19 AM

Yep, hotfix 914782 is installed.

On Apr 24, 12:06 am, "Stefan Go=DFner [MSFT]"
<stef...@online.microsoft.com> wrote:
> Hi Steve,
>
> there is a post SP2 hotfix for this:http://support.microsoft.com/default.=
aspx?id=3D914782
>
> I assumed you already installed this before installing the security fix.
>
> Cheers,
> Stefan
>
> "stevekgoodwin" <stevekgood...@gmail.com> wrote in message
>
> news:1177320792.040405.142740@e65g2000hsc.googlegroups.com...
> I've a support case opened for this issue, it was definitely
> introduced by SP2, not MS07-018. No resolution from MS yet.  I have
> implemented a workaround which has let us install SP2 + the security
> patch into production.  I diffed the code between SP1a and SP2, and it
> looks like a bug in Microsoft.ContentManagement.WebControls.dll (the
> start/end blocks of javascript are injected under different
> conditions), but that's just my conjecture at the moment.
>
> WORKAROUND: Save these two lines into a file called SP2Workaround.js
>
> __CMS_PostbackForm =3D document.forms['Form'];
> __CMS_CurrentUrl =3D location.href
>
> And include this page on all pages:
>
> <script language=3D"JavaScript" type=3D"text/JavaScript" src=3D"/includes/
> SP2Workaround.js"></script>
>
> Steve.
>
> On Apr 15, 12:10 am, "Stefan Go=DFner [MSFT]"
>
>
>
> <stef...@online.microsoft.com> wrote: 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>
> - Show quoted text -







[ Post a follow-up to this message ]



    Re: SP2 + Security Patch + Firefox Postbacks (post KB914782)  
Stefan Goßner [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-24-07 12:18 PM

Hi Steve,

this is the fix that fixes the problem for SP2.
If the problem reoccurs after installing the security fix the problem is
related to the security fix and not to SP2.

Cheers,
Stefan

"stevekgoodwin" <stevekgoodwin@gmail.com> wrote in message
news:1177369982.275927.207080@p77g2000hsh.googlegroups.com...
Yep, hotfix 914782 is installed.

On Apr 24, 12:06 am, "Stefan Goßner [MSFT]"
<stef...@online.microsoft.com> wrote:
> Hi Steve,
>
> there is a post SP2 hotfix for
> this:http://support.microsoft.com/default.aspx?id=914782
>
> I assumed you already installed this before installing the security fix.
>
> Cheers,
> Stefan
>
> "stevekgoodwin" <stevekgood...@gmail.com> wrote in message
>
> news:1177320792.040405.142740@e65g2000hsc.googlegroups.com...
> I've a support case opened for this issue, it was definitely
> introduced by SP2, not MS07-018. No resolution from MS yet.  I have
> implemented a workaround which has let us install SP2 + the security
> patch into production.  I diffed the code between SP1a and SP2, and it
> looks like a bug in Microsoft.ContentManagement.WebControls.dll (the
> start/end blocks of javascript are injected under different
> conditions), but that's just my conjecture at the moment.
>
> WORKAROUND: Save these two lines into a file called SP2Workaround.js
>
> __CMS_PostbackForm = document.forms['Form'];
> __CMS_CurrentUrl = location.href
>
> And include this page on all pages:
>
> <script language="JavaScript" type="text/JavaScript" src="/includes/
> SP2Workaround.js"></script>
>
> Steve.
>
> On Apr 15, 12:10 am, "Stefan Goßner [MSFT]"
>
>
>
> <stef...@online.microsoft.com> wrote: 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>
> - Show quoted text -








[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 05:52 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register