Changeset 2190
- Timestamp:
- 08/21/2008 08:53:58 AM (1 year ago)
- Files:
-
- dCacheNebraska/dcache-httpDoor.spec (modified) (2 diffs)
- dCacheNebraska/java_src/edu/unl/http/DoorServlet.java (modified) (1 diff)
- dCacheNebraska/setup/setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dCacheNebraska/dcache-httpDoor.spec
r2129 r2190 1 1 %define name dcache-httpDoor 2 %define version 0.2 3 %define release 32 %define version 0.2.1 3 %define release 1 4 4 5 5 Summary: HTTP door for dCache … … 65 65 66 66 %changelog 67 * Wed Aug 20 2008 Brian Bockelman 68 - Added the ability to record information into the billing database. 67 69 * Thu Jul 24 2008 Brian Bockelman 68 70 - 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 317 317 OutputStream out = res.getOutputStream(); 318 318 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."); 320 320 return; 321 321 } dCacheNebraska/setup/setup.py
r2163 r2190 74 74 'dcache_pnfs_pathfinder = dCacheNebraska.tools.dcache_pnfs' \ 75 75 '_pathfinder:main', 76 'dcache_wn = dCacheNebraska.wn_tools.checksum.py:main', \ 76 77 'query_all_rates = dCacheNebraska.tools.query_all_rates:main', 77 78 'space_usage = dCacheNebraska.tools.space_usage:main', … … 94 95 'dCacheNebraskaWeb', \ 95 96 'python_src/dCacheNebraska/srm_graphs/tools/' \ 96 'dCacheNebraskaSrmWeb']), 97 'dCacheNebraskaSrmWeb', \ 98 'python_src/dCacheNebraska/wn_tools/dCacheWN']), 97 99 ('/etc', ['config/pfm_config', 'config/pfm_logging_config', \ 98 100 'config/DBSrm.xml.rpmnew', 'config/DBParam.rpmnew']),
