Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jsp-dev] Property to Enable Older Sun URIs In JSTL 3.0

I don't see JSP the spec or api being concerned about this.

Seems like something a JSP implementation, like Jakarta WASP (used in Glassfish) or Apache Jasper (used in Jetty and Tomcat) would implement.

- Joakim

On Wed, Dec 22, 2021 at 3:04 PM Volodymyr Siedlecki <volosied@xxxxxxxxx> wrote:
Hello,

For the JSTL 3.0 release, will change the default Taglib URIs to jakarta.tags.*. However, for application compatibility, we plan to include a property to switch to the older tags URIs (which will be deprecated and removed in later releases). 

I would like to get feedback on this property name. Currently, I propose to create 
org.eclipse.useSunURIs as a context parameter? 


If you have other proposals or comments, please reply or comment in https://github.com/eclipse-ee4j/jstl-api/issues/193


Thanks,
Volodymyr
_______________________________________________
jsp-dev mailing list
jsp-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jsp-dev

Back to the top