Patches item #1626519, was opened at 2007-01-03 00:03
Message generated for change (Comment added) made by cito
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=304866&aid=1626519&group_id=4866
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: WebKit
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Veros Kaplan (veros)
Assigned to: Nobody/Anonymous (nobody)
Summary: Servet .serverSidePath fix
Initial Comment:
method Servlet.serverSidePath doesn't work as expected when using parameter with slash (eg. "servlets/TitlePage" )
The method creates cache attribute _serverSidePath which is computed from "path" parameter. And this is the problem, because _serverSidePath shouldn't depend on the parameter.
The problem appeared sometimes between 0.9.1 and 0.9.2
Patch is available on http://veros.koren.cz/patches/webware-servlet.patch
Migrating from 0.8.1 to 0.9.2
----------------------------------------------------------------------
>Comment By: Christoph Zwerschke (cito)
Date: 2007-01-03 01:04
Message:
Logged In: YES
user_id=193957
Originator: NO
Thanks. You're right. I don't know what I was thinking when I commited
revision 5444. I have fixed it in the trunk now.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=304866&aid=1626519&group_id=4866
|