Opened 18 years ago
Closed 18 years ago
#310 closed defect (fixed)
Permission denied on raw bioassay
Reported by: | Johan Enell | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.0 |
Component: | web | Version: | trunk |
Keywords: | Cc: |
Description
I get a permission denied when clicking on a raw bioassay. The owned by the user but the user has read/use permission. The user has successfully created a root bioassay from the raw bioassay.
On single click (view):
On page /base2/views/rawbioassays/index.jsp
Exception in JSP: /views/rawbioassays/view_rawbioassay.jsp:314 311: } 312: else 313: { 314: SpotImages spi = rawBioAssay.getSpotImages(); 315: %> 316: 317: Stacktrace:
On alt click (edit):
On page /base2/views/rawbioassays/edit_rawbioassay.jsp
Permission denied: Not allowed to write Raw bioassay[id=256; name=TestAnalyzePluginUtil0]
The second exception is expected since the user laks write permission but the first one isn't. If it is it should be more informative.
Change History (2)
comment:1 by , 18 years ago
Milestone: | BASE 2.0+ → BASE 2.0 |
---|---|
Status: | new → assigned |
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [2482]) Fixes #310: Permission denied on raw bioassay