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]  2003-02-20 20:18 -------
I found the problem. :)

The problem is that I can�t get parameters from a html form that has a action 
attribute URL distinct to the URL path of the request in witch want to replace 
it.

Here an example:

If the response from a http request is the following:

<html>
<head></head>
<body>
<form action=�servlet/myJsp� >
        <input type=�hidden� name=�miParam� value=�someValue�>
</form> 
</body>
</html>

And the next request that contains that HTTP Link Parser has the following 
URL path:  /portal4.5/servlet. 
I this context, the �HTTP Link Parser� does not get �miParam� hidden parameter.

You should take into account that I could change the form action using Java 
Script and the problem will be the same. 

If you want to hear some suggestion, I recommend don�t do this type of check. 
What do you think? .

Best Regards.
Paulo

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

Reply via email to