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

<bean:include> always include Session id (if any) even for external Urls (href 
attribute)





------- Additional Comments From [EMAIL PROTECTED]  2004-11-01 22:47 -------
well that's fairly simple Eddy:
on our site we link to static pages managed externally for header/footer all
static stuff essentially, so I just used a call like this in our JSPs:
<bean:include href="http://external.site/static_page";>
from the tag documentation I expect the above call to generate a call to
"http://external.site/static_page";.
It actually generates a call to
"http://external.site/static_page;jsessionid=<sessionID>" which: 
1. is erroneous according to Struts bean:include tag documentation
2. second has no reason to be as internal session id has no meaning for
(external) remote site !
3. and third causes a failure as the contacted web server simply cannot handle
that call !!

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

Reply via email to