[ 
https://issues.apache.org/struts/browse/WW-2791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45196#action_45196
 ] 

James Holmes commented on WW-2791:
----------------------------------

Hey Scott, I haven't discovered anything. I'm just going through and trying to 
clean up the Jira tickets in the "Unscheduled" queue. Because this appeared to 
be a bug, I assigned it to Struts 2.1.3. It has to be assigned somewhere other 
than Unscheduled. If we want to delay this to another release, just change the 
target release to Future or another specific release.

> rest or codebehind is adding a trailing space to URL
> ----------------------------------------------------
>
>                 Key: WW-2791
>                 URL: https://issues.apache.org/struts/browse/WW-2791
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - REST
>            Reporter: Scott Stanlick
>             Fix For: 2.1.3
>
>         Attachments: poll.jar
>
>
> I created a web application similar to the struts2-rest-showcase-2.1.2.war.  
> The context root was "poll" and when I made a request for the URL 
> http://localhost:8080/pollsystem/poll, the controller method was being 
> executed and my list was returned.  However, the URL had been reconstructed 
> to include a trailing slash http://localhost:8080/pollsystem/.  This was 
> resulting in broken links on the page as in:
> http://localhost:8080/pollsystem/poll/poll/3
> After hours of researching the problem, I discovered that I had a folder 
> named poll that I had originally created to contain my web pages.  This 
> folder was at the same level as WEB-INF.  After removing this folder, the 
> trailing slash was gone!
> I added an empty folder named orders to the struts2-rest-showcase-2.1.2.war 
> application and it started to fail for the same reason. 

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

Reply via email to