Greg,

I don't know if it matters, but I noticed that ANONYMOUS doesn't have the 
"ROLE_" prefix in some places in the code.
--------------
http://opencast.jira.com/svn/MH/trunk/modules/matterhorn-common/src/main/java/org/opencastproject/security/api/DefaultOrganization.java
...
  /** Name of the default organization's local admin role */
  public static final String DEFAULT_ORGANIZATION_ADMIN = "ROLE_ADMIN";
  /** Name of the default organization's local anonymous role */
  public static final String DEFAULT_ORGANIZATION_ANONYMOUS = "ANONYMOUS";
------------
http://opencast.jira.com/svn/MH/trunk/etc/security/mh_default_org.xml
...
<sec:intercept-url pattern="/annotation/**" method="GET" 
access="ROLE_ANONYMOUS"/>
<sec:intercept-url pattern="/annotation/**" method="PUT" 
access="ROLE_ANONYMOUS"/>


- Karen

On Jan 16, 2013, at 12:10 PM, Greg Logan (Commented) (JIRA) 
<j...@opencast.jira.com> wrote:

> 
>    [ 
> http://opencast.jira.com/browse/MH-9363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32789#comment-32789
>  ] 
> 
> Greg Logan commented on MH-9363:
> --------------------------------
> 
> After much wailing and gnashing of teeth, I've tracked this down to 
> SpringSecurityConfigurationArtifactInstaller.java:119 hanging indefinitely.  
> I don't see a reason why it's doing this, but that call does not hang on 
> trunk versions prior to 13302, and does after that.  For those retracing my 
> steps, 13300 can be compiled with minor changes (extends Organization, rather 
> than implements Organization) and it works with those minor changes, so it's 
> definitely something in 13302.  I'm going to keep working on it for a bit, 
> but I have to swap out shortly.
> 
>> Default CA build results in a 500 error for all endpoints
>> ---------------------------------------------------------
>> 
>>                Key: MH-9363
>>                URL: http://opencast.jira.com/browse/MH-9363
>>            Project: Matterhorn Project
>>         Issue Type: Bug
>>         Components: Capture (Devices and Software)
>>   Affects Versions: 1.4
>>           Reporter: Greg Logan
>>           Assignee: Greg Logan
>>           Priority: Release Blocker
>>            Fix For: 1.4
>> 
>> 
> 
> 
> --
> This message is automatically generated by JIRA.
> If you think it was sent incorrectly, please contact your JIRA 
> administrators: 
> http://opencast.jira.com/secure/ContactAdministrators!default.jspa
> For more information on JIRA, see: http://www.atlassian.com/software/jira
> 
> 
> _______________________________________________
> Matterhorn mailing list
> Matterhorn@opencastproject.org
> http://lists.opencastproject.org/mailman/listinfo/matterhorn
> 
> 
> To unsubscribe please email
> matterhorn-unsubscr...@opencastproject.org
> _______________________________________________

_______________________________________________
Matterhorn mailing list
Matterhorn@opencastproject.org
http://lists.opencastproject.org/mailman/listinfo/matterhorn


To unsubscribe please email
matterhorn-unsubscr...@opencastproject.org
_______________________________________________

Reply via email to