You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2002/09/26 14:58:16 UTC

DO NOT REPLY [Bug 13031] New: - Use regular expression (regex) pattern matching for parsing

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13031>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13031

Use regular expression (regex) pattern matching for parsing

           Summary: Use regular expression (regex) pattern matching for
                    parsing
           Product: Commons
           Version: Nightly Builds
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: HttpClient
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: jsdever@sympatico.ca


Most of the parsing code in HttpClient is custom, and while fast, is potentially
error prone.  The traslation of the rfc BNF into regex would be a large
maintainability improvement.

Java 1.4 has a new regex package, and there are others that could be considered
if a reliance on 1.4 is to be avoided.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>