ping icon indicating copy to clipboard operation
ping copied to clipboard

A WAR Ping For JavaEE 7 Application Servers

Results 4 ping issues
Sort by recently updated
recently updated
newest added

Hi Adam, I would propose the following changes, feel free to integrate or reject them... * I fixed the markdown formatting and listed the available resources. * A handy uptime...

Currently the [PingsResource.java](https://github.com/AdamBien/ping/blob/master/src/main/java/com/airhacks/ping/boundary/PingsResource.java) exports system properties and environment variables unfiltered. A common practice when using docker is to configure container secrets / passwords via environment variables or system properties. In...