Преглед изворни кода

Merge branch 'master' into git-master

# Conflicts:
#	README.md
hermit пре 7 година
родитељ
комит
87cdda585f
100 измењених фајлова са 206 додато и 170 уклоњено
  1. 1 1
      src/main/java/com/wxmp/core/annotation/FrontAuth.java
  2. 1 1
      src/main/java/com/wxmp/core/annotation/Repeat.java
  3. 1 1
      src/main/java/com/wxmp/core/common/AppDefineInitService.java
  4. 1 1
      src/main/java/com/wxmp/core/common/BaseCtrl.java
  5. 1 1
      src/main/java/com/wxmp/core/common/Configuration.java
  6. 1 1
      src/main/java/com/wxmp/core/common/Constants.java
  7. 1 1
      src/main/java/com/wxmp/core/common/DataModel.java
  8. 18 0
      src/main/java/com/wxmp/core/common/EchartsData.java
  9. 1 1
      src/main/java/com/wxmp/core/common/I18n.java
  10. 1 1
      src/main/java/com/wxmp/core/common/IBase.java
  11. 1 1
      src/main/java/com/wxmp/core/common/Identities.java
  12. 18 0
      src/main/java/com/wxmp/core/common/Series.java
  13. 1 1
      src/main/java/com/wxmp/core/common/TableModel.java
  14. 1 1
      src/main/java/com/wxmp/core/common/XMLDocException.java
  15. 1 1
      src/main/java/com/wxmp/core/exception/BusinessException.java
  16. 1 1
      src/main/java/com/wxmp/core/exception/UnexpectedException.java
  17. 1 1
      src/main/java/com/wxmp/core/exception/WxError.java
  18. 1 1
      src/main/java/com/wxmp/core/exception/WxErrorException.java
  19. 1 1
      src/main/java/com/wxmp/core/interceptor/AuthInterceptor.java
  20. 1 1
      src/main/java/com/wxmp/core/interceptor/TestCaseInterceptor.java
  21. 19 19
      src/main/java/com/wxmp/core/interceptor/XSSFilter.java
  22. 19 19
      src/main/java/com/wxmp/core/interceptor/XSSRequestWrapper.java
  23. 1 1
      src/main/java/com/wxmp/core/listener/InitListener.java
  24. 1 1
      src/main/java/com/wxmp/core/page/Page.java
  25. 1 1
      src/main/java/com/wxmp/core/page/PageInterceptor.java
  26. 1 1
      src/main/java/com/wxmp/core/page/PageResult.java
  27. 1 1
      src/main/java/com/wxmp/core/page/PageUtil.java
  28. 1 1
      src/main/java/com/wxmp/core/spring/ExceptionHolder.java
  29. 1 1
      src/main/java/com/wxmp/core/spring/JsonView.java
  30. 1 1
      src/main/java/com/wxmp/core/spring/SpringBeanDefineConfigue.java
  31. 1 1
      src/main/java/com/wxmp/core/spring/SpringBeanDefineService.java
  32. 1 1
      src/main/java/com/wxmp/core/spring/SpringContextHolder.java
  33. 1 1
      src/main/java/com/wxmp/core/spring/SpringFreemarkerContextPathUtil.java
  34. 1 1
      src/main/java/com/wxmp/core/util/AjaxResult.java
  35. 1 1
      src/main/java/com/wxmp/core/util/ApplicatonStaticUtil.java
  36. 1 1
      src/main/java/com/wxmp/core/util/ArrayUtil.java
  37. 1 1
      src/main/java/com/wxmp/core/util/BeanUtil.java
  38. 1 1
      src/main/java/com/wxmp/core/util/CacheJ2Utils.java
  39. 1 1
      src/main/java/com/wxmp/core/util/CacheUtils.java
  40. 1 1
      src/main/java/com/wxmp/core/util/CalendarUtil.java
  41. 1 1
      src/main/java/com/wxmp/core/util/CharsetUtil.java
  42. 1 1
      src/main/java/com/wxmp/core/util/CommonUtil.java
  43. 1 1
      src/main/java/com/wxmp/core/util/ConvertUtil.java
  44. 1 1
      src/main/java/com/wxmp/core/util/CookieUtil.java
  45. 1 1
      src/main/java/com/wxmp/core/util/DataUtil.java
  46. 1 1
      src/main/java/com/wxmp/core/util/DateUtil.java
  47. 1 1
      src/main/java/com/wxmp/core/util/DateUtilOld.java
  48. 1 1
      src/main/java/com/wxmp/core/util/Digests.java
  49. 1 1
      src/main/java/com/wxmp/core/util/Encodes.java
  50. 1 1
      src/main/java/com/wxmp/core/util/EncryptUtil.java
  51. 1 1
      src/main/java/com/wxmp/core/util/Exceptions.java
  52. 1 1
      src/main/java/com/wxmp/core/util/ExcptUtil.java
  53. 1 1
      src/main/java/com/wxmp/core/util/FileUtil.java
  54. 1 1
      src/main/java/com/wxmp/core/util/GzipUtil.java
  55. 1 1
      src/main/java/com/wxmp/core/util/HashUtil.java
  56. 19 19
      src/main/java/com/wxmp/core/util/HttpClientUtils.java
  57. 1 1
      src/main/java/com/wxmp/core/util/HttpConnectionUtil.java
  58. 1 1
      src/main/java/com/wxmp/core/util/HttpRequestDeviceUtils.java
  59. 1 1
      src/main/java/com/wxmp/core/util/HttpUtil.java
  60. 1 1
      src/main/java/com/wxmp/core/util/ImageUtil.java
  61. 1 1
      src/main/java/com/wxmp/core/util/ImageUtils.java
  62. 1 1
      src/main/java/com/wxmp/core/util/J2CacheUtil.java
  63. 1 1
      src/main/java/com/wxmp/core/util/JSONUtil.java
  64. 1 1
      src/main/java/com/wxmp/core/util/MD5Util.java
  65. 2 2
      src/main/java/com/wxmp/core/util/MediaTypeUtil.java
  66. 1 1
      src/main/java/com/wxmp/core/util/MyTrustManager.java
  67. 1 1
      src/main/java/com/wxmp/core/util/Num62.java
  68. 1 1
      src/main/java/com/wxmp/core/util/PasswordUtil.java
  69. 1 1
      src/main/java/com/wxmp/core/util/PropertiesConfigUtil.java
  70. 1 1
      src/main/java/com/wxmp/core/util/PropertiesUtil.java
  71. 1 1
      src/main/java/com/wxmp/core/util/ReflectionUtil.java
  72. 1 1
      src/main/java/com/wxmp/core/util/SecurityUtil.java
  73. 1 1
      src/main/java/com/wxmp/core/util/SessionUtil.java
  74. 1 1
      src/main/java/com/wxmp/core/util/SpringContextFactory.java
  75. 1 1
      src/main/java/com/wxmp/core/util/SpringUtils.java
  76. 1 1
      src/main/java/com/wxmp/core/util/StringUtil.java
  77. 1 1
      src/main/java/com/wxmp/core/util/ThreadUtil.java
  78. 1 1
      src/main/java/com/wxmp/core/util/UTF8StringHttpMessageConverter.java
  79. 1 1
      src/main/java/com/wxmp/core/util/UploadUtil.java
  80. 1 1
      src/main/java/com/wxmp/core/util/ValidateUtil.java
  81. 1 1
      src/main/java/com/wxmp/core/util/WebUtil.java
  82. 19 19
      src/main/java/com/wxmp/core/util/XSSUtils.java
  83. 1 1
      src/main/java/com/wxmp/core/util/XmlUtil.java
  84. 1 1
      src/main/java/com/wxmp/core/util/qiniu/QiniuResult.java
  85. 1 1
      src/main/java/com/wxmp/core/util/qiniu/QiniuUtil.java
  86. 1 1
      src/main/java/com/wxmp/core/util/security/BASE64Encoder.java
  87. 1 1
      src/main/java/com/wxmp/core/util/security/BouncyCastleProvider.java
  88. 1 1
      src/main/java/com/wxmp/core/util/security/Hex.java
  89. 1 1
      src/main/java/com/wxmp/core/util/security/RSAKeys.java
  90. 1 1
      src/main/java/com/wxmp/core/util/security/RSASignatureTools.java
  91. 1 1
      src/main/java/com/wxmp/core/util/security/SecurityCoder.java
  92. 1 1
      src/main/java/com/wxmp/core/util/security/coder/DESCoder.java
  93. 1 1
      src/main/java/com/wxmp/core/util/security/coder/HmacCoder.java
  94. 1 1
      src/main/java/com/wxmp/core/util/security/coder/MDCoder.java
  95. 1 1
      src/main/java/com/wxmp/core/util/security/coder/RSACoder.java
  96. 1 1
      src/main/java/com/wxmp/core/util/security/coder/SHACoder.java
  97. 1 1
      src/main/java/com/wxmp/core/util/security/http/HTTPSCoder.java
  98. 1 1
      src/main/java/com/wxmp/core/util/security/http/HTTPSPKCSCoder.java
  99. 1 1
      src/main/java/com/wxmp/core/util/wx/HTTPResultXml.java
  100. 0 0
      src/main/java/com/wxmp/core/util/wx/RequestHandler.java

+ 1 - 1
src/main/java/com/wxmp/core/annotation/FrontAuth.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.annotation;
 

+ 1 - 1
src/main/java/com/wxmp/core/annotation/Repeat.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.annotation;
 

+ 1 - 1
src/main/java/com/wxmp/core/common/AppDefineInitService.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.common;
 

+ 1 - 1
src/main/java/com/wxmp/core/common/BaseCtrl.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.common;
 

+ 1 - 1
src/main/java/com/wxmp/core/common/Configuration.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.common;
 

+ 1 - 1
src/main/java/com/wxmp/core/common/Constants.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.common;
 

+ 1 - 1
src/main/java/com/wxmp/core/common/DataModel.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.common;
 

+ 18 - 0
src/main/java/com/wxmp/core/common/EchartsData.java

@@ -1,3 +1,21 @@
+/*
+ * FileName:EchartsData.java 
+ * <p>
+ * Copyright (c) 2017-2020, <a href="http://www.webcsn.com">hermit (794890569@qq.com)</a>.
+ * <p>
+ * Licensed under the GNU General Public License, Version 3 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * <p>
+ * http://www.gnu.org/licenses/gpl-3.0.html
+ * <p>
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * 
+ */
 package com.wxmp.core.common;
 
 import java.util.ArrayList;

+ 1 - 1
src/main/java/com/wxmp/core/common/I18n.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.common;
 

+ 1 - 1
src/main/java/com/wxmp/core/common/IBase.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.common;
 

+ 1 - 1
src/main/java/com/wxmp/core/common/Identities.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.common;
 

+ 18 - 0
src/main/java/com/wxmp/core/common/Series.java

@@ -1,3 +1,21 @@
+/*
+ * FileName:Series.java 
+ * <p>
+ * Copyright (c) 2017-2020, <a href="http://www.webcsn.com">hermit (794890569@qq.com)</a>.
+ * <p>
+ * Licensed under the GNU General Public License, Version 3 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * <p>
+ * http://www.gnu.org/licenses/gpl-3.0.html
+ * <p>
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * 
+ */
 package com.wxmp.core.common;
 
 import java.util.List;

+ 1 - 1
src/main/java/com/wxmp/core/common/TableModel.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.common;
 

+ 1 - 1
src/main/java/com/wxmp/core/common/XMLDocException.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.common;
 /**

+ 1 - 1
src/main/java/com/wxmp/core/exception/BusinessException.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.exception;
 

+ 1 - 1
src/main/java/com/wxmp/core/exception/UnexpectedException.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.exception;
 

+ 1 - 1
src/main/java/com/wxmp/core/exception/WxError.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.exception;
 

+ 1 - 1
src/main/java/com/wxmp/core/exception/WxErrorException.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.exception;
 

+ 1 - 1
src/main/java/com/wxmp/core/interceptor/AuthInterceptor.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.interceptor;
 

+ 1 - 1
src/main/java/com/wxmp/core/interceptor/TestCaseInterceptor.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.interceptor;
 

+ 19 - 19
src/main/java/com/wxmp/core/interceptor/XSSFilter.java

@@ -1,21 +1,21 @@
-/*
- * FileName:XSSFilter.java
- * <p>
- * Copyright (c) 2017-2020, <a href="http://www.webcsn.com">hermit (794890569@qq.com)</a>.
- * <p>
- * Licensed under the GNU General Public License, Version 3 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * <p>
- * http://www.gnu.org/licenses/gpl-3.0.html
- * <p>
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- */
+/*
+ * FileName:XSSFilter.java 
+ * <p>
+ * Copyright (c) 2017-2020, <a href="http://www.webcsn.com">hermit (794890569@qq.com)</a>.
+ * <p>
+ * Licensed under the GNU General Public License, Version 3 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * <p>
+ * http://www.gnu.org/licenses/gpl-3.0.html
+ * <p>
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * 
+ */
 package com.wxmp.core.interceptor;
 
 import java.io.IOException;
@@ -128,4 +128,4 @@ public class XSSFilter implements Filter {
 		 return;
 	}
 
-}
+}

+ 19 - 19
src/main/java/com/wxmp/core/interceptor/XSSRequestWrapper.java

@@ -1,21 +1,21 @@
-/*
- * FileName:XSSRequestWrapper.java
- * <p>
- * Copyright (c) 2017-2020, <a href="http://www.webcsn.com">hermit (794890569@qq.com)</a>.
- * <p>
- * Licensed under the GNU General Public License, Version 3 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * <p>
- * http://www.gnu.org/licenses/gpl-3.0.html
- * <p>
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- */
+/*
+ * FileName:XSSRequestWrapper.java 
+ * <p>
+ * Copyright (c) 2017-2020, <a href="http://www.webcsn.com">hermit (794890569@qq.com)</a>.
+ * <p>
+ * Licensed under the GNU General Public License, Version 3 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * <p>
+ * http://www.gnu.org/licenses/gpl-3.0.html
+ * <p>
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * 
+ */
 package com.wxmp.core.interceptor;
 
 import java.io.ByteArrayInputStream;
@@ -171,4 +171,4 @@ public class XSSRequestWrapper extends HttpServletRequestWrapper {
         return value;
     }
 	
-}
+}

+ 1 - 1
src/main/java/com/wxmp/core/listener/InitListener.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.listener;
 

+ 1 - 1
src/main/java/com/wxmp/core/page/Page.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.page;
 

+ 1 - 1
src/main/java/com/wxmp/core/page/PageInterceptor.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.page;
 

+ 1 - 1
src/main/java/com/wxmp/core/page/PageResult.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.page;
 

+ 1 - 1
src/main/java/com/wxmp/core/page/PageUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.page;
 

+ 1 - 1
src/main/java/com/wxmp/core/spring/ExceptionHolder.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.spring;
 

+ 1 - 1
src/main/java/com/wxmp/core/spring/JsonView.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.spring;
 

+ 1 - 1
src/main/java/com/wxmp/core/spring/SpringBeanDefineConfigue.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.spring;
 

+ 1 - 1
src/main/java/com/wxmp/core/spring/SpringBeanDefineService.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.spring;
 

+ 1 - 1
src/main/java/com/wxmp/core/spring/SpringContextHolder.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.spring;
 

+ 1 - 1
src/main/java/com/wxmp/core/spring/SpringFreemarkerContextPathUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.spring;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/AjaxResult.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/ApplicatonStaticUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/ArrayUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/BeanUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/CacheJ2Utils.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 //

+ 1 - 1
src/main/java/com/wxmp/core/util/CacheUtils.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/CalendarUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/CharsetUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/CommonUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/ConvertUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/CookieUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/DataUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/DateUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/DateUtilOld.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/Digests.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/Encodes.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/EncryptUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/Exceptions.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/ExcptUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/FileUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/GzipUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/HashUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 19 - 19
src/main/java/com/wxmp/core/util/HttpClientUtils.java

@@ -1,21 +1,21 @@
-/*
- * FileName:HttpClientUtils.java 
- * <p>
- * Copyright (c) 2017-2020, <a href="http://www.webcsn.com">hermit (794890569@qq.com)</a>.
- * <p>
- * Licensed under the GNU General Public License, Version 3 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * <p>
- * http://www.gnu.org/licenses/gpl-3.0.html
- * <p>
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- */
+/*
+ * FileName:HttpClientUtils.java 
+ * <p>
+ * Copyright (c) 2017-2020, <a href="http://www.webcsn.com">hermit (794890569@qq.com)</a>.
+ * <p>
+ * Licensed under the GNU General Public License, Version 3 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * <p>
+ * http://www.gnu.org/licenses/gpl-3.0.html
+ * <p>
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * 
+ */
 package com.wxmp.core.util;
 
 import java.io.File;
@@ -629,4 +629,4 @@ public class HttpClientUtils {
         }
         return file;
     }
-}
+}

+ 1 - 1
src/main/java/com/wxmp/core/util/HttpConnectionUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/HttpRequestDeviceUtils.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/HttpUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/ImageUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/ImageUtils.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 import java.awt.Graphics2D;  

+ 1 - 1
src/main/java/com/wxmp/core/util/J2CacheUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 //

+ 1 - 1
src/main/java/com/wxmp/core/util/JSONUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/MD5Util.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 2 - 2
src/main/java/com/wxmp/core/util/MediaTypeUtil.java

@@ -1,5 +1,5 @@
 /*
- * FileName:ImgTypeUtil.java 
+ * FileName:MediaTypeUtil.java 
  * <p>
  * Copyright (c) 2017-2020, <a href="http://www.webcsn.com">hermit (794890569@qq.com)</a>.
  * <p>
@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/MyTrustManager.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/Num62.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/PasswordUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/PropertiesConfigUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/PropertiesUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/ReflectionUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/SecurityUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/SessionUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/SpringContextFactory.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/SpringUtils.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/StringUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/ThreadUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/UTF8StringHttpMessageConverter.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/UploadUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/ValidateUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/WebUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 19 - 19
src/main/java/com/wxmp/core/util/XSSUtils.java

@@ -1,21 +1,21 @@
-/*
- * FileName:XSSUtils.java
- * <p>
- * Copyright (c) 2017-2020, <a href="http://www.webcsn.com">hermit (794890569@qq.com)</a>.
- * <p>
- * Licensed under the GNU General Public License, Version 3 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * <p>
- * http://www.gnu.org/licenses/gpl-3.0.html
- * <p>
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- */
+/*
+ * FileName:XSSUtils.java 
+ * <p>
+ * Copyright (c) 2017-2020, <a href="http://www.webcsn.com">hermit (794890569@qq.com)</a>.
+ * <p>
+ * Licensed under the GNU General Public License, Version 3 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * <p>
+ * http://www.gnu.org/licenses/gpl-3.0.html
+ * <p>
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * 
+ */
 package com.wxmp.core.util;
 
 import org.apache.commons.lang.StringEscapeUtils;
@@ -134,4 +134,4 @@ public class XSSUtils {
 //    	str=HtmlUtils.htmlEscapeHex(str);//③转换为十六进制数据转义表示
     	return str;
     }
-}
+}

+ 1 - 1
src/main/java/com/wxmp/core/util/XmlUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/qiniu/QiniuResult.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util.qiniu;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/qiniu/QiniuUtil.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util.qiniu;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/security/BASE64Encoder.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util.security;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/security/BouncyCastleProvider.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util.security;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/security/Hex.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util.security;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/security/RSAKeys.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util.security;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/security/RSASignatureTools.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util.security;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/security/SecurityCoder.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util.security;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/security/coder/DESCoder.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util.security.coder;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/security/coder/HmacCoder.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util.security.coder;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/security/coder/MDCoder.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util.security.coder;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/security/coder/RSACoder.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util.security.coder;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/security/coder/SHACoder.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util.security.coder;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/security/http/HTTPSCoder.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util.security.http;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/security/http/HTTPSPKCSCoder.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util.security.http;
 

+ 1 - 1
src/main/java/com/wxmp/core/util/wx/HTTPResultXml.java

@@ -14,7 +14,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ * 
  */
 package com.wxmp.core.util.wx;
 

+ 0 - 0
src/main/java/com/wxmp/core/util/wx/RequestHandler.java


Неке датотеке нису приказане због велике количине промена