You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "James Holmes (JIRA)" <ji...@apache.org> on 2007/09/17 16:00:46 UTC

[jira] Resolved: (WW-2188) Incompatible API Change in Component.java

     [ https://issues.apache.org/struts/browse/WW-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Holmes resolved WW-2188.
------------------------------

    Resolution: Fixed

Thanks for the patch! I was already in the middle of fixing this issue when you sent it in. Our change is the same.

Fixed in SVN revision 576442.

> Incompatible API Change in Component.java
> -----------------------------------------
>
>                 Key: WW-2188
>                 URL: https://issues.apache.org/struts/browse/WW-2188
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.0.10
>            Reporter: Piero Sartini
>            Assignee: James Holmes
>             Fix For: 2.0.11
>
>         Attachments: ww-2188.patch
>
>
> There was an incompatible API change in
> org.apache.struts2.components.Component
> The determineActionURL method has 2 new parameters which were not present in 
> 2.0.9 and are passed to UrlHelper.java:
> boolean forceAddSchemeHostAndPort, boolean escapeAmp
> It should be safe to call with 
> forceAddSchemeHostAndPort=false, escapeAmp=true 
> (That is what UrlHelper.java does when these params are missing ..)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.