Changeset 2190

Show
Ignore:
Timestamp:
08/21/2008 08:53:58 AM (1 year ago)
Author:
brian
Message:

Fix of setup scripts; syntax error fixed in DoorServlet?.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dCacheNebraska/dcache-httpDoor.spec

    r2129 r2190  
    11%define name dcache-httpDoor 
    2 %define version 0.2 
    3 %define release 3 
     2%define version 0.2.1 
     3%define release 1 
    44 
    55Summary: HTTP door for dCache 
     
    6565 
    6666%changelog 
     67* Wed Aug 20 2008 Brian Bockelman 
     68- Added the ability to record information into the billing database. 
    6769* Thu Jul 24 2008 Brian Bockelman 
    6870- Enstore returns a different error message in case of a directory; we must make an exception just for this :( 
  • dCacheNebraska/java_src/edu/unl/http/DoorServlet.java

    r2181 r2190  
    317317                                OutputStream out = res.getOutputStream(); 
    318318                                out.write("User not authorized to access this resource.".getBytes()); 
    319                                 info.setResult(401, "User not authorized to access this resource.") 
     319                                info.setResult(401, "User not authorized to access this resource."); 
    320320                                return; 
    321321                        } 
  • dCacheNebraska/setup/setup.py

    r2163 r2190  
    7474            'dcache_pnfs_pathfinder = dCacheNebraska.tools.dcache_pnfs' \ 
    7575                '_pathfinder:main', 
     76            'dcache_wn = dCacheNebraska.wn_tools.checksum.py:main', \ 
    7677            'query_all_rates = dCacheNebraska.tools.query_all_rates:main', 
    7778            'space_usage = dCacheNebraska.tools.space_usage:main', 
     
    9495                                'dCacheNebraskaWeb', \ 
    9596                                'python_src/dCacheNebraska/srm_graphs/tools/' \ 
    96                                 'dCacheNebraskaSrmWeb']), 
     97                                'dCacheNebraskaSrmWeb', \ 
     98                                'python_src/dCacheNebraska/wn_tools/dCacheWN']), 
    9799               ('/etc', ['config/pfm_config', 'config/pfm_logging_config', \ 
    98100                         'config/DBSrm.xml.rpmnew', 'config/DBParam.rpmnew']),