[utilities COMMIT] in /spring-extensions/trunk/src: main/java/net/shibboleth/ext/spring/resource/FileBackedHTTPResour...
noreply at shibboleth.net
noreply at shibboleth.net
Tue Jul 29 04:57:19 EDT 2014
Author: rdw
Date: Tue Jul 29 04:57:18 2014
New Revision: 642
URL: http://svn.shibboleth.net/view/utilities?rev=642&view=rev
Log:
IDP-443 reintroduce the file backed HTPP Resource
Added:
spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/resource/FileBackedHTTPResource.java (with props)
spring-extensions/trunk/src/test/java/net/shibboleth/ext/spring/resource/FileBackedHTTPResourceTest.java (with props)
Modified:
spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/resource/HTTPResource.java
Modified: spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/resource/HTTPResource.java
URL: http://svn.shibboleth.net/view/utilities/spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/resource/HTTPResource.java?rev=642&r1=641&r2=642&view=diff
==============================================================================
--- spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/resource/HTTPResource.java (original)
+++ spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/resource/HTTPResource.java Tue Jul 29 04:57:18 2014
@@ -199,7 +199,7 @@
*
* @throws IOException thrown if there is a problem contacting the resource
*/
- private HttpResponse getResourceHeaders() throws IOException {
+ protected HttpResponse getResourceHeaders() throws IOException {
HttpUriRequest httpRequest = new HttpHead(resourceURL.toString());
try {
More information about the commits
mailing list