Skip to main content

Posts

Showing posts with the label 403

Nexus behind a proxy 403 repo1.maven.org problem

I was having a bit of a problem with my nexus installation downloading from mavens repo1. Some jars would just not download so I tried a wget and got a 403 error. Did some searching and found that repo1 does not allow wget so I added a user agent to the wget (-U) and it worked. So I tried adding it to Nexus and viola. NOTE: I am behind a corporate proxy.

ADF 403 Forbidden - invoke method

If you have a method call as your default activity in a task flow and you get 403 Forbidden http status code is returned (given you have set all the correct permissions in the jazn-data file to your task flow). Just add the following tag to your taskflow (add the tag in the near the bottom of the enclosing task-flow-definition tag) <visibility><url-invoke-allowed/></visibility> Or you can  click on the task flow overview, visibility , URL Invoke section for the same result