On Nov 15, 11:12 pm, Måns <[email protected]> wrote:
> Hi TwWebWizards
>
> I made a little TW-app (*not* HTML) for messages meant for
> inclusion... @mailbox.
> I depends on the ability to evaluate parameters - so I set
> evaluateMacroParameters = "full" in a systemConfig tiddler
> [[zzMailBoxConfig]]...
Looks like there may be a bug somewhere in your stuff.
This url:
http://mama.tiddlyspace.com/
is running code which is generating requests to the server that start
like this:
GET /bags/bauwebijl)*Mail%20*(@bauwebijl)*Mail%20*(@bauwebijl)*Mail
%20*(@bauwebijl)*Mail%20*(@bauwebijl)*Mail%20*(@bauwebijl)*Mail
%20*(@bauwebijl)*Mail%20*(@bauwebijl)*Mail%20*(@bauwebijl)*Mail
%20*(@bauwebijl)*Mail%20*(@bauwebijl)*Mail%20*(@bauwebijl)*Mail
%20*(@bauwebijl)*Mail%20
*(@bauwebijl)*Mail%20*(@bauwebijl)*Mail%20*(@bauwebijl)*Mail
%20*(@bauwebijl)*Mail%20*(@bauwebijl)*Mail%20*(@bauwebijl)*Mail
%20*(@bauwebijl)
and go on for several _thousand_ more characters.
This is the result of an exponential process of similar URIs being
requested, looking like the above, each subsequent one getting bigger
and bigger until the server declares that the URI is too long.
Effectively the code is doing the equivalent of fork-bombing the
server, so please fix it :)
If its not fixed soon and it starts having a significant impact on
server performance I'll have to go in and remove the offending tiddler
myself.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.