asbachb commented on issue #6492: URL: https://github.com/apache/netbeans/issues/6492#issuecomment-1761114447
@johbor I guess the `*.xhtml` comes from the specifications default: > When using prefix mapping, the following mapping is recommended, but not required: > > ``` > <servlet-mapping> > <servlet-name> faces-servlet-name </servlet-name> > <url-pattern> /faces/* </url-pattern> > </servlet-mapping> > ``` https://jakarta.ee/specifications/faces/4.0/jakarta-faces-4.0.html#a6076 I guess changing the default would require some more data than "is mostly used". -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
