W3C CVS

CVS log for 2002/css-validator/org/w3c/css/util/HTTPURL.java

[BACK] Up to [Public] / 2002 / css-validator / org / w3c / css / util

Request diff between arbitrary revisions


Default branch: 1

Revision 1.19 / (download) - annotate - [select for diffs] , Mon Aug 6 15:08:29 2007 UTC (13 months ago) by julien
CVS Tags: validator_release, HEAD
Changes since 1.18: +2 -3 lines
Diff to previous 1.18 (colored)
removing a useless operation
int port = url.getPort();
since port wasn't used

Revision 1.18 / (download) - annotate - [select for diffs] , Wed Sep 14 15:15:32 2005 UTC (2 years, 11 months ago) by ylafon
CVS Tags: soap12_release
Changes since 1.17: +18 -18 lines
Diff to previous 1.17 (colored)
From Jean-Guilhem Rouel (again!)
Reformatting of code
Fix for bug 774 [1] (even more warnings)
Fix for bug 768 [2]
Modification of the soap output format (each warning list and error list has
the URI it refers to)


[1] http://www.w3.org/Bugs/Public/show_bug.cgi?id=774
[2] http://www.w3.org/Bugs/Public/show_bug.cgi?id=768

Revision 1.17 / (download) - annotate - [select for diffs] , Tue Sep 6 15:03:06 2005 UTC (3 years ago) by ylafon
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)
Relaxed a bit the Accept header to cope with
an Apache bug related to conneg and PHP.
If things are served with an unsupported content-type, the
validator will reject it anyway.

Revision 1.16 / (download) - annotate - [select for diffs] , Mon Aug 29 12:00:42 2005 UTC (3 years ago) by ylafon
Changes since 1.15: +8 -4 lines
Diff to previous 1.15 (colored)
Use the MimeType class to avoid issues with case and parameters

Revision 1.15 / (download) - annotate - [select for diffs] , Mon Aug 8 13:19:46 2005 UTC (3 years, 1 month ago) by ylafon
Changes since 1.14: +8 -2 lines
Diff to previous 1.14 (colored)
All those changed made by Jean-Guilhem Rouel:

Huge patch, imports fixed (automatic)
Bug fixed: 372, 920, 778, 287, 696, 764, 233
Partial bug fix for 289

Issue with "inherit" in CSS2.
The validator now checks the number of values (extraneous values were previously ignored)

Revision 1.14 / (download) - annotate - [select for diffs] , Fri Jul 22 09:45:18 2005 UTC (3 years, 1 month ago) by ylafon
Changes since 1.13: +6 -5 lines
Diff to previous 1.13 (colored)
Added code for error Handling (Jean-Guilhem Rouel)

Revision 1.13 / (download) - annotate - [select for diffs] , Fri Mar 18 08:37:59 2005 UTC (3 years, 5 months ago) by ot
Changes since 1.12: +12 -2 lines
Diff to previous 1.12 (colored)
The previous patch might have been too lax - adding back a test for http
(or https - see http://www.w3.org/Bugs/Public/show_bug.cgi?id=148 ) scheme,
which should get us rid of the risk for file:// URIs to be accessible...
(thanks bjoern!)

Revision 1.12 / (download) - annotate - [select for diffs] , Fri Mar 18 08:19:23 2005 UTC (3 years, 5 months ago) by ot
Changes since 1.11: +2 -11 lines
Diff to previous 1.11 (colored)
removing port restriction considered useless/harmful

Revision 1.11 / (download) - annotate - [select for diffs] , Fri Jan 9 15:57:46 2004 UTC (4 years, 7 months ago) by ylafon
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)
added no-store to the Cache-Control (just in case)

Revision 1.10 / (download) - annotate - [select for diffs] , Wed Jan 7 14:21:26 2004 UTC (4 years, 8 months ago) by ylafon
Changes since 1.9: +16 -8 lines
Diff to previous 1.9 (colored)
code reformatting

Revision 1.9 / (download) - annotate - [select for diffs] , Wed Jan 7 09:58:15 2004 UTC (4 years, 8 months ago) by ylafon
Changes since 1.8: +26 -19 lines
Diff to previous 1.8 (colored)
protection from infinite redirect was planned but not used. Now in use...

Revision 1.8 / (download) - annotate - [select for diffs] , Wed Sep 18 19:36:29 2002 UTC (5 years, 11 months ago) by plehegar
CVS Tags: version-20030828, actual_feb_2003
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)
reoops

Revision 1.7 / (download) - annotate - [select for diffs] , Wed Sep 18 19:31:26 2002 UTC (5 years, 11 months ago) by plehegar
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)
oops

Revision 1.6 / (download) - annotate - [select for diffs] , Wed Sep 18 19:06:47 2002 UTC (5 years, 11 months ago) by plehegar
Changes since 1.5: +15 -8 lines
Diff to previous 1.5 (colored)
Fix security report

Revision 1.5 / (download) - annotate - [select for diffs] , Mon Jul 22 12:51:47 2002 UTC (6 years, 1 month ago) by sijtsche
Changes since 1.4: +13 -13 lines
Diff to previous 1.4 (colored)
MIME type in accept header fixed

Revision 1.4 / (download) - annotate - [select for diffs] , Fri Jul 12 20:36:07 2002 UTC (6 years, 1 month ago) by plehegar
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored)
s/System.out/System.err/

Revision 1.3 / (download) - annotate - [select for diffs] , Sun May 19 01:04:56 2002 UTC (6 years, 3 months ago) by plehegar
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)
Added application/xhtml+xml

Revision 1.2 / (download) - annotate - [select for diffs] , Mon Apr 8 21:19:15 2002 UTC (6 years, 5 months ago) by plehegar
Changes since 1.1: +18 -9 lines
Diff to previous 1.1 (colored)
New

Revision 1.1 / (download) - annotate - [select for diffs] , Wed Mar 13 19:56:54 2002 UTC (6 years, 5 months ago) by plehegar
CVS Tags: original_march_2002
Diff
New

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a 

Sort log by:

Webmaster