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

Struts Binary 20030917 doesn't run on Java 1.3





------- Additional Comments From [EMAIL PROTECTED]  2003-09-20 06:15 -------
hehe, you're right, I was doing a search in a hurry using Windows Find and I got
it wrong.

But now I hope I did a proper check using Eclipse. Now, this IDE rules:

Search Java Method "StringBuffer.append(StringBuffer)":

renderBaseElement(String, String, int, String) -
org.apache.struts.taglib.html.BaseTag

protected String renderBaseElement(
        String scheme,
        String serverName,
        int port,
        String uri) {
            
        StringBuffer tag = new StringBuffer("<base href=\"");
       
tag.append(RequestUtils.createServerUriStringBuffer(scheme,serverName,port,uri));

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

Reply via email to