[Seaside] Protecting URLs

John Toohey jt at parspro.com
Wed Nov 23 20:18:24 UTC 2011


In my session component I added this :-

initialize
	|f|
	super initialize.
	f := WAProtectionFilter new.
	self addFilter: f.

I had to upload my image to my remote servers to test the filter, but
not all I get is a Forbidden message whenever anyone tries to login.
Is there more that I need to do to use this filter?


On Wed, Nov 23, 2011 at 12:42, John Toohey <jt at parspro.com> wrote:
> Do I need to do anything besides configure my app with that filter?
> Not finding much help on Google searching for it.
>
> On Wed, Nov 23, 2011 at 12:28, Boris Popov, DeepCove Labs
> <boris at deepcovelabs.com> wrote:
>> WAProtectionFilter
>>
>> -Boris
>>
>>
>> -----Original Message-----
>> From: seaside-bounces at lists.squeakfoundation.org [mailto:seaside-bounces at lists.squeakfoundation.org] On Behalf Of John Toohey
>> Sent: Wednesday, November 23, 2011 12:27 PM
>> To: Seaside - general discussion
>> Subject: [Seaside] Protecting URLs
>>
>> I'm wondering if there is a filter available that can check if a session parameters was created from the same IP as the incoming request? I'm trying to address the emailing of URLs by my users, and having them dropped into a running session. Would using SSL be a better solution?
>>
>> Wondering what others are doing to prevent this.
>>
>> --
>> ~JT
>> _______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>
>> _______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>
>>
>
>
>
> --
> ~JT
>



-- 
~JT


More information about the seaside mailing list