| Unable to publish layers using SQL Tables or Views with an underscore in the name. We were previously using 2.11.4 with out issue. Then built a new docker based deployment with 2.16.1 initially and started encountering issues. When publishing a layer the feature type does not load. We trapped this sql statement attempting to publish a table WFS_INSTRUCTION_TEST note the table name is escaped as WFS_INSTRUCTION_TEST which returns no results. If we rename the table and columns to not have underscores then the layer will work. |