3e7f5d1d7f53cd235d54f7052aa81f4426e043bf |
|
12-Dec-2015 |
NicolasPhilippe <Nicolas.Philippe@forgerock.com> |
OPENIDM-4255 : added the required property to capture the ports allowed for client cert and removed the call fragment from jetty.xml. |
af23b07763760931e46b353308cb5c744d1e3bf0 |
|
27-Aug-2015 |
Alin Brici <alin.brici@forgerock.com> |
OPENIDM-3790: Upgrade to Jetty 9 so ICF dependencies can be resolved
OPENIDM-3790: remove unused import
OPENIDM-3790: PR Comments: fix licenses, tags, and rename class |
ddce63e9611721617e06c49dbd55433dba126cc2 |
|
12-Aug-2015 |
Jason Lemay <jason.lemay@forgerock.com> |
Revert "Merge pull request #44 in OPENIDM/openidm from ~ALIN/openidm:feature/OPENIDM-3790 to master"
This reverts commit b90695aa667603b5a46c630e9861baf18c9868dd, reversing
changes made to 8f410ddc6d7a49b10b1185d3304a50b2e3274e71. |
1705c60c9a4f7a699a6c2f65481e169b7aeb883b |
|
12-Aug-2015 |
brici <alin.brici@forgerock.com> |
OPENIDM-3790 upgrade pax-web to 4.1.1 which included Jetty 9.2.9
fix license headers
fixed PR comments regarding main pom.xml
fixed PR comments regarding jetty.xml configuration and added a comment to ServletRegistrationSingleton |
76aad4baea07ea3b15223ae2284185c215b304fc |
|
25-Oct-2014 |
Jake Feasel <jake.feasel@forgerock.com> |
FR-443 - OPENIDM-2388 - Shutting off SSL v3 (POODLE) |
855e1eb781508f3e8406ddcc6d257e2261ec61c6 |
|
27-Aug-2014 |
Jason Lemay <jason.lemay@forgerock.com> |
OPENIDM-2069 CR-4369 Fixed having to update the http and https port settings in both the config.properties and boot.properties file. Now you only have to update the ports in the boot.properties. |
2ef6d8cf656e55df3ec41fdda4c241f4f592819b |
|
25-Jul-2014 |
Jason Lemay <jason.lemay@forgerock.com> |
OPENIDM-2008 FR-291 Disable weak ciphers in jetty used for SSL/TLS. |
dd64d8e20831446341533528ce378356a6de0970 |
|
30-Jan-2014 |
Alin Brici <alin.brici@forgerock.com> |
[OPENIDM-1524][CR-2898][CR-2839] Changed connector type from SslSelectChannelConnector to SslSocketConnector to use blocking io. Also ported changes from [OPENIDM-1353][CR-1812] which included updates to jetty.xml due to deprecation of some of the methods and format. |
bd1b14718d2f20802ba6496d86ca6cbd29b9598a |
|
29-Jan-2014 |
Alin Brici <alin.brici@forgerock.com> |
[OPENIDM-1524][CR-2898] Changed connector type from SslSelectChannelConnector to SslSocketConnector to use blocking io. |
686521bea5e5c02141e793db410caddf0b020919 |
|
17-Jan-2014 |
Alin Brici <alin.brici@forgerock.com> |
[OPENIDM-1524][CR-2839] Changed connector type from SelectChannelConnector to BlockingChannelConnector. |
dd513df24e06b1208bcef27ffde2cdcd99883b57 |
|
03-Jul-2013 |
Chad Kienle <chad.kienle@forgerock.com> |
[OPENIDM-1353][CR-1812] Added CSR generation and import of signed certificate to SecurityManager. Added configuration of certAlias to boot.properties. |
a598ca5c23486ca01cf9a98c473670b6714bc0ca |
|
05-Apr-2013 |
Andi Egloff <andi.egloff@forgerock.com> |
OPENIDM-1272 [CR-1508] Parameterize web server ports config and move them into boot properties |
660a40ad15749d74efa0dd4ef12cb8781c570e22 |
|
05-Nov-2012 |
Laszlo Hordos <Laszlo.Hordos@forgerock.com> |
OPENIDM-749 / CR-805 - OpenIDM started with new Launcher
Assign directories to different location:
bin => install-location
bundle => install-location
conf => project-location
connectors => install-location
db => work-location
logs => work-location
script => project-location
security => install-location
workflow => install-location |
41b8a41890ba8f4574304c7ef42effe818413348 |
|
25-Jul-2012 |
mbilski <mbilski@localhost> |
- logging in as openidm-admin (internal_user)
- form validation msg next to submit button in registration
- fixed problems reported in CR-485 & CR-490
- functional tests update
- removed profiles |
d82ffdbe6324a6243c4127636288800900f1b996 |
|
21-Dec-2011 |
Andi Egloff <andi.egloff@forgerock.com> |
OPENIDM-502 Make configurable in jetty.xml to disable additional openidm auth on the given port to allow for port that requires SSL mutual auth only. Useful for AD and OpenDJ plug-in interaction with OpenIDM. Include sample in jetty.xml |
55bb82d605d054ef979dfd6c70325ad5f9936ad3 |
|
19-Nov-2011 |
Andi Egloff <andi.egloff@forgerock.com> |
[OPENIDM-464] Add JAAS login module to authenticate and authorize using the OrientDB repository. Default to using properties file and repository login modules. |
dedea1c74ef770604ee181088cedc7bd891486ba |
|
14-Oct-2011 |
Andi Egloff <andi.egloff@forgerock.com> |
Enable jetty to use OpenIDM keystore and truststore configuration. Delegate all http server confgiuration to jetty.xml. |
9c8c2c05a3d08f94d29b4a42b8a0506a4e97e4fa |
|
23-Aug-2011 |
Laszlo Hordos <Laszlo.Hordos@forgerock.com> |
Add a static class to resolve the relative path variables. The class is initialised by the framework class loaders so hopefully this single instance will return with the same relative path pointing to the openidm folders. In embedded environment the bundles resolve the URL in a very unpredictable way. |