version 1.5.6
source code :
http://elips.svn.sourceforge.net/viewvc/elips/trunk/app/src/main/
cookie
http://en.wikipedia.org/wiki/HTTP_cookie
what i change :
- in User.java ,due to what i used is Oracle ,and the function UCASE() is not work in oracle ,so need to modify the User.java to remove the UCASE().
- ElipsPropertiesConfig.java the sql string in oracle had been set as ‘。。。。;’ ,and the ; will cause some sql issue ,remove it when execute the sql .
steps :
configuration.jsp -->configurationResult.jsp
|
aCfg.configure();