RE: Enable Cross-origin resource sharing (CORS) on embedded Fuseki (jetty)

2020-03-05 Thread Nouwt, B. (Barry)
CORS code that I posted before and replace it by your elegant builder property. Thank you very much! Regards, Barry -Original Message- From: Andy Seaborne Sent: vrijdag 28 februari 2020 15:39 To: users@jena.apache.org Subject: Re: Enable Cross-origin resource sharing (CORS) on embedded F

Re: Enable Cross-origin resource sharing (CORS) on embedded Fuseki (jetty)

2020-02-28 Thread Andy Seaborne
use a development build using maven? If so, I might be able to test it. Regards, Barry -Original Message- From: Andy Seaborne Sent: dinsdag 25 februari 2020 19:38 To: users@jena.apache.org Subject: Re: Enable Cross-origin resource sharing (CORS) on embedded Fuseki (jetty) JENA-1294

RE: Enable Cross-origin resource sharing (CORS) on embedded Fuseki (jetty)

2020-02-28 Thread Nouwt, B. (Barry)
Sent: dinsdag 25 februari 2020 19:38 To: users@jena.apache.org Subject: Re: Enable Cross-origin resource sharing (CORS) on embedded Fuseki (jetty) JENA-1294 I've put in a fixed setup activated by "--cors" - I'd be obliged if people would try it out and let us know if it w

Re: Enable Cross-origin resource sharing (CORS) on embedded Fuseki (jetty)

2020-02-25 Thread Andy Seaborne
JENA-1294 I've put in a fixed setup activated by "--cors" - I'd be obliged if people would try it out and let us know if it works. It's in the latest development build #1834. Thanks Andy On 29/01/2020 11:28, Andy Seaborne wrote: Barry - thanks for the report On 28/01/2020 19:28, N

Re: Enable Cross-origin resource sharing (CORS) on embedded Fuseki (jetty)

2020-01-29 Thread Andy Seaborne
Barry - thanks for the report On 28/01/2020 19:28, Nouwt, B. (Barry) wrote: Hi all, I enabled CORS on embedded Fuseki (when handling YASGUI SPARQL requests) and wanted to share the way I did it for others' benefit. It took me a while to figure out how to do this. I found instructions on how t

Enable Cross-origin resource sharing (CORS) on embedded Fuseki (jetty)

2020-01-28 Thread Nouwt, B. (Barry)
Hi all, I enabled CORS on embedded Fuseki (when handling YASGUI SPARQL requests) and wanted to share the way I did it for others' benefit. It took me a while to figure out how to do this. I found instructions on how to enable CORS via the web.xml, but the embedded Fuseki does not use a web.xml