[ptt-users] Strange behavior - but where from?

Ernest Semerda ernest at semerda.com
Fri Sep 14 17:32:52 PDT 2007


Hi,

I'm getting strange behavior from TM which hopefully someone can shed some
light / help me out? :)
Here's what has been scripted in TM:

1. I've setup a login to an online secure service.

2. One of the scripts POSTs login details to a URL which is structured like
this to login into the system:
https://www.mydomain.com/loginControl/?%22https://www.mydomain.com/myFriendlyName%22-T

3. After the login, a call is redirected to
https://www.mydomain.com/myFriendlyName

Which should return content and response code 200. However, it doesn't
returning 302 and 0 content length.
After running a debug on jcookie, the RFC2965CookieParser,tailMatch() URL is
returning:
https://www.mydomain.com/myFriendlyName/?%22https://www.mydomain.com/myFriendlyName%22-T
Which is invalid and is dumped by this Novell Access Gateway as a 302
Redirect with 0 byte content weight.

Has anyone seen this before and how do I go about fixing this?
The code is written in jython and ran under T5.

Thanks in advance.
E
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://cake.pushtotest.com/pipermail/users/attachments/20070915/83b4cada/attachment.htm


More information about the Users mailing list