cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java

2005-03-01 Thread sebb
sebb2005/03/01 17:32:47 Modified:src/protocol/http/org/apache/jmeter/protocol/http/parser Tag: rel-2_0 HTMLParser.java Log: Add test for frames; add link rel=alternate test Revision ChangesPath No revision No

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java

2004-08-17 Thread sebb
sebb2004/08/17 15:51:59 Modified:src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java Log: Added missing base href test; add more details to assert messages Revision ChangesPath 1.24 +14 -6

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java

2004-03-23 Thread sebb
sebb2004/03/23 19:04:46 Modified:src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java Log: New test case with link and script files Revision ChangesPath 1.23 +8 -2

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java

2004-02-09 Thread sebb
sebb2004/02/09 02:59:27 Modified:src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java Log: Add back original method signature (using a Collection) Revision ChangesPath 1.20 +29 -3

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java

2004-02-08 Thread sebb
sebb2004/02/08 09:28:39 Modified:src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java Log: Check that Collection contains only URLs Revision ChangesPath 1.18 +16 -4

Re: cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java

2004-02-06 Thread Jordi Salvat i Alabart
I was thinking about this, and it's actually a bug in java.net.URL: since the advent of HTTP 1.1, http://foo.bar/index.html will very often be different from http://zutano.mengano/index.html even if both names point to the same IP. So I searched the Java bug parade and found bug#4434494:

Re: cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java

2004-02-06 Thread peter lin
that's an interesting piece of information. I definitely wasn't aware of that. Great job. peter --- Jordi Salvat i Alabart [EMAIL PROTECTED] wrote: I was thinking about this, and it's actually a bug in java.net.URL: since the advent of HTTP 1.1, http://foo.bar/index.html will very often

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java

2004-02-05 Thread jsalvata
jsalvata2004/02/05 16:05:54 Modified:bin/testfiles HTMLParserTestCase.all HTMLParserTestCase.set src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java Log: Added a comment on a potential performance problem... ... and

Re: cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java

2004-02-05 Thread sebb
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 06, 2004 12:05 AM Subject: cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java jsalvata2004/02/05 16:05:54 Modified:bin/testfiles

Re: cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java

2004-02-05 Thread Jordi Salvat i Alabart
En/na [EMAIL PROTECTED] ha escrit: +// TODO: maybe change the API to return URL Strings instead of java.net.URLs? Since the HTTPSampler would need to re-create the URLs in order to use them, perhaps we could use URL.toString() as the hash key, and store the URL as the value?

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java

2004-01-07 Thread sebb
sebb2004/01/07 10:08:27 Modified:src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java Log: Use HTMLParseError instead of Error to alllow use under JDK1.3 TODO - finish JDK1.3 compatibility Revision ChangesPath 1.14

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java

2004-01-07 Thread sebb
sebb2004/01/07 19:02:18 Modified:src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java Log: If LinkedHashSet does not exist, then use HashSet (JDK1.3) Change tests to compare Set retrievals without regard to order Revision

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java

2003-12-15 Thread sebb
sebb2003/12/15 09:42:06 Modified:src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java Log: findFile moved to JMeterTestCase Revision ChangesPath 1.13 +3 -15

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java

2003-12-13 Thread sebb
sebb2003/12/13 08:23:42 Modified:src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java Log: Rename test case so agrees with rest of JMeter; look for file relative to user.dir if not found initially Revision ChangesPath

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java

2003-12-11 Thread jsalvata
jsalvata2003/12/11 16:43:52 Modified:src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java Log: Added tests for Base HRef support. PR: 20875 Revision ChangesPath 1.8 +5 -1

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java

2003-12-11 Thread sebb
sebb2003/12/11 17:45:17 Modified:src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java Log: Rearrange tests to use external files Revision ChangesPath 1.9 +206 -80

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java

2003-12-01 Thread sebb
sebb2003/12/01 08:48:43 Modified:src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java Log: Fix Javadoc warnings Revision ChangesPath 1.7 +3 -3

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java

2003-11-27 Thread sebb
sebb2003/11/27 04:31:54 Modified:src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java Log: Made getParser() synchronized (doh!); added getParser(String) method Revision ChangesPath 1.6 +17 -11

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java

2003-11-26 Thread sebb
sebb2003/11/26 18:55:05 Modified:src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java Log: Use reflection to get Parserinstance, and cache the result; update tests Revision ChangesPath 1.5 +225 -66

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java RegexpHTMLParser.java

2003-11-25 Thread jsalvata
jsalvata2003/11/25 11:39:43 Modified:src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java RegexpHTMLParser.java Log: Decently implement a singleton pattern. Revision ChangesPath 1.2 +11 -3

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java

2003-11-25 Thread sebb
sebb2003/11/25 18:47:42 Modified:src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java Log: Add log message Revision ChangesPath 1.3 +7 -1