Revision 5327 branches/MULTITHREADING_DEVELOPMENT/libraries/libRemoteServices/src/org/gvsig/remoteClient/taskplanning/retrieving/RequestManager.java

View differences:

RequestManager.java
51 51
				
52 52
				
53 53
				synchronized (this) {
54
					if (request.getStatus() == RetrieveEvent.REQUEST_CANCELLED ||
54
					if (request.getStatus() == RetrieveEvent.REQUEST_CANCELED ||
55 55
						request.getStatus() == RetrieveEvent.REQUEST_FAILED) {
56 56
						// The last requested URL was cancelled or it failed but now it is required again
57 57
						// so, I have to remove it and add again.

Also available in: Unified diff