[Bug 54142] HTTP Proxy Server throws an exception when path contains | character

2013-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54142 Bug 54142 depends on bug 54482, which changed state. Bug 54482 Summary: HC fails to follow redirects with non-encoded chars https://issues.apache.org/bugzilla/show_bug.cgi?id=54482 What|Removed |Added

[Bug 54142] HTTP Proxy Server throws an exception when path contains | character

2013-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54142 --- Comment #20 from Sebb s...@apache.org --- (In reply to Philippe Mouawad from comment #19) Created attachment 30670 [details] Patch for issue fixing unsafe URLs during parsing Patch proposition which escapes IllegalURLCharacters if

[Bug 54142] HTTP Proxy Server throws an exception when path contains | character

2013-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54142 Bug 54142 depends on bug 54482, which changed state. Bug 54482 Summary: HC fails to follow redirects with non-encoded chars https://issues.apache.org/bugzilla/show_bug.cgi?id=54482 What|Removed |Added

[Bug 54142] HTTP Proxy Server throws an exception when path contains | character

2013-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54142 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Status|RESOLVED

[Bug 54142] HTTP Proxy Server throws an exception when path contains | character

2013-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54142 --- Comment #18 from Philippe Mouawad p.moua...@ubik-ingenierie.com --- Date: Thu Apr 11 20:24:48 2013 New Revision: 1467074 URL: http://svn.apache.org/r1467074 Log: Rollback to fix of bugs: 54482- HC fails to follow redirects with

[Bug 54142] HTTP Proxy Server throws an exception when path contains | character

2013-02-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54142 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Status|REOPENED

[Bug 54142] HTTP Proxy Server throws an exception when path contains | character

2013-02-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54142 --- Comment #15 from Philippe Mouawad p.moua...@ubik-ingenierie.com --- Date: Mon Feb 4 22:05:10 2013 New Revision: 1442395 URL: http://svn.apache.org/viewvc?rev=1442395view=rev Log: Bug 54142 - HTTP Proxy Server throws an exception when

[Bug 54142] HTTP Proxy Server throws an exception when path contains | character

2012-12-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54142 --- Comment #13 from Philippe Mouawad p.moua...@ubik-ingenierie.com --- You should try to apply your fix in DefaultSamplerCreator#computePath() method. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 54142] HTTP Proxy Server throws an exception when path contains | character

2012-12-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54142 --- Comment #11 from Marek marek.ruszc...@comarch.pl --- Created attachment 29742 -- https://issues.apache.org/bugzilla/attachment.cgi?id=29742action=edit Corrected patch - double encoding problem Hi, I've noticed that there is problem

[Bug 54142] HTTP Proxy Server throws an exception when path contains | character

2012-12-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54142 --- Comment #12 from Sebb s...@apache.org --- The problem only arises when using the Proxy Server. However the patch affects all usage of the HC4 implementation. I think this is wrong: - we should not mess with existing test plans using

[Bug 54142] HTTP Proxy Server throws an exception when path contains | character

2012-12-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54142 --- Comment #9 from Marek marek.ruszc...@comarch.pl --- Created attachment 29741 -- https://issues.apache.org/bugzilla/attachment.cgi?id=29741action=edit path to fixing the unwise characters problem -- You are receiving this mail

[Bug 54142] HTTP Proxy Server throws an exception when path contains | character

2012-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54142 --- Comment #5 from Marek marek.ruszc...@comarch.pl --- Small update in case if someone else accouter same problem. This issue is not related to JMeter or web application. It is web browser problem. I've encounter this problem when using

[Bug 54142] HTTP Proxy Server throws an exception when path contains | character

2012-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54142 --- Comment #8 from Sebb s...@apache.org --- I can confirm that FireFox fails to encode URLs containing | when entered in the location field. IMO that is a bug in Firefox. However Opera, Chrome and IE do encode the | character when entered

[Bug 54142] HTTP Proxy Server throws an exception when path contains | character

2012-11-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54142 Philippe Mouawad p.moua...@ubik-ingenierie.com changed: What|Removed |Added Status|NEW