One last addendum:
Since quoted-string in RFC 2616 has some known bugs 
(http://stackoverflow.com/questions/7886782/what-is-the-exact-syntax-and-semantics-of-a-quoted-string-in-the-http1-1-rfc2616)
 we should only refer to https://tools.ietf.org/html/rfc7230#section-3.2.6 
instead (in the documentation).

> On 28 Nov 2016, at 12:45, Stefan Seifert <[email protected]> wrote:
> 
> 
>> Your current configuration looks like this:
>> whitelist.bundles.regexp="^org\.apache\.sling\.junit(\..*)?$"
>> 
>> Inside target/slingstart.txt this becomes:
>> whitelist.bundles.regexp="^org.apache.sling.junit(..*)?$"
>> 
>> Note: all slashes have disappeared.
> 
> this is strange, yes.
> the same escaping problem happens on my local machine - but there the 
> integration test passes.
> you could reproduce the problem on your machine?
> 
> as a workaround i will simplify the regex and remove the backslashes.
> 
> i think we have currently no precise documentation of the sling provisioning 
> file format esp. regarding escaping rules. on [1] only some details of the 
> embedded osgi configuration format are documented.
> 
> stefan
> 
> [1] https://sling.apache.org/documentation/development/slingstart.html
> 

Reply via email to