Commit Graph

16 Commits

Author SHA1 Message Date
Florian 9cb9cec6ca update jetty and tomcat to latest version 2021-10-17 18:46:03 +02:00
Florian deda3c2256 update + restructure pom and add missing javadoc 2021-10-13 12:25:18 +02:00
Florian 098e630a28 update and fix checkstyle and javadoc plugins 2021-10-11 19:22:18 +02:00
Arnaud Roques 9bc56edca6 Fix security #122 2019-09-26 19:13:07 +02:00
Arnaud Roques 83138142c5 Fix security #122 2019-09-26 19:08:48 +02:00
Rob Oxspring 5ef45f643d Extracted reusable doDiagramResponse() method 2018-04-19 12:39:09 +01:00
Rob Oxspring ad09f193f4 Add POST support 2018-04-18 23:30:33 +01:00
Arnaud Roques d7a8a7e698 Running PlantUML as ROOT.war 2017-04-21 22:38:08 +02:00
Arnaud Roques 67e9aeb992 version 2017.09 2017-04-05 21:57:35 +02:00
Maxime Sinclair fd2b6e7c02 [TASK] Checkstyle report and mvn site configuration 2014-02-06 18:28:06 +01:00
Maxime Sinclair bedc5b49ce [FEATURE] Design evolution of the map service
Map implementation is still an empty stub
2013-08-14 09:44:19 +02:00
Maxime Sinclair e90fdee24b [TASK] Refactoring, decoding feature is now in a utility class 2013-08-14 09:27:43 +02:00
Maxime Sinclair ce168633ad [TASK] Full coding style clean up 2013-07-10 17:07:24 +02:00
maximesinclair ab77f245f9 IIOException catched when browser session disappears 2013-07-01 22:36:28 +02:00
Maxime Sinclair c166b507f0 Catch IOException to avoid annoying messages in the server logs. 2013-06-04 16:07:31 +02:00
Pablo Lalloni 89c4d91b41 Project fully mavenized with functionality exceeding previous Ant build.xml implemented (except deployment to servlet container, which can be easily added).
Improved unit tests to be independent of externally running servlet container, now every test runs its own embedded jetty server (and stops it afterward).

Removed all eclipse artifacts (.project, .classpath, .settings, etc.) and added to .gitignore to be independent of development environment (can be autogenerated by maven, or better yet use m2eclipse).

Removed embedded dependency jars since they are handled automatically by maven.
2011-11-02 19:11:52 -03:00