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=17441>.
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=17441

Problem with FilterChains





------- Additional Comments From [EMAIL PROTECTED]  2003-02-27 07:14 -------
I have found the problem: the \".
If I modify my testcase it will be shown:

Add to Testdata
    private String url = "  \"  http://ant.apache.org/  \"  "; // The \" is 
more difficult!

Add to expected result
    private String url = "  \"  http://ant.apache.org/  \"  "; 

(both directly unter the other ant.apache-line.)


BTW I saw, that I hadn�t changed the method name in the TestSuite while 
adapting. Should be named "testStipJavaComments" not "testLineContains". :-)

I modified the StripJavaComments class by inserting a isMasked-flag. Now it 
works for me. I attach the modified class.

------- Additional Comments From [EMAIL PROTECTED]  2003-02-27 07:14 -------
Created an attachment (id=5065)
Modified source of StripJavaComments.java

Reply via email to