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=34000>. 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=34000 ------- Additional Comments From [EMAIL PROTECTED] 2005-03-15 04:07 ------- The abstract picture that describes my test (I do not want to write down the original code because it's too long and won't clarify anything more) --test.jsp--------- <script src="<html:rewrite page="/myattachment.js" />"></script> <script src="<html:rewrite page="/myattachment.jsp" />"></script> ------------------- --myattachment.jsp-- some jsp/javascript code -------------------- --my attachment.js-- some text/javascript code -------------------- Expected result : GUIJsGetter should process the first attachment only. The second one should be done by the default servlet (org.apache.struts.action.ActionServlet of Struts 2.3). Actual result : GUIJsGetter has to deal with both the GET's despite I set to work only with *.js, not *.js* Please let me know if I should explain it more detailed. Thanks. -- 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]