@@ -61,7 +61,7 @@ private static enum AttributeType { STRING, BASE64, URL, UTF8 }
61
61
private List <String > exceptions = Arrays .asList (new String [] {
62
62
"description: :A big sailing fan." ,
63
63
"cn;lang-ja:: 5bCP56yg5Y6fIO.ODreODieODi+ODvA==" ,
64
- "url:< http ://java.sun.com/j2se/1.3/docs/guide/collections/designfaq.html#28"
64
+ "url:< https ://java.sun.com/j2se/1.3/docs/guide/collections/designfaq.html#28"
65
65
});
66
66
67
67
/**
@@ -92,8 +92,8 @@ public static Collection<Object[]> data() {
92
92
{ "cn;lang-ja:: 5bCP56yg5Y6fIO.ODreODieODi+ODvA==" , "cn" , ";lang-ja" , "5bCP56yg5Y6fIO.ODreODieODi+ODvA==" , AttributeType .BASE64 },
93
93
94
94
//Url
95
- { "url:< http ://www.oracle.com/" , "url" , "" , "http ://www.oracle.com/" , AttributeType .URL },
96
- { "url:< http ://java.sun.com/j2se/1.3/docs/guide/collections/designfaq.html" , "url" , "" , "http ://java.sun.com/j2se/1.3/docs/guide/collections/designfaq.html" , AttributeType .URL },
95
+ { "url:< https ://www.oracle.com/" , "url" , "" , "https ://www.oracle.com/" , AttributeType .URL },
96
+ { "url:< https ://java.sun.com/j2se/1.3/docs/guide/collections/designfaq.html" , "url" , "" , "https ://java.sun.com/j2se/1.3/docs/guide/collections/designfaq.html" , AttributeType .URL },
97
97
{
"url:< ftp://kbarlow:[email protected] /rfc/rfc1808.txt" ,
"url" ,
"" ,
"ftp://kbarlow:[email protected] /rfc/rfc1808.txt" ,
AttributeType .
URL },
98
98
{ "url;option:< ftp://ftp.is.co.za:2100/rfc/rfc1808.txt;type=a" , "url" , ";option" , "ftp://ftp.is.co.za:2100/rfc/rfc1808.txt;type=a" , AttributeType .URL },
99
99
{
"url:< telnet://[email protected] /" ,
"url" ,
"" ,
"telnet://[email protected] /" ,
AttributeType .
URL },
@@ -105,7 +105,7 @@ public static Collection<Object[]> data() {
105
105
{ "url:< prospero://host.dom:1525//pros/name;key=value" , "url" , "" , "prospero://host.dom:1525//pros/name;key=value" , AttributeType .URL },
106
106
{ "url:< nntp://news.cs.hut.fi/alt.html/239157" , "url" , "" , "nntp://news.cs.hut.fi/alt.html/239157" , AttributeType .URL },
107
107
{ "url:< wais://vega.lib.ncsu.edu/alawon.src?nren" , "url" , "" , "wais://vega.lib.ncsu.edu/alawon.src?nren" , AttributeType .URL },
108
- { "url:< http ://java.sun.com/j2se/1.3/docs/guide/collections/designfaq.html#28" , "url" , "" , "http ://java.sun.com/j2se/1.3/docs/guide/collections/designfaq.html#28" , AttributeType .URL },
108
+ { "url:< https ://java.sun.com/j2se/1.3/docs/guide/collections/designfaq.html#28" , "url" , "" , "https ://java.sun.com/j2se/1.3/docs/guide/collections/designfaq.html#28" , AttributeType .URL },
109
109
110
110
//UTF8
111
111
{ "company: Østfold Akershus" , "company" , "" , "Østfold Akershus" , AttributeType .STRING }
0 commit comments