-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
Results for 4.2 CR1:
There are diffs in lot of jars when comparing the zip distro (jboss-eap-4.2.0.GA_CP06.CR1.zip) with the src distro (jboss-eap-src-4.2.0.GA_CP06.CR1.zip).
Will have to look deeper at the diffs, maybe wort to wait for CR2?
There are following diffs between the zip distro and the jar installer:
$ diff -b -B -w zip/build/output/jboss-as/server/production/conf/login-config.xml jar/build/output/jboss-as/server/production/conf/login-config.xml
26d25
< $Revision: 82211 $
136a139,149
> <application-policy name="messaging">
> <authentication>
> <login-module code = "org.jboss.security.auth.spi.DatabaseServerLoginModule"
> flag = "required">
> <module-option name = "unauthenticatedIdentity">guest</module-option>
> <module-option name = "dsJndiName">java:/DefaultDS</module-option>
> <module-option name = "principalsQuery">SELECT PASSWD FROM JBM_USER WHERE USER_ID=?</module-option>
> <module-option name = "rolesQuery">SELECT ROLE_ID, 'Roles' FROM JBM_ROLE WHERE USER_ID=?</module-option>
> </login-module>
> </authentication>
> </application-policy>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
$ diff -b -B -w zip/build/output/jboss-as/server/production/deploy/jmx-console.war/WEB-INF/web.xml jar/build/output/jboss-as/server/production/deploy/jmx-console.war/WEB-INF/web.xml
84c84,85
< secured access to the HTML JMX console. -->
—
> secured access to the HTML JMX console.
> -->
108,115d107
<
< <!-- Display a generic error page when HTTP Status 500 exceptions
< occur. -->
< <error-page>
< <error-code>500</error-code>
< <location>/genericError.jsp</location>
< </error-page>
<
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
$ diff -b -B -w zip/build/output/jboss-as/server/production/deploy/management/console-mgr.sar/web-console.war/WEB-INF/jboss-web.xml jar/build/output/jboss-as/server/production/deploy/management/console-mgr.sar/web-console.war/WEB-INF/jboss-web.xml
11,13c10,12
< login modules used to authentication users. -->
< <security-domain>java:/jaas/web-console</security-domain>
<
—
> login modules used to authentication users.
> -->
> <security-domain>java:/jaas/jmx-console</security-domain>