New Message: Re: Cannot render because of #security

webmaster at userland.com webmaster at userland.com
Wed Apr 23 17:55:08 PDT 2003


A new message was posted:

Address: http://frontier.userland.com/discuss/msgReader$11729

By: Eric Soroos (eric-ul at soroos.net)

This line explains it:
temp.pageTableAddresses = pta^.requestHeaders;

If you look at html.setPageTableAddress, the page table pointer is
temp.pageTableAddresses.[threadId] = @pta

So every time through your security script, you clobber all of the other threads page tables. If no other thread clobbers this request, it will work since html.buildObject sets up the page table for this request later. So if you're only trying one hit at a time for dubbing, you'll never trigger this error.

Take that line out and everything should be good.

eric

This is a Manila site.. http://manila.userland.com/.




More information about the Frontier-Server mailing list