You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2008/01/17 17:55:34 UTC

[jira] Created: (SLING-173) SlingRequestPathInfo fails to parse extension in some cases

SlingRequestPathInfo fails to parse extension in some cases
-----------------------------------------------------------

                 Key: SLING-173
                 URL: https://issues.apache.org/jira/browse/SLING-173
             Project: Sling
          Issue Type: Bug
          Components: Core
            Reporter: Bertrand Delacretaz


For example in this case:

  ResourceMetadata.RESOLUTION_PATH = "/ujax-tests"
  requestPath = "/ujax-tests/12005879509741.json"

The extension is null instead of being .json.

The MicroslingRequestPathInfoTest class from the the microsling-core project might help in fixing this.



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


[jira] Resolved: (SLING-173) SlingRequestPathInfo fails to parse extension in some cases

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

Bertrand Delacretaz resolved SLING-173.
---------------------------------------

    Resolution: Fixed

Fixed in revision 613182

> SlingRequestPathInfo fails to parse extension in some cases
> -----------------------------------------------------------
>
>                 Key: SLING-173
>                 URL: https://issues.apache.org/jira/browse/SLING-173
>             Project: Sling
>          Issue Type: Bug
>          Components: Core
>            Reporter: Bertrand Delacretaz
>
> For example in this case:
>   ResourceMetadata.RESOLUTION_PATH = "/ujax-tests"
>   requestPath = "/ujax-tests/12005879509741.json"
> The extension is null instead of being .json.
> The MicroslingRequestPathInfoTest class from the the microsling-core project might help in fixing this.

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