Bugs item #981318, was opened at 2004-06-28 10:35
Message generated for change (Settings changed) made by jimweaver
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497982&aid=981318&group_id=61302

Category: None
>Group: None
>Status: Deleted
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Not picking up trailing space in link URL

Initial Comment:
Say I have a link on a web such as:

<a id="mylink" href="mylink?param=hello+">text</a>

The "+" symbol is a URL-encoded space character.

When I do clickLink("mylink"), jWebUnit is not picking
up the trailing space, and instead goes to
"mylink?param=hello"

The same occurs when you encode the space in other
ways, e.g.

"mylink?param=hello "
"mylink?param=hello%20"

----------------------------------------------------------------------

Comment By: Jim Weaver (jimweaver)
Date: 2004-09-13 17:24

Message:
Logged In: YES 
user_id=619947

Not a jwebunit problem, I don't believe.  HttpUnit is
manipulating the link and creating the request to the
referenced URL in the href.    Try testing with pure
HttpUnit and post problem on their site.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497982&aid=981318&group_id=61302


-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m
_______________________________________________
Jwebunit-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to