
| Key: |
GEOS-281
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
dblasby
|
| Reporter: |
Holger Lang
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
GeoServer
Created: 08/Feb/05 11:19 AM
Updated: 29/Mar/07 02:06 AM
Due: 14/Mar/05
|
|
| Component/s: |
None
|
| Affects Version/s: |
None
|
| Fix Version/s: |
1.3.0-beta
|
|
|
Time Tracking:
|
|
Original Estimate:
|
10 minutes
|
|
|
Remaining Estimate:
|
10 minutes
|
|
|
Time Spent:
|
Not Specified
|
|
|
|
|
(line 200, after dealing the releaseAction)
insert
else if (atts.getLocalName
.equals("LockId")) {
LOGGER.finest("found LockId: " + atts.getValue(i));
request.setLockId(atts.getValue(i));
}