-
Bug
-
Resolution: Not an Issue
-
P3
-
7
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2206343 | 7u2 | Joe Wang | P3 | Closed | Not an Issue |
The W3C issue http://www.w3.org/Bugs/Public/show_bug.cgi?id=4016 states that Regex patterns beginning with "(?" are invalid.
Attached schema has the regex pattern "^a (?#xxx) (?#yyy) {3}c" that should be invalid for schema compiler but the regex is valid
Attached schema has the regex pattern "^a (?#xxx) (?#yyy) {3}c" that should be invalid for schema compiler but the regex is valid
- backported by
-
JDK-2206343 Regex patterns beginning with "(?"
- Closed