|
roller/src/org/roller/presentation RollerRequest.java,1.64,1.65: msg#00076java.roller.cvs
Update of /cvsroot/roller/roller/src/org/roller/presentation In directory sc8-pr-cvs1:/tmp/cvs-serv26811/src/org/roller/presentation Modified Files: RollerRequest.java Log Message: wrap whole doFilter method in try-finally Index: RollerRequest.java =================================================================== RCS file: /cvsroot/roller/roller/src/org/roller/presentation/RollerRequest.java,v retrieving revision 1.64 retrieving revision 1.65 diff -C2 -d -r1.64 -r1.65 *** RollerRequest.java 16 Sep 2003 02:38:41 -0000 1.64 --- RollerRequest.java 17 Sep 2003 01:41:38 -0000 1.65 *************** *** 253,264 **** // if we somehow don't have a date, make it today ! if (mDate == null) mDate = new Date(); // no Page found? Make it the default page (that is // what a default is for, after all). ! if (mPage == null) ! { ! mPage = userMgr.retrievePage( website.getDefaultPageId() ); ! } } } --- 253,264 ---- // if we somehow don't have a date, make it today ! //if (mDate == null) mDate = new Date(); // no Page found? Make it the default page (that is // what a default is for, after all). ! //if (mPage == null) ! //{ ! //mPage = userMgr.retrievePage( website.getDefaultPageId() ); ! //} } } *************** *** 268,272 **** } ! if ( mUser==null /* || mDate==null || mPage==null */ ) { String msg = ""; --- 268,272 ---- } ! if ( mUser==null || mDate==null || mPage==null ) { String msg = ""; ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | roller/src/org/roller/presentation/filters RequestFilter.java,1.10,1.11, snoopdave |
|---|---|
| Next by Date: | roller ant.properties,1.31,1.32, snoopdave |
| Previous by Thread: | roller/src/org/roller/presentation/filters RequestFilter.java,1.10,1.11, snoopdave |
| Next by Thread: | roller ant.properties,1.31,1.32, snoopdave |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |