PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3413 *** shadow/3413 Tue Sep 4 09:23:51 2001 --- shadow/3413.tmp.24244 Tue Sep 4 09:23:51 2001 *************** *** 0 **** --- 1,25 ---- + +============================================================================+ + | XPathAPI permits garbage expressions | + +----------------------------------------------------------------------------+ + | Bug #: 3413 Product: XalanJ2 | + | Status: NEW Version: 2.2.x | + | Resolution: Platform: PC | + | Severity: Normal OS/Version: Windows NT/2K | + | Priority: Other Component: org.apache.xpath | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + The XPath parser does not complain about an expression of the form: + + /foo;;; + + or + + /foo{}}{; + + etc.
