aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/JNLPMatcher.java
Commit message (Collapse)AuthorAgeFilesLines
* Introduced logging bottleneckJiri Vanek2013-09-251-2/+3
|
* PR898: signed applications with big jnlp-file doesn't startOmair Majid2012-03-221-15/+10
| | | | | | JNLPMatcher was using PipedInputStream and PipedOutputStream without threads which was deadlocking on large files. Use ByteArrayOutputStream instead to avoid this.
* Minor changes in algorithm that compares signed JNLP application/templateSaad Mohammad2011-08-031-41/+56
|
* Added algorithm that compares signed JNLP application/template file with ↵Saad Mohammad2011-07-191-0/+272
launching JNLP file (with test case and its resources)