jakartaee / platform-tck

Jakartaee-tck
Other
127 stars 108 forks source link

Refactor JSP Platform Tests - spec/security & spec/tagext/resource #1254

Closed alwin-joseph closed 6 months ago

alwin-joseph commented 6 months ago

Related Issue(s) Pending items mentioned in https://github.com/jakartaee/platform-tck/pull/1182 is covered here.

Describe the change

Test Failures: Tests under jsp/src/main/java/com/sun/ts/tests/jsp/spec/tagext/resource fail with Glassfish currently due to below missing configuration in the server. The creation of the resource(using create-custom-resource) in glassfish-runner is not working as expected. This needs to be revisited.

      <res-ref-name>myUrl</res-ref-name>
      <jndi-name>http://webServerHost:webServerPort</jndi-name>

cc @markt-asf

alwin-joseph commented 6 months ago

I am merging this to make further progress with the JSP TCK. Can review if any issues found later.