rjatkins / owaspantisamy

Automatically exported from code.google.com/p/owaspantisamy
0 stars 0 forks source link

Support other Input Sources than Files #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently only physical files are accepted as input sources. In the context of 
Content Management 
Systems it might be advisable to be able to load policy definitions from other 
sources, for example 
directly from the content repository or the database.

I am providing a patch that extends the Signature of Policy to support generic 
SAX InputSources and 
generic InputStreams with a SystemID. Also, in order to be able to support more 
than one 
configuration, I am caching the policy per SystemID and not globally anymore.

Original issue reported on code.google.com by larstemp...@gmail.com on 3 Jul 2008 at 7:07

Attachments:

GoogleCodeExporter commented 9 years ago
Just found out that you have a quite interesting repository structure in SVN. I 
adopted the patch to work with 
current, which means we have policy caching and support for input sources now.

Original comment by larstemp...@gmail.com on 3 Jul 2008 at 7:19

Attachments:

GoogleCodeExporter commented 9 years ago
This change was added in version 1.2.

Original comment by arshan.d...@gmail.com on 8 Aug 2008 at 7:40