Zblog icon indicating copy to clipboard operation
Zblog copied to clipboard

a java blog

Results 9 Zblog issues
Sort by recently updated
recently updated
newest added

Caused by: org.apache.shiro.authz.UnauthenticatedException: This subject is anonymous - it does not have any identifying principals and authorization operations require an identity to check against. A Subject instance will acquire these...

`categorys:135 Uncaught TypeError: zblog.category.edit is not a functiononclick @ categorys:135` 估计是onclick="zblog.category.edit();"> 这个函数没找到

同一个用户对同一篇文章的多次阅读,阅读次数应该不增加吧

修改为动态设置cookie的path

新添加的分类 马上在前台主页打开分类的时候报500错误 但是过一段时间就好了 ` [2016-08-19 14:52:06,253](DEBUG) - com.zblog.core.dal.mapper.PostMapper.list - (BaseJdbcLogger.java:139) ==> Parameters: post(String) [2016-08-19 14:52:06,254](DEBUG) - com.zblog.core.dal.mapper.PostMapper.list - (BaseJdbcLogger.java:139) /categorys/Netty [2016-08-19 14:52:09,162](ERROR) - com.zblog.web.filter.LoginFilter - (LoginFilter.java:111) error happend java.lang.NullPointerException at...

过滤导致Controller中接受不到MultipartFile

option.setPort(Integer.parseInt(optionsService.getOptionValue("mail_host"))); 应该是mail_port

不知道安全和SEO是否有考虑到了?

当网站文章索引丢失错乱时,会导致搜索不到文章的问题,增加重建功能

enhancement