Mike Hearn
238d4e29e2
Webserver: Redirect / to the first static web path.
...
DemoBench: Misc usability improvements:
- Pre-fill details for some fictional banks when Add Node is pushed.
- Make services a checkbox list rather than one where you have to know how to use the keyboard to do multi-select.
- Make web server launch button spin until server is launched to show activity.
- Suppress an exception that spams the log due to inability to load all the states. It'll get fixed as part of the vault API and serialisation work.
2017-04-25 14:13:20 +02:00
Chris Rankin
9425b7c927
Escape any unsafe HTML characters in legalName for error page. ( #573 )
2017-04-24 13:56:45 +01:00
Chris Rankin
4cb21257e6
Add the Corda node's legalName to the Web error page. ( #569 )
2017-04-21 14:46:29 +01:00
Mike Hearn
e62250ff7b
Minor: auto-format of module: webserver
2017-04-11 15:53:05 +02:00
Shams Asari
c17fe29a62
Converted FullNodeConfiguration into a data class and added ability to parse Configs into data classes
2017-04-07 17:54:03 +01:00
Clinton
a93692e434
Added an exception mapper that prints out errors emitted by the webserver ( #484 )
...
Added an exception mapper that prints out errors emitted by the JAX-RS server to aid debugging.
2017-04-04 15:43:55 +01:00
Chris Rankin
352da7e4c7
Add 'finance' module to Corda WebServer, for plugins to use. ( #489 )
...
* Add 'finance' module to Corda WebServer, for plugins to use.
* Fix wording of error message.
2017-04-03 17:06:30 +01:00
Clinton Alexander
f9fc3a3ac2
Added m ore defaults to the new web reference.
2017-03-30 18:45:45 +01:00
Clinton Alexander
e87184d1eb
Corrected logging location - broken by initialising logger before logging was configured.
2017-03-30 17:57:32 +01:00
Clinton Alexander
da88a43e40
Moved webserver to root project.
2017-03-30 17:34:32 +01:00