You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2011/01/20 09:13:43 UTC

[jira] Created: (FELIX-2793) Plugin request is not detected as html request if context path contains a dot

Plugin request is not detected as html request if context path contains a dot
-----------------------------------------------------------------------------

                 Key: FELIX-2793
                 URL: https://issues.apache.org/jira/browse/FELIX-2793
             Project: Felix
          Issue Type: Bug
          Components: Web Console
    Affects Versions: webconsole-3.1.6
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
             Fix For: webconsole-3.1.8


If the web console is deployed in context path containing a dot like "/my.context/" the isHtmlRequest detection in the WebConsolePluginAdapter fails

I think it should rather be checked if an extension is set - checking if there is a dot after the last slash

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


[jira] Resolved: (FELIX-2793) Plugin request is not detected as html request if context path contains a dot

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

Carsten Ziegeler resolved FELIX-2793.
-------------------------------------

    Resolution: Fixed

Relaxed the check in revision 1061153

> Plugin request is not detected as html request if context path contains a dot
> -----------------------------------------------------------------------------
>
>                 Key: FELIX-2793
>                 URL: https://issues.apache.org/jira/browse/FELIX-2793
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-3.1.6
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: webconsole-3.1.8
>
>
> If the web console is deployed in context path containing a dot like "/my.context/" the isHtmlRequest detection in the WebConsolePluginAdapter fails
> I think it should rather be checked if an extension is set - checking if there is a dot after the last slash

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