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:36:36 UTC

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

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

jholmes edited comment on WW-2188 at 9/17/07 7:35 AM:
-----------------------------------------------------------

Thanks for catching that Antonio. I simply overlooked it.

Fixed in SVN revision 576454.

      was (Author: jholmes):
    Thanks for catching that Antonio. I simply overlooked it.
  
> 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.