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

Greg Huber commented on WW-3928:
--------------------------------

yes, sorry 2.3.7. 

StrutsTilesRequestContext.java

line 80 looks suspect: || include.endsWith(".jsp")) which has been removed.

80      if (include.endsWith(mask)) {            if (include.endsWith(mask) || 
include.endsWith(".jsp")) {

http://svn.apache.org/viewvc/struts/struts2/tags/STRUTS_2_3_7/plugins/tiles/src/main/java/org/apache/struts2/tiles/StrutsTilesRequestContext.java?r1=1381887&r2=651946&diff_format=h

Will copy the source and do some debugging.

Cheers Greg
                
> JSp pages only show on port 8080 after upgrade to 2.3.7
> -------------------------------------------------------
>
>                 Key: WW-3928
>                 URL: https://issues.apache.org/jira/browse/WW-3928
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions
>    Affects Versions: 2.3.7
>         Environment: centos/toncat
>            Reporter: Greg Huber
>            Priority: Minor
>             Fix For: 2.3.8
>
>
> Hello,
> I have just upgraded my production environment to 2.3.7 and now the jsp pages 
> only show the html, rather than the compiled page.  If I add the port to the 
> end of the URL they show correctly,  ie http://www.someplace.com:8080.  I 
> have checked the release notes but could not find any information relating to 
> this.  Maybe there is a configuration change needed to make this version work 
> which needs documenting.
> Cheers Greg

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to