http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2077 *** shadow/2077 Fri Jun 8 08:31:32 2001 --- shadow/2077.tmp.20727 Fri Jun 8 08:31:32 2001 *************** *** 0 **** --- 1,27 ---- + +============================================================================+ + | info.pattern.getPattern() method always return null. | + +----------------------------------------------------------------------------+ + | Bug #: 2077 Product: ORO | + | Status: NEW Version: 2.0.1 | + | Resolution: Platform: All | + | Severity: Normal OS/Version: All | + | Priority: Other Component: Main | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + info.pattern.getPattern() method always return null. I checked the source code( + MatchActionProcessor.java), the info.pattern is never assigned a value. + + so I add line : + + info.pattern = pattern; + + in the processMatches(InputStream input, OutputStream output) method and fixed + the problem. + + Haiying \ No newline at end of file
