NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Stu on February 09, 2017, 03:47:59 PM

Title: Nettalk 9.19, change to MakeErrorPacket?
Post by: Stu on February 09, 2017, 03:47:59 PM
Hi Bruce/Folks,

Was on 9.16 before upgrading, so this may have happened in 17, 18 or 19.

My embed for making a custom 404 page was orphaned after the upgrade.

Can't find anything in the version history docs (although that could be me missing something) on it.

Was there a change, or did something wierd go on my end?

Have put it back to the MakeErrorPacket embed and going on okay.
Title: Re: Nettalk 9.19, change to MakeErrorPacket?
Post by: Bruce on February 13, 2017, 05:04:13 AM
That can happen if a prototype for the method changes.
Unfortunately clarion does not offer a way to detect it other than just checking the embed tree in WebHandler.

Cheers
Bruce
Title: Re: Nettalk 9.19, change to MakeErrorPacket?
Post by: Stu on February 13, 2017, 03:41:15 PM
Yup cool. So was there a change?
Title: Re: Nettalk 9.19, change to MakeErrorPacket?
Post by: Bruce on February 16, 2017, 06:08:02 AM
yes, there was an addition to allow support for an Authentication request in the header of the error packet when the site supports BASIC or DIGEST authentication.

cheers
Bruce