Skip to content

Commit

Permalink
DS-2887
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipVis committed Feb 12, 2016
1 parent 2833907 commit 6239f66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ else if(dso!=null){
return;
}
else{
if(ConfigurationManager.getProperty("request.item.type")==null||
if(StringUtils.isBlank(ConfigurationManager.getProperty("request.item.type")) ||
ConfigurationManager.getProperty("request.item.type").equalsIgnoreCase("logged")){
// The user does not have read access to this bitstream. Interrupt this current request
// and then forward them to the login page so that they can be authenticated. Once that is
Expand Down

0 comments on commit 6239f66

Please sign in to comment.