New AppDB bug

Tony Lambregts tony.lambregts at gmail.com
Thu Jul 6 22:16:00 CDT 2006


Chris Morgan wrote:
>> on my test site I have a full fleged bugzilla and moin (wiki) that let
>> me work on the other sites as well. I get an error because of these
>> cookies IE: *Fatal error: type of variable BUGLIST is not recognized.
>>
>> here is the list of cookies that I know about
>> Bugzilla_login
>> MOIN_ID
>> Bugzilla_logincookie
>> BUGLIST
>> LASTORDR
>> whq_appdb
>> DEFAULTFORMAT
>>
>>     
>
> We'll want to update the list in filter to include the the cookies that 
> bugzilla uses.
>
> Note that this override code for particular parameters likely belongs in the 
> filter code because we plan on using the variable prefix to perform all 
> filtering and these parameters do not follow that.  As we are passing all 
> input through the filtering code it makes sense to take care of these 
> exceptions and ensure that they are correctly filtered as well.  The 
> alternative is to modify the code to prefix these variables but that seems 
> excessive.
>
> Chris
>
>   

This is how I solved the cookie problem here. I'm not sure it is even 
going to be an issue with the real web site. This patch is against 
current CVS.  It obviously conflicts with Jonathan's "backward 
compatibility" patch to the same file.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: filterexclude.diff
Type: text/x-patch
Size: 1185 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20060706/5bd43404/filterexclude.diff


More information about the wine-patches mailing list