[
https://issues.apache.org/jira/browse/WW-4236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13807834#comment-13807834
]
Greg Huber commented on WW-4236:
--------------------------------
Hello,
I was testing the new DMI stuff :) in
org.apache.struts2.dispatcher.mapper.DefaultActionMapper and it would not
compile as the method was missing. Line #254.
Maybe the trunk is out of sync with the release....I thought the trunk should
be left in a workable state.
public ActionMapping getMapping(HttpServletRequest request,
ConfigurationManager configManager) {
ActionMapping mapping = new ActionMapping();
String uri = RequestUtils.getUri(request);
...
}
Cheers Greg.
> org.apache.struts2.RequestUtils.getUri(request);
> ------------------------------------------------
>
> Key: WW-4236
> URL: https://issues.apache.org/jira/browse/WW-4236
> Project: Struts 2
> Issue Type: Bug
> Components: Core Actions
> Affects Versions: 2.3.15.3
> Environment: Tomcat
> Reporter: Greg Huber
> Assignee: Lukasz Lenart
> Priority: Minor
> Attachments: RequestUitls.png
>
>
> Hello,
> Checking this class from the latest distro it does not seem to have this
> method? See attached png.
> Cheers Greg
--
This message was sent by Atlassian JIRA
(v6.1#6144)