zengkid/SmartTomcat

.SmartTomcat/.../conf/web.xml formatting issue

MikeC1419 opened this issue · 3 comments

The web.xml file has spaces in the first line before ' ?xml version="1.0" encoding="UTF-8"?' every time the server is started from IntelliJ.

As a result my server does not work until I manually edit the file to delete the spaces one the first line before '?xml version="1.0" encoding="UTF-8"?'

Intellij version 2023 1.2
SmartTomcat Version 4.5.0
Apache Tomcat 10.0.2
(note this issue did not occur when I switched to Tomcat 9.0.75)

yuezk commented

@MikeC1419 SmartTomcat just copies the web.xml, but it never changes its content, I'm afraid this issue is not related to SmartTomcat.