Upgrading Apache Felix Declarative Services to version 1.4.0 makes some 
services a.o. authenticating filter inactive
--------------------------------------------------------------------------------------------------------------------

                 Key: CLEREZZA-80
                 URL: https://issues.apache.org/jira/browse/CLEREZZA-80
             Project: Clerezza
          Issue Type: Improvement
            Reporter: Hasan


launch platform
scr list would show

-> scr list
   Id   State          Name
[   0] [active       ] org.apache.clerezza.platform.security.PermissionManager
[   1] [active       ] 
org.apache.clerezza.platform.security.auth.AuthenticatingFilter
...
[  39] [active       ] 
org.apache.clerezza.platform.scripting.ScriptGeneratedResourceTypeHandler
...
[  40] [active       ] 
org.apache.clerezza.platform.security.auth.basic.BasicAuthentication
[  41] [active       ] 
org.apache.clerezza.platform.security.auth.cookie.CookieAuthentication

List bundles with ps would show
-> ps     
START LEVEL 5
   ID   State         Level  Name
[   0] [Active     ] [    0] System Bundle (1.4.1)
...
[   9] [Active     ] [    2] Apache Felix Declarative Services (1.0.6)

-> update 9 
http://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.scr/1.4.0/org.apache.felix.scr-1.4.0.jar

-> shutdown

restart platform

-> ps
START LEVEL 5
   ID   State         Level  Name
[   0] [Active     ] [    0] System Bundle (1.4.1)
...
[   9] [Active     ] [    2] Apache Felix Declarative Services (1.4.0)

-> scr list
   Id   State          Name
[   0] [active       ] org.apache.clerezza.platform.security.PermissionManager
[   1] [registered   ] 
org.apache.clerezza.platform.security.auth.AuthenticatingFilter
...
[  39] [registered   ] 
org.apache.clerezza.platform.scripting.ScriptGeneratedResourceTypeHandler
...
[  40] [registered   ] 
org.apache.clerezza.platform.security.auth.basic.BasicAuthentication
[  41] [registered   ] 
org.apache.clerezza.platform.security.auth.cookie.CookieAuthentication

AuthenticatingFilter is necessary to request user to login if no credentials 
are submitted or if they are invalid

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

Reply via email to