You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Rolf Schumacher (JIRA)" <ji...@apache.org> on 2009/12/23 12:37:29 UTC

[jira] Created: (JSPWIKI-621) check last fileseparator on config page

check last fileseparator on config page
---------------------------------------

                 Key: JSPWIKI-621
                 URL: https://issues.apache.org/jira/browse/JSPWIKI-621
             Project: JSPWiki
          Issue Type: Improvement
          Components: Default template
    Affects Versions: 2.8.3
         Environment: any
            Reporter: Rolf Schumacher
            Priority: Minor


what I did:
configure a new installation by the installation jsp that pops up if you access a JSPWiki the first time.

what I expected:
that I can enter the base URL as http://localhost:8080/JSPWiki and get JSPWiki running, even if a last fileseparator is needed for creating WEB-INF/jspwiki.properties.

what I got:
Main.txt was displayed, but if I try to access e.g. SandBox.txt the software tries to access http://localhost:8080/JSPWikiWiki.jsp?page=SandBox. The fileseparator between JSPWiki and Wiki.jsp is missing.

workaround:
Fix the missing fileseparator in jspwiki.properties manually: jspwiki.baseURL=http://localhost:8080/JSPWiki/


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


[jira] Resolved: (JSPWIKI-621) check last fileseparator on config page

Posted by "Harry Metske (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Harry Metske resolved JSPWIKI-621.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.8.4

Fixed in 2.8.4-svn-6

> check last fileseparator on config page
> ---------------------------------------
>
>                 Key: JSPWIKI-621
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-621
>             Project: JSPWiki
>          Issue Type: Improvement
>          Components: Default template
>    Affects Versions: 2.8.3
>         Environment: any
>            Reporter: Rolf Schumacher
>            Assignee: Harry Metske
>            Priority: Minor
>             Fix For: 2.8.4
>
>
> what I did:
> configure a new installation by the installation jsp that pops up if you access a JSPWiki the first time.
> what I expected:
> that I can enter the base URL as http://localhost:8080/JSPWiki and get JSPWiki running, even if a last fileseparator is needed for creating WEB-INF/jspwiki.properties.
> what I got:
> Main.txt was displayed, but if I try to access e.g. SandBox.txt the software tries to access http://localhost:8080/JSPWikiWiki.jsp?page=SandBox. The fileseparator between JSPWiki and Wiki.jsp is missing.
> workaround:
> Fix the missing fileseparator in jspwiki.properties manually: jspwiki.baseURL=http://localhost:8080/JSPWiki/

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