07 Aug, 2014
9 commits
-
In both Federation chapters, .war ==> war file In http://openig.forgerock.org/doc/gateway-guide/#federation-configuration-files , gateway.cot ==> fedlet git-svn-id: https://svn.forgerock.org/openig/trunk@500 dbb9e58e-28e6-4ce0-90e8-f11d9605b710 -
Fixed typos in links, arranged topics as in the guide for http://openig.forgerock.org/doc/gateway-guide/#quickstart-where-to-go-from-here Removed optional “field” from http://openig.forgerock.org/doc/gateway-guide/#tutorial-credentials-from-file and related config.json Aligned section Implementing a Filter with current behavior, http://openig.forgerock.org/doc/gateway-guide/#custom-filter Aligned section Implementing a Handler with current behavior, http://openig.forgerock.org/doc/gateway-guide/#custom-handler Replaced sample filter code with updated version from Guillaume, http://openig.forgerock.org/doc/gateway-guide/#custom-sample-filter Added Maven resource filtering for .json files in docs to resolve $\{projectName} in http://openig.forgerock.org/doc/gateway-guide/#config-oidc-client Fixed typo in link title under http://openig.forgerock.org/doc/gateway-guide/#oidc-rp-tutorial-openam-config Updated troubleshooting section Object not found in heap to match current exceptions Fixed typo in Windows path names Added DispatchHandler, Route, SamlFederationHandler to http://openig.forgerock.org/doc/gateway-guide/#how-it-works-handlers Added CryptoHeaderFilter to http://openig.forgerock.org/doc/gateway-guide/#how-it-works-filters OpenIG .war (file) ==> OpenIG war file (in several locations) Fixed typo in Maven property <windowsWarTmpDir>${windowsWarBase}\SAML</windowsWarTmpDir> ==> <windowsWarTmpDir>${windowsWarBase}\tmp</windowsWarTmpDir> In OPENIG_BASE examples, /path/to/openig/files ==> /path/to/openig git-svn-id: https://svn.forgerock.org/openig/trunk@498 dbb9e58e-28e6-4ce0-90e8-f11d9605b710 -
Fixed typos in links, arranged topics as in the guide for http://openig.forgerock.org/doc/gateway-guide/#quickstart-where-to-go-from-here git-svn-id: https://svn.forgerock.org/openig/trunk@496 dbb9e58e-28e6-4ce0-90e8-f11d9605b710 -
Removed troubleshooting section for issue fixed with welcome page. Fixed typo in install chapter: “with with” ==> “with”. In gateway servlet ref, “logSink” and “temporaryStorage” are now marked optional. Added a troubleshooting section regarding invalid route config changes. git-svn-id: https://svn.forgerock.org/openig/trunk@494 dbb9e58e-28e6-4ce0-90e8-f11d9605b710 -
git-svn-id: https://svn.forgerock.org/openig/trunk@492 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
git-svn-id: https://svn.forgerock.org/openig/trunk@490 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
The error no longer occurs, as we now have a default config and welcome page. git-svn-id: https://svn.forgerock.org/openig/trunk@488 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
git-svn-id: https://svn.forgerock.org/openig/trunk@486 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
…ng in OpenIG configuration git-svn-id: https://svn.forgerock.org/openig/trunk@482 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
06 Aug, 2014
5 commits
-
git-svn-id: https://svn.forgerock.org/openig/trunk@480 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
git-svn-id: https://svn.forgerock.org/openig/trunk@478 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
git-svn-id: https://svn.forgerock.org/openig/trunk@476 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
git-svn-id: https://svn.forgerock.org/openig/trunk@474 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
git-svn-id: https://svn.forgerock.org/openig/trunk@472 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
05 Aug, 2014
2 commits
-
git-svn-id: https://svn.forgerock.org/openig/trunk@470 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
git-svn-id: https://svn.forgerock.org/openig/trunk@468 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
04 Aug, 2014
5 commits
-
git-svn-id: https://svn.forgerock.org/openig/trunk@464 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
git-svn-id: https://svn.forgerock.org/openig/trunk@462 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
* Request.getEntity() never returns null, so it can't be used to determine if the request had a content or not * Added an isEmpty() method for this purpose * Updated HttpClient to use Entity.isEmpty() git-svn-id: https://svn.forgerock.org/openig/trunk@461 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
git-svn-id: https://svn.forgerock.org/openig/trunk@460 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
git-svn-id: https://svn.forgerock.org/openig/trunk@459 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
03 Aug, 2014
16 commits
-
git-svn-id: https://svn.forgerock.org/openig/trunk@458 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
* Non-expression values are still supported (fixed/static expression like "http://www.example.com") *Expressions are evaluated at runtime against the executed Exchange ("http://${exchange.host}:8080" will be resolved against the Exchange) * If evaluated expression returns null (evaluation error, or null result of a successful evaluation), a HandlerException is thrown * Added test case git-svn-id: https://svn.forgerock.org/openig/trunk@457 dbb9e58e-28e6-4ce0-90e8-f11d9605b710 -
git-svn-id: https://svn.forgerock.org/openig/trunk@456 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
* Reflect this in the Heaplet, throw an exception at config time if the attribute is missing (better than a NPE at execution time) git-svn-id: https://svn.forgerock.org/openig/trunk@455 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
* By default, the new Request is kept in the Exchange * If enabled, the original Request is restored in the Exchange git-svn-id: https://svn.forgerock.org/openig/trunk@454 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
They are currently not working, so I disabled them for now git-svn-id: https://svn.forgerock.org/openig/trunk@453 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
git-svn-id: https://svn.forgerock.org/openig/trunk@452 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
git-svn-id: https://svn.forgerock.org/openig/trunk@451 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
* Only read the values if fields attribute is present git-svn-id: https://svn.forgerock.org/openig/trunk@450 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
git-svn-id: https://svn.forgerock.org/openig/trunk@449 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
* fix bug which meant that incoming request's path and query were not URL decoded correctly and prevented redirect URLs from working. git-svn-id: https://svn.forgerock.org/openig/trunk@448 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
Minor optimization. git-svn-id: https://svn.forgerock.org/openig/trunk@447 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
git-svn-id: https://svn.forgerock.org/openig/trunk@446 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
Minor enhancement: provide the ability to configure per-provider scopes. Scopes are also no longer required since defaults can be configured at the IdP. See Javadoc for more detail. git-svn-id: https://svn.forgerock.org/openig/trunk@445 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
* Request.uri is now a MutableUri * Removed UriResolver since it was useless with both this new feature and the BeanResolver git-svn-id: https://svn.forgerock.org/openig/trunk@444 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
… order to add addition "enhanced" getters and setters for fields Provide better APIs for interacting with Message entities. Previously we were stuck with the esoteric BranchingInputStream which makes entities very hard (impossible?) to use in expressions and Groovy. * methods for getting the entity's content as JSON or as a plain String * methods for setting the entity's content to JSON or String data * simplification (I hope) of the branch life-cycle management * make Message closeable, delegating close to the entity and onto the branching input stream, allowing us to avoid alot of null-checking boilerplace. git-svn-id: https://svn.forgerock.org/openig/trunk@443 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
01 Aug, 2014
3 commits
-
git-svn-id: https://svn.forgerock.org/openig/trunk@442 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
git-svn-id: https://svn.forgerock.org/openig/trunk@441 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
o/ *Great thanks to Mark de Reeper for his patch* \o git-svn-id: https://svn.forgerock.org/openig/trunk@440 dbb9e58e-28e6-4ce0-90e8-f11d9605b710