You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/09/04 18:23:51 UTC

[DO NOT REPLY: Bug 3413] New: XPathAPI permits garbage expressions

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: xalan-dev@xml.apache.org                                     |
+ |  Reported By: prb@fivesight.com                                            |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ The XPath parser does not complain about an expression of the form:
+ 
+   /foo;;;
+ 
+ or
+   
+   /foo{}}{;
+ 
+ etc.