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

HTML Link Parser seems not work properly.





------- Additional Comments From [EMAIL PROTECTED]  2004-01-07 23:16 -------
OK I am using v 1.9.1 from source and and for me the HTML Link Parser is  
still not working properly. 
 
I have just received a legacy app where the developer is posting forms  
        and the form also sends a querystring up to the server. 
        i.e.  
                <form action="dosummat.asp?aqry=1" action="POST"> 
                        <input type="text" value="aval" name="txt1"/> 
                        <input type="submit" /> 
                </form> 
 
        My dosummat.asp page needs both aqry and aval and aqry is a key 
        generated by the database 
        (Bloody ASP developers eh ;-)) 
         
        I am using Java 1.4.2 and I have modified HtmlParser.java  
        so the calls to the setPath method on the 
        HttpSampler url object to simply accept parsedUrlString. 
         
        e.g. url.setPath(parsedUrlString) ; 
 
        This gives me the functionality I require. 
 
        However another bug has appeared here. 
        The final else that uses 
        the Url object does not convert my regex of .* to my former path. 
        so the above form fails with 
                 
                http://10.0.0.1/.* 
         
        but the form below form will work. 
 
                <form action="/dosummat.asp?aqry=1" action="POST"> 
                        <input type="text" value="aval" name="txt1"/> 
                        <input type="submit" /> 
                </form> 
         
         
        I have made all the mods to get this as I want it but it is not  
        integrated into the GUI as an option. 
        IE change the radio buttons GET or POST to checkboxes GET and POST. 
         
Should I leave it there or does somebody want to see the code. 
 
Regs 
 
Anton

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to