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

[jira] Commented: (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_42211 ] 

Antonio Petrelli commented on WW-2188:
--------------------------------------

Just a question, James: why did not you deprecate the old method?

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