[jira] [Resolved] (KNOX-729) Rewrite rules for attributes of html content applied to a filter don't work

2016-10-26 Thread Larry McCay (JIRA)
[ https://issues.apache.org/jira/browse/KNOX-729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Larry McCay resolved KNOX-729. -- Resolution: Fixed > Rewrite rules for attributes of html content applied to a filter don't work >

[jira] [Updated] (KNOX-756) Build failure with "ant release"

2016-10-26 Thread Larry McCay (JIRA)
[ https://issues.apache.org/jira/browse/KNOX-756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Larry McCay updated KNOX-756: - Resolution: Fixed Status: Resolved (was: Patch Available) > Build failure with "ant release" >

Re: Maven Assembly error in gateway-demo-ldap-launcher

2016-10-26 Thread larry mccay
Hi John - Welcome to the Apache Knox community! Let us know when you need help and feel free to dig in. Especially into specific things that you and your employer have an itch for. You can add comments to JIRA's that interesting and/or mail the list with suggestions, etc. Look forward to your

Running gateway service without SSL for testing

2016-10-26 Thread Mohammad Islam
Hi,Currently Knox gateway service is defaulted to "https" protocol. Is there a way to turn it off and make it "http" for dev purpose? I'm getting the error "certificate signed by unknown authority" for some of the https accesses. Alternatively, is there a quick way of getting self-signed

[jira] [Created] (KNOX-764) Create ServiceDefinitionRegistry for mapping between routes and services.

2016-10-26 Thread Sandeep More (JIRA)
Sandeep More created KNOX-764: - Summary: Create ServiceDefinitionRegistry for mapping between routes and services. Key: KNOX-764 URL: https://issues.apache.org/jira/browse/KNOX-764 Project: Apache Knox

RE: Maven Assembly error in gateway-demo-ldap-launcher

2016-10-26 Thread McParland, John
Thanks Sandeep and Larry. I managed to get the build to work with the following command lines; mvn clean install -Ppackage mvn clean install -Prelease mvn clean install The key differences was removing "package" as one of the Maven goals explicitly listed on the command line. Maybe there's a