RE: [flexcoders] Re: Framework Caching Affecting Security Settings?

2009-03-13 Thread Yves Riel
Don't know if I'm the only one but I cannot access that page!?



From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Alex Harui
Sent: Friday, March 13, 2009 1:03 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Framework Caching Affecting Security
Settings?



Vote for this bug: https://bugs.adobe.com/jira/browse/SDK-16050.

Alex Harui

Flex SDK Developer

Adobe Systems Inc. http://www.adobe.com/ 

Blog: http://blogs.adobe.com/aharui http://blogs.adobe.com/aharui 

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of jedierikb
Sent: Wednesday, March 11, 2009 8:11 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Framework Caching Affecting Security Settings?

[Hello. New to the list. Found you from a google search for a bug I've
encountered. Looks like I've found the right people!]

I have encountered this same bug and wonder if there was ever a
resolution?

As a work around, I have removed every bit of security enabled code
(no javascript to actionscript calls) from my home-rolled rsl libraries.

Is there a way to build the SWC/SWFs or link to them or some
crossdomain.xml trickery which can properly solve this problem?

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, Jamie S jsjph...@... wrote:

 Does Framework Caching affect the security settings?
 
 I was banging my head against a wall because my app was throwing
 security violations all over the place when an outside swf ( or
 JavaScript ) tried to access the main app. I was using
 Security.allowDomain(*) but it was being ignored completely. I
 turned framework caching off and everything worked again.
 
 What is the connection? How can I use framework caching and still keep
 my security settings intact?
 
 Jamie





[flexcoders] Re: Framework Caching Affecting Security Settings?

2009-03-13 Thread valdhor
Works for me. Have you signed up for an account?

Oh, one other thing. Check the URL in the address bar. Does it have a period 
(.) at the end? If so, remove it.


--- In flexcoders@yahoogroups.com, Yves Riel r...@... wrote:

 Don't know if I'm the only one but I cannot access that page!?
 
 
 
 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
 Behalf Of Alex Harui
 Sent: Friday, March 13, 2009 1:03 AM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Re: Framework Caching Affecting Security
 Settings?
 
 
 
 Vote for this bug: https://bugs.adobe.com/jira/browse/SDK-16050.
 
 Alex Harui
 
 Flex SDK Developer
 
 Adobe Systems Inc. http://www.adobe.com/ 
 
 Blog: http://blogs.adobe.com/aharui http://blogs.adobe.com/aharui 
 
 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
 Behalf Of jedierikb
 Sent: Wednesday, March 11, 2009 8:11 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Framework Caching Affecting Security Settings?
 
 [Hello. New to the list. Found you from a google search for a bug I've
 encountered. Looks like I've found the right people!]
 
 I have encountered this same bug and wonder if there was ever a
 resolution?
 
 As a work around, I have removed every bit of security enabled code
 (no javascript to actionscript calls) from my home-rolled rsl libraries.
 
 Is there a way to build the SWC/SWFs or link to them or some
 crossdomain.xml trickery which can properly solve this problem?
 
 --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 , Jamie S jsjphoto@ wrote:
 
  Does Framework Caching affect the security settings?
  
  I was banging my head against a wall because my app was throwing
  security violations all over the place when an outside swf ( or
  JavaScript ) tried to access the main app. I was using
  Security.allowDomain(*) but it was being ignored completely. I
  turned framework caching off and everything worked again.
  
  What is the connection? How can I use framework caching and still keep
  my security settings intact?
  
  Jamie
 





Re: [flexcoders] Re: Framework Caching Affecting Security Settings?

2009-03-13 Thread Jamie S
I can't see it either. Because it's related to security I think you
need some sort of higher level account to see it. When I filed the bug
I got a notice that it would be obscured for this reason.

Jamie

On Fri, Mar 13, 2009 at 6:08 AM, valdhor valdhorli...@embarqmail.com wrote:
 Works for me. Have you signed up for an account?

 Oh, one other thing. Check the URL in the address bar. Does it have a period
 (.) at the end? If so, remove it.

 --- In flexcoders@yahoogroups.com, Yves Riel r...@... wrote:

 Don't know if I'm the only one but I cannot access that page!?

 

 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
 Behalf Of Alex Harui
 Sent: Friday, March 13, 2009 1:03 AM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Re: Framework Caching Affecting Security
 Settings?



 Vote for this bug: https://bugs.adobe.com/jira/browse/SDK-16050.

 Alex Harui

 Flex SDK Developer

 Adobe Systems Inc. http://www.adobe.com/

 Blog: http://blogs.adobe.com/aharui http://blogs.adobe.com/aharui

 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
 Behalf Of jedierikb
 Sent: Wednesday, March 11, 2009 8:11 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Framework Caching Affecting Security Settings?

 [Hello. New to the list. Found you from a google search for a bug I've
 encountered. Looks like I've found the right people!]

 I have encountered this same bug and wonder if there was ever a
 resolution?

 As a work around, I have removed every bit of security enabled code
 (no javascript to actionscript calls) from my home-rolled rsl libraries.

 Is there a way to build the SWC/SWFs or link to them or some
 crossdomain.xml trickery which can properly solve this problem?

 --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 , Jamie S jsjphoto@ wrote:
 
  Does Framework Caching affect the security settings?
 
  I was banging my head against a wall because my app was throwing
  security violations all over the place when an outside swf ( or
  JavaScript ) tried to access the main app. I was using
  Security.allowDomain(*) but it was being ignored completely. I
  turned framework caching off and everything worked again.
 
  What is the connection? How can I use framework caching and still keep
  my security settings intact?
 
  Jamie
 


 


Re: [flexcoders] Re: Framework Caching Affecting Security Settings?

2009-03-13 Thread Matt Chotin
I made the bug public, setting severity of Security will immediately make the 
bug only visible to Adobe folks as a just-in-case measure.  The dot on the end 
of the link can screw things up, just make sure the dot is gone and now you can 
see the bug and vote for it.


On 3/13/09 10:27 AM, Jamie S jsjph...@gmail.com wrote:




I can't see it either. Because it's related to security I think you
need some sort of higher level account to see it. When I filed the bug
I got a notice that it would be obscured for this reason.

Jamie

On Fri, Mar 13, 2009 at 6:08 AM, valdhor valdhorli...@embarqmail.com 
mailto:valdhorlists%40embarqmail.com  wrote:
 Works for me. Have you signed up for an account?

 Oh, one other thing. Check the URL in the address bar. Does it have a period
 (.) at the end? If so, remove it.

 --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , 
 Yves Riel r...@... wrote:

 Don't know if I'm the only one but I cannot access that page!?

 

 From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com  
 [mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com ] On
 Behalf Of Alex Harui
 Sent: Friday, March 13, 2009 1:03 AM
 To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 Subject: RE: [flexcoders] Re: Framework Caching Affecting Security
 Settings?



 Vote for this bug: https://bugs.adobe.com/jira/browse/SDK-16050.

 Alex Harui

 Flex SDK Developer

 Adobe Systems Inc. http://www.adobe.com/

 Blog: http://blogs.adobe.com/aharui http://blogs.adobe.com/aharui

 From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com  
 [mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com ] On
 Behalf Of jedierikb
 Sent: Wednesday, March 11, 2009 8:11 PM
 To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 Subject: [flexcoders] Re: Framework Caching Affecting Security Settings?

 [Hello. New to the list. Found you from a google search for a bug I've
 encountered. Looks like I've found the right people!]

 I have encountered this same bug and wonder if there was ever a
 resolution?

 As a work around, I have removed every bit of security enabled code
 (no javascript to actionscript calls) from my home-rolled rsl libraries.

 Is there a way to build the SWC/SWFs or link to them or some
 crossdomain.xml trickery which can properly solve this problem?

 --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com  
 mailto:flexcoders%40yahoogroups.com
 , Jamie S jsjphoto@ wrote:
 
  Does Framework Caching affect the security settings?
 
  I was banging my head against a wall because my app was throwing
  security violations all over the place when an outside swf ( or
  JavaScript ) tried to access the main app. I was using
  Security.allowDomain(*) but it was being ignored completely. I
  turned framework caching off and everything worked again.
 
  What is the connection? How can I use framework caching and still keep
  my security settings intact?
 
  Jamie
 









[flexcoders] Re: Framework Caching Affecting Security Settings?

2009-03-13 Thread reflexactions
Yeah I can see it now (couldn't before).

I voted for it as I think this is needed to go along with the other RSL caching 
fixes that are coming up in 3.4 in order to make modules and Framework RSLs a 
viable option. 

Actually I think maybe it would be good if all the Framework RSL caching bugs 
could be reviewed as a whole to see which can/should be done for 3.4 rather 
than each one viewed individually.



--- In flexcoders@yahoogroups.com, Matt Chotin mcho...@... wrote:

 I made the bug public, setting severity of Security will immediately make the 
 bug only visible to Adobe folks as a just-in-case measure.  The dot on the 
 end of the link can screw things up, just make sure the dot is gone and now 
 you can see the bug and vote for it.
 
 
 On 3/13/09 10:27 AM, Jamie S jsjph...@... wrote:
 
 
 
 
 I can't see it either. Because it's related to security I think you
 need some sort of higher level account to see it. When I filed the bug
 I got a notice that it would be obscured for this reason.
 
 Jamie
 
 On Fri, Mar 13, 2009 at 6:08 AM, valdhor valdhorli...@... 
 mailto:valdhorlists%40embarqmail.com  wrote:
  Works for me. Have you signed up for an account?
 
  Oh, one other thing. Check the URL in the address bar. Does it have a period
  (.) at the end? If so, remove it.
 
  --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , 
  Yves Riel riel@ wrote:
 
  Don't know if I'm the only one but I cannot access that page!?
 
  
 
  From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com  
  [mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com ] 
  On
  Behalf Of Alex Harui
  Sent: Friday, March 13, 2009 1:03 AM
  To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
  Subject: RE: [flexcoders] Re: Framework Caching Affecting Security
  Settings?
 
 
 
  Vote for this bug: https://bugs.adobe.com/jira/browse/SDK-16050.
 
  Alex Harui
 
  Flex SDK Developer
 
  Adobe Systems Inc. http://www.adobe.com/
 
  Blog: http://blogs.adobe.com/aharui http://blogs.adobe.com/aharui
 
  From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com  
  [mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com ] 
  On
  Behalf Of jedierikb
  Sent: Wednesday, March 11, 2009 8:11 PM
  To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
  Subject: [flexcoders] Re: Framework Caching Affecting Security Settings?
 
  [Hello. New to the list. Found you from a google search for a bug I've
  encountered. Looks like I've found the right people!]
 
  I have encountered this same bug and wonder if there was ever a
  resolution?
 
  As a work around, I have removed every bit of security enabled code
  (no javascript to actionscript calls) from my home-rolled rsl libraries.
 
  Is there a way to build the SWC/SWFs or link to them or some
  crossdomain.xml trickery which can properly solve this problem?
 
  --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com  
  mailto:flexcoders%40yahoogroups.com
  , Jamie S jsjphoto@ wrote:
  
   Does Framework Caching affect the security settings?
  
   I was banging my head against a wall because my app was throwing
   security violations all over the place when an outside swf ( or
   JavaScript ) tried to access the main app. I was using
   Security.allowDomain(*) but it was being ignored completely. I
   turned framework caching off and everything worked again.
  
   What is the connection? How can I use framework caching and still keep
   my security settings intact?
  
   Jamie
  
 
 
 





[flexcoders] Re: Framework Caching Affecting Security Settings?

2009-03-12 Thread jedierikb
[Hello.  New to the list.  Found you from a google search for a bug I've 
encountered.  Looks like I've found the right people!]

I have encountered this same bug and wonder if there was ever a resolution?

As a work around, I have removed every bit of security enabled code (no 
javascript to actionscript calls) from my home-rolled rsl libraries.

Is there a way to build the SWC/SWFs or link to them or some crossdomain.xml 
trickery which can properly solve this problem?


--- In flexcoders@yahoogroups.com, Jamie S jsjph...@... wrote:

 Does Framework Caching affect the security settings?
 
 I was banging my head against a wall because my app was throwing
 security violations all over the place when an outside swf ( or
 JavaScript ) tried to access the main app. I was using
 Security.allowDomain(*) but it was being ignored completely. I
 turned framework caching off and everything worked again.
 
 What is the connection? How can I use framework caching and still keep
 my security settings intact?
 
 Jamie





RE: [flexcoders] Re: Framework Caching Affecting Security Settings?

2009-03-12 Thread Alex Harui
Vote for this bug: https://bugs.adobe.com/jira/browse/SDK-16050.

Alex Harui
Flex SDK Developer
Adobe Systems Inc.http://www.adobe.com/
Blog: http://blogs.adobe.com/aharui

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of jedierikb
Sent: Wednesday, March 11, 2009 8:11 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Framework Caching Affecting Security Settings?


[Hello. New to the list. Found you from a google search for a bug I've 
encountered. Looks like I've found the right people!]

I have encountered this same bug and wonder if there was ever a resolution?

As a work around, I have removed every bit of security enabled code (no 
javascript to actionscript calls) from my home-rolled rsl libraries.

Is there a way to build the SWC/SWFs or link to them or some crossdomain.xml 
trickery which can properly solve this problem?

--- In flexcoders@yahoogroups.commailto:flexcoders%40yahoogroups.com, Jamie 
S jsjph...@... wrote:

 Does Framework Caching affect the security settings?

 I was banging my head against a wall because my app was throwing
 security violations all over the place when an outside swf ( or
 JavaScript ) tried to access the main app. I was using
 Security.allowDomain(*) but it was being ignored completely. I
 turned framework caching off and everything worked again.

 What is the connection? How can I use framework caching and still keep
 my security settings intact?

 Jamie