-
Bug
-
Resolution: Fixed
-
P2
-
6u27
-
b32
-
x86
-
windows_xp
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2224073 | 8 | Pavel Porvatov | P2 | Closed | Fixed | b45 |
JDK-8016714 | 7u40 | Pavel Porvatov | P2 | Closed | Fixed | team |
JDK-2224074 | 7u6 | Pavel Porvatov | P2 | Closed | Fixed | b17 |
JDK-2224355 | 6u34 | Vikram Aroskar | P2 | Resolved | Fixed | b01 |
JDK-2224417 | 6u33 | Vikram Aroskar | P2 | Resolved | Fixed | b31 |
Issue Clarification
===================
Other
General description of the problem
Swing HTML Parser does not parse html files which has multiple script tags
on a line.
Compile attached Main.java and run it as:
java Main sample1.html
Sun bug 7011777 reads Parser.parseScript is new from java6 and it may have
issues.
How often has the customer seen the problem?
Always.
How reproducable is the problem?
Parse an HTML file like below with a ParserDelegator object which has an
HTMLParserCallback for events like start, end tag, etc.
Does the customer see the problem in development/staging/production?
They see the problem on the production systems.
system configuration
====================
Full output from java -version
java version "1.6.0_27"
Java(TM) SE Runtime Environment (build 1.6.0_27-b07)
Java HotSpot(TM) Client VM (build 20.2-b06, mixed mode, sharing)
The symptom was seen on 6u31 and 7u3 too.
OS and patch level
Windows XP SP3. Problem happens on Linux too
CPU architecture
X86
other
===================
Other
General description of the problem
Swing HTML Parser does not parse html files which has multiple script tags
on a line.
Compile attached Main.java and run it as:
java Main sample1.html
Sun bug 7011777 reads Parser.parseScript is new from java6 and it may have
issues.
How often has the customer seen the problem?
Always.
How reproducable is the problem?
Parse an HTML file like below with a ParserDelegator object which has an
HTMLParserCallback for events like start, end tag, etc.
Does the customer see the problem in development/staging/production?
They see the problem on the production systems.
system configuration
====================
Full output from java -version
java version "1.6.0_27"
Java(TM) SE Runtime Environment (build 1.6.0_27-b07)
Java HotSpot(TM) Client VM (build 20.2-b06, mixed mode, sharing)
The symptom was seen on 6u31 and 7u3 too.
OS and patch level
Windows XP SP3. Problem happens on Linux too
CPU architecture
X86
other
- backported by
-
JDK-2224355 JAVA6 HTML PARSER CANNOT PARSE MULTIPLE SCRIPT TAGS IN A LINE CORRECTLY
-
- Resolved
-
-
JDK-2224417 JAVA6 HTML PARSER CANNOT PARSE MULTIPLE SCRIPT TAGS IN A LINE CORRECTLY
-
- Resolved
-
-
JDK-2224073 JAVA6 HTML PARSER CANNOT PARSE MULTIPLE SCRIPT TAGS IN A LINE CORRECTLY
-
- Closed
-
-
JDK-2224074 JAVA6 HTML PARSER CANNOT PARSE MULTIPLE SCRIPT TAGS IN A LINE CORRECTLY
-
- Closed
-
-
JDK-8016714 JAVA6 HTML PARSER CANNOT PARSE MULTIPLE SCRIPT TAGS IN A LINE CORRECTLY
-
- Closed
-