aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/security/appletextendedsecurity
Commit message (Collapse)AuthorAgeFilesLines
* itw itself warning cleanup: fixed rawtypes and unchecks, added braces and ↵Jiri Vanek2013-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | Override After this clean up only "internal proprietary API and may be removed in a future release" warnings remain fro make check. Please keep itw in this way :) remaining issues: icedtea-web/netx/net/sourceforge/jnlp/cache/ResourceTracker.java:357: warning: [deprecation] toURL() in File has been deprecated icedtea-web/netx/net/sourceforge/jnlp/cache/CacheUtil.java:128: warning: [deprecation] toURL() in File has been deprecated icedtea-web/netx/net/sourceforge/jnlp/runtime/Boot.java:261: warning: [deprecation] toURL() in File has been deprecated There have been a lot of work around cach x file x url escaping, and as main difference between file.tourl and file.touri.tourl is escapin, I rather left it. icedtea-web/plugin/icedteanp/java/sun/applet/PluginAppletViewer.java:804: warning: [deprecation] Ref in sun.misc has been deprecated icedtea-web/plugin/icedteanp/java/sun/applet/PluginAppletViewer.java:121: warning: [deprecation] Ref in sun.misc has been deprecated What can be done? icedtea-web/netx/net/sourceforge/jnlp/browser/BrowserAwareProxySelector.java:205: warning: [fallthrough] possible fall-through into case icedtea-web/netx/net/sourceforge/jnlp/browser/BrowserAwareProxySelector.java:211: warning: [fallthrough] possible fall-through into case This have to be fixed
* Introduced logging bottleneckJiri Vanek2013-09-252-12/+7
|
* Introduce more UrlUtils functions.Adam Domurad2013-04-231-4/+4
|
* Clean-up generated code.Adam Domurad2013-04-121-20/+18
|
* Added help for extended applets security and settingsJiri Vanek2013-04-121-0/+182
|
* Allow for remembered unsigned trust based on codebaseAdam Domurad2013-04-111-10/+20
|
* Move normalizeUrlAndStripParams to UrlUtilsAdam Domurad2013-03-281-17/+6
|
* Integration of unsigned applet confirmation dialogue.Adam Domurad2013-03-262-4/+222
|
* UnsignedAppletActionStorageImpl: (isMatching) is now ignring archives if empty.Jiri Vanek2013-03-221-1/+5
|
* Added backend and settings for extended applet securityJiri Vanek2013-02-278-0/+1054