[Moin-devel] [ moin-Bugs-935683 ] Standalone server bug determining static files
SourceForge.net
noreply at sourceforge.net
Thu Apr 29 10:52:13 EDT 2004
Bugs item #935683, was opened at 2004-04-15 17:01
Message generated for change (Comment added) made by thomaswaldmann
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108482&aid=935683&group_id=8482
Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: A.M. Kuchling (akuchling)
Assigned to: Thomas Waldmann (thomaswaldmann)
Summary: Standalone server bug determining static files
Initial Comment:
The standalone server looks at the filename extension
to determine if a file should be delegated to the
static server.
However, it doesn't chop off the query string,
so if you have a URL such as
/PageName?action=attach&target=overview.gif,
the extension is determined to be .gif and
the static server tries to access PageName?action=... .
See the attached patch for a fix.
----------------------------------------------------------------------
>Comment By: Thomas Waldmann (thomaswaldmann)
Date: 2004-04-29 19:51
Message:
Logged In: YES
user_id=100649
Thanks for the patch.
The fix will be in arch soon (and also in 1.2.2).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108482&aid=935683&group_id=8482
More information about the Moin-devel
mailing list