[OpenSTA-devel] https problem related to %7B (Vikram Bartakke)
Brought to you by:
dansut
|
From: Jerome D. <jd...@tr...> - 2007-02-18 00:14:30
|
Hi,
> I was trying to use openSTA 1.4.3.20. I came across a problem that
> whenever I try to record and playback https traffice, I get page not
> found error. When I read the documentation, I realised that the
> openSTA modeller sends a special request to Gateway to handle all
> HTTPS requests. It does so by http://{ and "{" corresponds to the
> value "%7b"; however in IE 6, that value "%7b" gets somehow translated
> as "%7B" which is not recognizable from gateway.
As far as I know, a lot of us are using MS-IE 6 in HTTPS mode withous any
problem.
> After reading a further more about this problem on mailing
> archives, I found that gwhttp.hpp is the file where such declaration
> is done and it needed to be changed to "%7B" in order to make it work
> in IE 6. However in order to build the openSTA completely I need
> "CODEMAX 2.1.0.24" which I am not able to find anywhere. I even tried
> to search for http://groups.yahoo.com/group/codemax/ but could not
> locate the yahoo group.
You're right about the part of code that translates the URL.
But the code make case insensitive comparison.
I think your problem lies somewhere else.
> If anyone can help me find this peice of utility, that would be
> highly appreciated. Or, if anyone has already done so then I am
> willing to get the executable that has the fix for %7B.
Anyway, if we plan to release in few weeks a debug version of OpenSTA,
hoping it will
make easier for people like you to fix bugs or provide enhancements.
Cheers,
Jerome Delamarche
|