Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public Response doGet( @Context final UriInfo uriInfo, @Context final HttpServle
public Response doCreate( @PathParam( "site" ) final String site, @Context final HttpServletRequest request,
@Context final UriInfo uriInfo )
{
logger.info( "Save Proxy Site: {}", site );
proxySitesCache.saveProxySite( site );
return Response.created( uriInfo.getRequestUri() ).build();
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<indyModelVersion>1.5</indyModelVersion>
<indyClientVersion>3.4.0</indyClientVersion>
<atlasVersion>1.1.4</atlasVersion>
<galleyVersion>1.19-SNAPSHOT</galleyVersion>
<galleyVersion>1.19</galleyVersion>
<weftVersion>1.24</weftVersion>
<webdavVersion>3.2.1</webdavVersion>
<!-- TODO: partyline is still needed for standalone mode, may be removed in future -->
Expand Down