Re: [OSS Bamboo] Struts 2 SVN - Main Build build 1260 has FAILED (0 tests failed). Change made by lukaszlenart

2009-11-26 Thread Lukasz Lenart
What is the problem with those missing dependencies? Regards -- Lukasz http://www.lenart.org.pl/ 2009/11/26 Atlassian Open Source Bamboo > > STRUTS-MAIN-1260 > failed. > Code has been updated by > lukaszlenart

Using model or action's hashcode as ETag in REST plugin

2009-11-26 Thread Unmesh joshi
Hi, Rest plugin's DefaultHttpHeaders class uses hashCode of the model object (if the action is model driven) or hascode of the action object.I guess its a wrong assumption to make that two different objects will have different hashcodes. So we can have same hashcode even if model objects are no