Revision 1.36 of WebRequestSource introduced a bug
Brought to you by:
russgold
The update made to WebRequestSource.java in support of
hrefs with CR/LFs in them has broken a use case where
the URL intentionally contains whitespace, such as this
one:
<a href="javascript:addNewProperty(new TreeNode('A
Repository/3', 0, 'article'));">Foo</a>
Logged In: YES
user_id=37920
I have similar URLs in ScriptingTest.java. And the change
you mention was made nearly six months ago. Have you tried
it with the latest release? If it still fails, can you send
me a self-contained test case that I can run?