Revision 47847 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.downloader/org.gvsig.downloader.lib/org.gvsig.downloader.lib.impl/src/main/java/org/gvsig/downloader/lib/impl/types/httpbasic/DownloaderHTTPBasicAuthenticationRequester.java

View differences:

DownloaderHTTPBasicAuthenticationRequester.java
51 51
        if( !SwingUtilities.isEventDispatchThread() ) {
52 52
            try {
53 53
                MutableBoolean r = new MutableBoolean();
54
//                SwingUtilities.invokeAndWait(() -> {
55
//                executorUI.execute(() -> {
56
//                    r.setValue(requestAuthorization(executorUI));
57
//                });
58 54
                executorUI.execute(new Runnable() {
59 55
                    @Override
60 56
                    public void run() {

Also available in: Unified diff