> On 2011-11-15 14:20:24, Ryan Baxter wrote:
> > LGTM.  Jesse just following process here, could you attach the patch to the 
> > JIRA?  Then I will commit it.
> 
> Jesse Ciancetta wrote:
>     I'll give it a day or two to see if Paul might get a chance to add my 
> Apache user id to the SVN commit access group.  If he does I'll go ahead and 
> commit it myself otherwise I'll attach the patch to the JIRA ticket for you 
> to commit.

Sounds good to me


- Ryan


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2824/#review3256
-----------------------------------------------------------


On 2011-11-14 20:46:51, Jesse Ciancetta wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/2824/
> -----------------------------------------------------------
> 
> (Updated 2011-11-14 20:46:51)
> 
> 
> Review request for shindig.
> 
> 
> Summary
> -------
> 
> Update the ContainerConfig stack to allow for res://some-resource.txt and 
> file:///some-file.txt style values in container.js and automatically resolve 
> these references during initialization. This allows us to refactor 
> BlobCrypterSecurityTokenCodec to expect to be given the actual encryption key 
> rather than a key or resource pointer as it does currently.
> 
> This also opens the door for this functionality to be used for other 
> configuration which we'd like to load from external files (which should be 
> useful for third party implementers).
> 
> 
> This addresses bug shindig-1660.
>     https://issues.apache.org/jira/browse/shindig-1660
> 
> 
> Diffs
> -----
> 
>   http://svn.apache.org/repos/asf/shindig/trunk/config/container.js 1201745 
>   
> http://svn.apache.org/repos/asf/shindig/trunk/java/common/src/main/java/org/apache/shindig/auth/BlobCrypterSecurityTokenCodec.java
>  1201745 
>   
> http://svn.apache.org/repos/asf/shindig/trunk/java/common/src/main/java/org/apache/shindig/auth/DefaultSecurityTokenCodec.java
>  1201745 
>   
> http://svn.apache.org/repos/asf/shindig/trunk/java/common/src/main/java/org/apache/shindig/common/util/ResourceLoader.java
>  1201745 
>   
> http://svn.apache.org/repos/asf/shindig/trunk/java/common/src/main/java/org/apache/shindig/config/JsonContainerConfigLoader.java
>  1201745 
>   
> http://svn.apache.org/repos/asf/shindig/trunk/java/common/src/test/java/org/apache/shindig/auth/BlobCrypterSecurityTokenCodecTest.java
>  1201745 
>   
> http://svn.apache.org/repos/asf/shindig/trunk/java/common/src/test/java/org/apache/shindig/auth/DefaultSecurityTokenCodecTest.java
>  1201745 
>   
> http://svn.apache.org/repos/asf/shindig/trunk/java/common/src/test/java/org/apache/shindig/config/JsonContainerConfigLoaderTest.java
>  1201745 
>   
> http://svn.apache.org/repos/asf/shindig/trunk/java/common/src/test/resources/classpath-accessible-test-file.txt
>  PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/2824/diff
> 
> 
> Testing
> -------
> 
> Updated/added tests.  Ran build, verified unit tests and tested common 
> container.
> 
> 
> Thanks,
> 
> Jesse
> 
>

Reply via email to