You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2009/04/28 11:37:30 UTC

[jira] Created: (FELIX-1061) [PATCH] webconsole silently ignores bundles which have no Bundle-SymbolicName header

[PATCH] webconsole silently ignores bundles which have no Bundle-SymbolicName header
------------------------------------------------------------------------------------

                 Key: FELIX-1061
                 URL: https://issues.apache.org/jira/browse/FELIX-1061
             Project: Felix
          Issue Type: Bug
          Components: Web Console
            Reporter: Bertrand Delacretaz
            Priority: Minor


Trying to install a bundle which has no Bundle-SymbolicName header silently fails with the current console, there no error report in the log or in the web browser.

Other exceptions during bundle installation are also invisible from the console web interface, they are only logged.

With the attached patch, exceptions during bundle installation cause a 500 HTTP status and exception report in the web browser, and the InstallAction throws an IOException if a bundle has no Bundle-SymbolicName.

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


[jira] Updated: (FELIX-1061) [PATCH] webconsole silently ignores bundles which have no Bundle-SymbolicName header

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

Carsten Ziegeler updated FELIX-1061:
------------------------------------

    Remaining Estimate: 0h
     Original Estimate: 0h

Hi Bertrand, I've applied your patch in revision: 769372. Please cross check and close this bug.

Thanks!

> [PATCH] webconsole silently ignores bundles which have no Bundle-SymbolicName header
> ------------------------------------------------------------------------------------
>
>                 Key: FELIX-1061
>                 URL: https://issues.apache.org/jira/browse/FELIX-1061
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>            Reporter: Bertrand Delacretaz
>            Assignee: Carsten Ziegeler
>            Priority: Minor
>         Attachments: FELIX-1061.patch
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> Trying to install a bundle which has no Bundle-SymbolicName header silently fails with the current console, there no error report in the log or in the web browser.
> Other exceptions during bundle installation are also invisible from the console web interface, they are only logged.
> With the attached patch, exceptions during bundle installation cause a 500 HTTP status and exception report in the web browser, and the InstallAction throws an IOException if a bundle has no Bundle-SymbolicName.

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


[jira] Assigned: (FELIX-1061) [PATCH] webconsole silently ignores bundles which have no Bundle-SymbolicName header

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

Carsten Ziegeler reassigned FELIX-1061:
---------------------------------------

    Assignee: Carsten Ziegeler

> [PATCH] webconsole silently ignores bundles which have no Bundle-SymbolicName header
> ------------------------------------------------------------------------------------
>
>                 Key: FELIX-1061
>                 URL: https://issues.apache.org/jira/browse/FELIX-1061
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>            Reporter: Bertrand Delacretaz
>            Assignee: Carsten Ziegeler
>            Priority: Minor
>         Attachments: FELIX-1061.patch
>
>
> Trying to install a bundle which has no Bundle-SymbolicName header silently fails with the current console, there no error report in the log or in the web browser.
> Other exceptions during bundle installation are also invisible from the console web interface, they are only logged.
> With the attached patch, exceptions during bundle installation cause a 500 HTTP status and exception report in the web browser, and the InstallAction throws an IOException if a bundle has no Bundle-SymbolicName.

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


[jira] Updated: (FELIX-1061) [PATCH] webconsole silently ignores bundles which have no Bundle-SymbolicName header

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

Bertrand Delacretaz updated FELIX-1061:
---------------------------------------

    Attachment: FELIX-1061.patch

> [PATCH] webconsole silently ignores bundles which have no Bundle-SymbolicName header
> ------------------------------------------------------------------------------------
>
>                 Key: FELIX-1061
>                 URL: https://issues.apache.org/jira/browse/FELIX-1061
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>            Reporter: Bertrand Delacretaz
>            Priority: Minor
>         Attachments: FELIX-1061.patch
>
>
> Trying to install a bundle which has no Bundle-SymbolicName header silently fails with the current console, there no error report in the log or in the web browser.
> Other exceptions during bundle installation are also invisible from the console web interface, they are only logged.
> With the attached patch, exceptions during bundle installation cause a 500 HTTP status and exception report in the web browser, and the InstallAction throws an IOException if a bundle has no Bundle-SymbolicName.

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


[jira] Commented: (FELIX-1061) [PATCH] webconsole silently ignores bundles which have no Bundle-SymbolicName header

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708018#action_12708018 ] 

Felix Meschberger commented on FELIX-1061:
------------------------------------------

Created FELIX-1141 regarding the general problem of providing feeback on executed operations

> [PATCH] webconsole silently ignores bundles which have no Bundle-SymbolicName header
> ------------------------------------------------------------------------------------
>
>                 Key: FELIX-1061
>                 URL: https://issues.apache.org/jira/browse/FELIX-1061
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-1.2.8
>            Reporter: Bertrand Delacretaz
>            Assignee: Carsten Ziegeler
>            Priority: Minor
>             Fix For: webconsole-1.2.10
>
>         Attachments: FELIX-1061.patch
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> Trying to install a bundle which has no Bundle-SymbolicName header silently fails with the current console, there no error report in the log or in the web browser.
> Other exceptions during bundle installation are also invisible from the console web interface, they are only logged.
> With the attached patch, exceptions during bundle installation cause a 500 HTTP status and exception report in the web browser, and the InstallAction throws an IOException if a bundle has no Bundle-SymbolicName.

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


[jira] Updated: (FELIX-1061) [PATCH] webconsole silently ignores bundles which have no Bundle-SymbolicName header

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

Carsten Ziegeler updated FELIX-1061:
------------------------------------

    Affects Version/s: webconsole-1.2.8
        Fix Version/s: webconsole-1.2.10

> [PATCH] webconsole silently ignores bundles which have no Bundle-SymbolicName header
> ------------------------------------------------------------------------------------
>
>                 Key: FELIX-1061
>                 URL: https://issues.apache.org/jira/browse/FELIX-1061
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-1.2.8
>            Reporter: Bertrand Delacretaz
>            Assignee: Carsten Ziegeler
>            Priority: Minor
>             Fix For: webconsole-1.2.10
>
>         Attachments: FELIX-1061.patch
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> Trying to install a bundle which has no Bundle-SymbolicName header silently fails with the current console, there no error report in the log or in the web browser.
> Other exceptions during bundle installation are also invisible from the console web interface, they are only logged.
> With the attached patch, exceptions during bundle installation cause a 500 HTTP status and exception report in the web browser, and the InstallAction throws an IOException if a bundle has no Bundle-SymbolicName.

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


[jira] Commented: (FELIX-1061) [PATCH] webconsole silently ignores bundles which have no Bundle-SymbolicName header

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707911#action_12707911 ] 

Felix Meschberger commented on FELIX-1061:
------------------------------------------

I don't like this patch because it throws a 500 excetion into the face of the user. I agree, that we should enhance the user response to installation and update requests, but sending a 500 is IMHO not the correct way to do it.

I agree, that we should at least log the situation.

> [PATCH] webconsole silently ignores bundles which have no Bundle-SymbolicName header
> ------------------------------------------------------------------------------------
>
>                 Key: FELIX-1061
>                 URL: https://issues.apache.org/jira/browse/FELIX-1061
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-1.2.8
>            Reporter: Bertrand Delacretaz
>            Assignee: Carsten Ziegeler
>            Priority: Minor
>             Fix For: webconsole-1.2.10
>
>         Attachments: FELIX-1061.patch
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> Trying to install a bundle which has no Bundle-SymbolicName header silently fails with the current console, there no error report in the log or in the web browser.
> Other exceptions during bundle installation are also invisible from the console web interface, they are only logged.
> With the attached patch, exceptions during bundle installation cause a 500 HTTP status and exception report in the web browser, and the InstallAction throws an IOException if a bundle has no Bundle-SymbolicName.

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


[jira] Closed: (FELIX-1061) [PATCH] webconsole silently ignores bundles which have no Bundle-SymbolicName header

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

Carsten Ziegeler closed FELIX-1061.
-----------------------------------

    Resolution: Fixed

> [PATCH] webconsole silently ignores bundles which have no Bundle-SymbolicName header
> ------------------------------------------------------------------------------------
>
>                 Key: FELIX-1061
>                 URL: https://issues.apache.org/jira/browse/FELIX-1061
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-1.2.8
>            Reporter: Bertrand Delacretaz
>            Assignee: Carsten Ziegeler
>            Priority: Minor
>             Fix For: webconsole-1.2.10
>
>         Attachments: FELIX-1061.patch
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> Trying to install a bundle which has no Bundle-SymbolicName header silently fails with the current console, there no error report in the log or in the web browser.
> Other exceptions during bundle installation are also invisible from the console web interface, they are only logged.
> With the attached patch, exceptions during bundle installation cause a 500 HTTP status and exception report in the web browser, and the InstallAction throws an IOException if a bundle has no Bundle-SymbolicName.

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