Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_jdk
提交
3421a727
D
dragonwell8_jdk
项目概览
openanolis
/
dragonwell8_jdk
通知
4
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8_jdk
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
3421a727
编写于
6月 12, 2008
作者:
C
chegar
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
6630348: Invalid html tags (extra double quote)
Summary: Remove extra quote Reviewed-by: michaelm
上级
25b41df7
变更
4
显示空白变更内容
内联
并排
Showing
4 changed file
with
5 addition
and
5 deletion
+5
-5
src/share/classes/java/net/CookieHandler.java
src/share/classes/java/net/CookieHandler.java
+1
-1
src/share/classes/java/net/ResponseCache.java
src/share/classes/java/net/ResponseCache.java
+1
-1
src/share/classes/java/net/URI.java
src/share/classes/java/net/URI.java
+2
-2
src/share/classes/java/net/URL.java
src/share/classes/java/net/URL.java
+1
-1
未找到文件。
src/share/classes/java/net/CookieHandler.java
浏览文件 @
3421a727
...
@@ -43,7 +43,7 @@ import sun.security.util.SecurityConstants;
...
@@ -43,7 +43,7 @@ import sun.security.util.SecurityConstants;
* CookieHandler.getDefault().
* CookieHandler.getDefault().
*
*
* For more information on HTTP state management, see <a
* For more information on HTTP state management, see <a
* href="http://www.ietf.org/rfc/rfc2965.txt"
"
><i>RFC 2965: HTTP
* href="http://www.ietf.org/rfc/rfc2965.txt"><i>RFC 2965: HTTP
* State Management Mechanism</i></a>
* State Management Mechanism</i></a>
*
*
* @author Yingxian Wang
* @author Yingxian Wang
...
...
src/share/classes/java/net/ResponseCache.java
浏览文件 @
3421a727
...
@@ -52,7 +52,7 @@ import sun.security.util.SecurityConstants;
...
@@ -52,7 +52,7 @@ import sun.security.util.SecurityConstants;
* protocol is allowed to use a cached response.
* protocol is allowed to use a cached response.
*
*
* For more information on HTTP caching, see <a
* For more information on HTTP caching, see <a
* href="http://www.ietf.org/rfc/rfc2616.txt"
"
><i>RFC 2616: Hypertext
* href="http://www.ietf.org/rfc/rfc2616.txt"><i>RFC 2616: Hypertext
* Transfer Protocol -- HTTP/1.1</i></a>
* Transfer Protocol -- HTTP/1.1</i></a>
*
*
* @author Yingxian Wang
* @author Yingxian Wang
...
...
src/share/classes/java/net/URI.java
浏览文件 @
3421a727
...
@@ -49,7 +49,7 @@ import java.lang.NullPointerException; // for javadoc
...
@@ -49,7 +49,7 @@ import java.lang.NullPointerException; // for javadoc
*
*
* <p> Aside from some minor deviations noted below, an instance of this
* <p> Aside from some minor deviations noted below, an instance of this
* class represents a URI reference as defined by
* class represents a URI reference as defined by
* <a href="http://www.ietf.org/rfc/rfc2396.txt"
"
><i>RFC 2396: Uniform
* <a href="http://www.ietf.org/rfc/rfc2396.txt"><i>RFC 2396: Uniform
* Resource Identifiers (URI): Generic Syntax</i></a>, amended by <a
* Resource Identifiers (URI): Generic Syntax</i></a>, amended by <a
* href="http://www.ietf.org/rfc/rfc2732.txt"><i>RFC 2732: Format for
* href="http://www.ietf.org/rfc/rfc2732.txt"><i>RFC 2732: Format for
* Literal IPv6 Addresses in URLs</i></a>. The Literal IPv6 address format
* Literal IPv6 Addresses in URLs</i></a>. The Literal IPv6 address format
...
@@ -461,7 +461,7 @@ import java.lang.NullPointerException; // for javadoc
...
@@ -461,7 +461,7 @@ import java.lang.NullPointerException; // for javadoc
* transformation format of ISO 10646</i></a>, <br><a
* transformation format of ISO 10646</i></a>, <br><a
* href="http://www.ietf.org/rfc/rfc2373.txt"><i>RFC 2373: IPv6 Addressing
* href="http://www.ietf.org/rfc/rfc2373.txt"><i>RFC 2373: IPv6 Addressing
* Architecture</i></a>, <br><a
* Architecture</i></a>, <br><a
* href="http://www.ietf.org/rfc/rfc2396.txt"
"
><i>RFC 2396: Uniform
* href="http://www.ietf.org/rfc/rfc2396.txt"><i>RFC 2396: Uniform
* Resource Identifiers (URI): Generic Syntax</i></a>, <br><a
* Resource Identifiers (URI): Generic Syntax</i></a>, <br><a
* href="http://www.ietf.org/rfc/rfc2732.txt"><i>RFC 2732: Format for
* href="http://www.ietf.org/rfc/rfc2732.txt"><i>RFC 2732: Format for
* Literal IPv6 Addresses in URLs</i></a>, <br><a
* Literal IPv6 Addresses in URLs</i></a>, <br><a
...
...
src/share/classes/java/net/URL.java
浏览文件 @
3421a727
...
@@ -66,7 +66,7 @@ import sun.security.util.SecurityConstants;
...
@@ -66,7 +66,7 @@ import sun.security.util.SecurityConstants;
* </pre></blockquote>
* </pre></blockquote>
* <p>
* <p>
* The syntax of <code>URL</code> is defined by <a
* The syntax of <code>URL</code> is defined by <a
* href="http://www.ietf.org/rfc/rfc2396.txt"
"
><i>RFC 2396: Uniform
* href="http://www.ietf.org/rfc/rfc2396.txt"><i>RFC 2396: Uniform
* Resource Identifiers (URI): Generic Syntax</i></a>, amended by <a
* Resource Identifiers (URI): Generic Syntax</i></a>, amended by <a
* href="http://www.ietf.org/rfc/rfc2732.txt"><i>RFC 2732: Format for
* href="http://www.ietf.org/rfc/rfc2732.txt"><i>RFC 2732: Format for
* Literal IPv6 Addresses in URLs</i></a>. The Literal IPv6 address format
* Literal IPv6 Addresses in URLs</i></a>. The Literal IPv6 address format
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录