#Information
InfoServlet is a servlet that outputs information about request, server and operating system.
#Bug tracker
Have a bug? Please create an issue here on GitHub!
#Twitter account
Keep up to date on announcements and more by following Anar Software LLC on Twitter, @AnarSoft.
#Contributing
- Fork it.
- Create a branch (
git checkout -b my_infoservlet
) - Commit your changes (
git commit -am "Added new info"
) - Push to the branch (
git push origin my_infoservlet
) - Create an issue with a link to your branch
#License
InfoServlet - Servlet that outputs information about request, server and operating system.
Copyright (c) 2014-2015 Anar Software LLC.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details at http://www.gnu.org/licenses/gpl.html