DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33355>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33355 ------- Additional Comments From [EMAIL PROTECTED] 2005-05-04 01:52 ------- Firstly, could you provide more information - 1) the servlet container you are using and 2) the circumstances you are using the TagUtils's computeURLWithCharEncoding() method - is it using the Struts tags? Whatever the circumstances please provide actual usage examples. Secondly, I tried out the struts-examples and all the links on that page worked fine with url encoding - using Tomcat 5.0.27. Could you try out the <html:link> tags example page and see if you have any problems with the urls generated on that page? I also modified one of the links to the following... <html:link action="/html-link-submit%3Flistid=1"> which created <a href="/struts-examples/exercise/html-link-submit% 3Flistid=1.do;jsessionid=xxxxx"> Tomcat didn't recoginse the encoded "?" (i.e. %3F) you are using - so maybe thats the source of your problem. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
