[Webware-devel] [ webware-Bugs-636699 ] includeURL and paths

2002-11-11 Thread noreply
Bugs item #636699, was opened at 2002-11-11 09:39 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104866&aid=636699&group_id=4866 Category: WebKit Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anony

[Webware-devel] _actionSet superfluous in new-style actions?

2002-11-11 Thread Tripp Lilley
I don't want to make this change until I'm sure I know it won't break anything :) I believe that, in this code, the check if self._actionSet().hasKey(action) is superfluous: # Check for actions for action in self.actions(): if req.hasField(

Re: [Webware-devel] _actionSet superfluous in new-style actions?

2002-11-11 Thread Ian Bicking
On Tue, 2002-11-12 at 00:02, Tripp Lilley wrote: > > I don't want to make this change until I'm sure I know it won't break > anything :) > > I believe that, in this code, the check if > self._actionSet().hasKey(action) is superfluous: > > # Check for actions > for act