Red Hat Jboss Web Server 2 2.0.1 Release Notes

Total Page:16

File Type:pdf, Size:1020Kb

Red Hat Jboss Web Server 2 2.0.1 Release Notes Red Hat JBoss Web Server 2 2.0.1 Release Notes Release Notes for Red Hat JBoss Web Server 2.0.1 Edition 2 Last Updated: 2017-10-19 Red Hat JBoss Web Server 2 2.0.1 Release Notes Release Notes for Red Hat JBoss Web Server 2.0.1 Edition 2 Mandar Joshi Red Hat Engineering Content Services [email protected] Misha Husnain Ali Red Hat Engineering Content Services [email protected] Legal Notice Copyright © 2011 Red Hat, Inc. This document is licensed by Red Hat under the Creative Commons Attribution-ShareAlike 3.0 Unported License. If you distribute this document, or a modified version of it, you must provide attribution to Red Hat, Inc. and provide a link to the original. If the document is modified, all Red Hat trademarks must be removed. Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law. Red Hat, Red Hat Enterprise Linux, the Shadowman logo, JBoss, OpenShift, Fedora, the Infinity logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries. Linux ® is the registered trademark of Linus Torvalds in the United States and other countries. Java ® is a registered trademark of Oracle and/or its affiliates. XFS ® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries. MySQL ® is a registered trademark of MySQL AB in the United States, the European Union and other countries. Node.js ® is an official trademark of Joyent. Red Hat Software Collections is not formally related to or endorsed by the official Joyent Node.js open source or commercial project. The OpenStack ® Word Mark and OpenStack logo are either registered trademarks/service marks or trademarks/service marks of the OpenStack Foundation, in the United States and other countries and are used with the OpenStack Foundation's permission. We are not affiliated with, endorsed or sponsored by the OpenStack Foundation, or the OpenStack community. All other trademarks are the property of their respective owners. Abstract These release notes contain important information related to Red Hat JBoss Web Server 2.0.1. Read these Release Notes in their entirety before installing Red Hat JBoss Web Server 2.0.1. Table of Contents Table of Contents .C .H . A. P. .T .E .R . .1 .. .A . B. O. .U . T. .J .B .O . S. .S . E. N. .T .E . R. P. .R .I S. .E . W. E. B. S. E. R. .V .E . R. .3 . 1.1. OVERVIEW 3 1.2. CHANGES IN THIS RELEASE 3 1.2.1. Bug Fixes 3 1.2.2. Known Issues 8 .A .P . P. E. N. .D . I.X . A. .R .E . V. I.S .I O. .N . .H .I S. .T .O . R. Y. .1 .4 . 1 2.0.1 Release Notes 2 CHAPTER 1. ABOUT JBOSS ENTERPRISE WEB SERVER CHAPTER 1. ABOUT JBOSS ENTERPRISE WEB SERVER 1.1. OVERVIEW JBoss Enterprise Web Server is a fully-integrated and certified set of components for hosting Java web applications. It is comprised of the industry's leading web server (Apache HTTP Server), the popular Apache Tomcat Servlet container as well as load balancers (mod_jk and mod_cluster), Hibernate, the Tomcat Native library and others. Supported Configurations For a comprehensive list of supported configurations for JBoss Enterprise Web Server 2.0 and 2.0.1, refer to the JBoss Enterprise Web Server Supported Configurations page. 1.2. CHANGES IN THIS RELEASE 1.2.1. Bug Fixes JON Plugin 865460 - Cannot add a Group to tomcat's UserDatabase Due to missing parameters a public class, adding a group to Tomcat’s UserDatabase using the JBoss Operations Network (JON) interface displays an error: DEBUG [ResourceFactory.executor-1] (rhq.core.pc.inventory.CreateResourceRunner)- Throwable was found in creation report for request [10083]. java.lang.IllegalStateException: Name [roles] specified for parameter of operation [createGroup] on MBean [Users:type=UserDatabase,database=UserDatabase] is invalid. The MBean operation does not take a parameter by that name.. A fix is applied to add the missing parameters. As a result, adding a group to Tomcat’s UserDatabase works as expected in JBoss Enterprise Web Server 2.0.1. 865459 - Cannot add a User to tomcat's UserDatabase Due to missing parameters in the public class, adding a user to Tomcat’s UserDatabase using the JBoss Operations Network (JON) interface in JBoss Enterprise Web Server displays an error in agent’s log indicating that the MBean parameters are invalid. A fix is applied to add the missing parameters. As a result, adding users to Tomcat’s UserDatabase using JBoss Operations Network (JON) works as expected in JBoss Operations Network (JON). 688358 - [JBPAPP-6104] JON 2.4.1: User Database "Save" operation fails, but reports Success The add, modify and remove operations in tomcat 6 and 7 do not manipulate the user database as expected. As a result, the JBoss Operations Network interface fails. The plugin logic is now fixed. To ensure JBoss Operations Network works as expected, set readonly="false" in the UserDatabase resource in the server.xml file. 3 2.0.1 Release Notes 921194 - [tomcat] Connectors are not properly discovered and therefore are unavailable along with all their content Due to an issue in the JBoss Enterprise Web Server plug in, the connectors ?-8080 and ?-8009 are down. As a result, Tomcat 7 can not be monitored or managed. The bug in the JBoss Enterprise Web Server plug in is now fixed. As a result, the connectors are now discoverable and are named http- bio-8080 and ajp-bio-8009 as expected and Tomcat 7 can be managed and monitored successfully. 921261 - WebModule is reported as DOWN or UNAVAILABLE due to plug-in expecting stateName to return 1 instead of STARTED The missing MBean for the //localhost/my-simple-webapp WAR file causes all the web applications deployed on Tomcat 7 to be unavailable. The Tomcat 7 support patch contains the updated MBean names. The relevant MBean names are now correct and discoverable as expected. httpd 947579 - httpd 2.2.22 init script does not properly make use of the pid file OpenShift Enterprise contains a cartridge that requires a JBoss Enterprise Application Platform subscription. The JBoss Enterprise Application Platform channel provides an Apache init script that is incompatible with the httpd 2.2.22 init script in the OpenShift Enterprise cartridge. The JBoss httpd service script does not pass the "-p pidfile" flag to killproc resulting in killing openshift-console and openshift-broker services along with all the end user applications that use httpd. The bug in the init script is now fixed. The patch in the httpd 2.2.22 init script now kills the process using its process ID as expected. 973189 - EWS httpd keeps writing logs to old log file after rotated by logrotate JBoss Enterprise Web Server httpd does not write logs to new log file after after it is rotated by logrotate. Expected behavior is to write logs to new log file after rotated by logrotate. This occurs because the httpd.pid file path is incorrect in /etc/logrotate.d/httpd script. This issue is fixed in JBoss Enterprise Web Server 2.0.1. The httpd.pid file path is now corrected in /etc/logrotate.d/httpd script. JBoss Enterprise Server httpd now writes logs to new log file after rotated by log rotate. 900827 - Apache httpd returns 500 status code instead of custom status code when using mod_proxy An issue with Apache http produces wrong status code when using mod_proxy http as a loadbalancer/proxy and a JSP with a custom status code. Instead of custom status code, 500 status code is returned. The bug in the Apache http has now been fixed. Using mod_proxy http as a loadbalancer/proxy and a JSP with a custom status code now returns the custom status code. 901126 - Update postinstall script to check for check for conf file before editing JBoss Enterprise Web Server 2.0 contained mod_snmp and mod_cluster. However, JBoss Enterprise Application Platform does not require these dependencies and therefore the commands that manipulate mod_snmp and mod_cluster in the .postinstall file are not suitable for JBoss Enterprise Application Platform. As a result, the .postinstall file included with JBoss Enterprise 4 CHAPTER 1. ABOUT JBOSS ENTERPRISE WEB SERVER Application Platform 2.0 did not work as expected. This is fixed so that the .postinstall file now includes condition tests in mod_cluster and mod_snmp. As a result, the .postinstall file shipped with JBoss Enterprise Application Platform works as expected. 971861 - Multiple Issues with OCSP OCSP (mod_ssl) mishandles responses for responders in specific situations. For example, if a responder sends NULL or blank data but does not close the connection, mod_ssl unexpectedly ends the response. Further information about this issue is available at http://openssl.6102.n7.nabble.com/Decoding- OCSP-response-data-ASN1-D2I-READ-BIO-not-enough-data-td24437.html Additionally, OCSP does not work as expected when used in conjunction with an intermediate CA (Certification Authority), for example when a CA is used for Apache configuration. Further information about this issue is available at https://issues.apache.org/bugzilla/show_bug.cgi? id=46037 As a result of these problems, cretin OCSP responders do not work as expected with JBoss Enterprise Web Server and intermediary CAs also do not work as expected. These problems are fixed in JBoss Enterprise Web Server 2.0.1 using a patch. As a result of the fix, third party OCSP responders and intermediary CAs work as expected with JBoss Enterprise Web Server.
Recommended publications
  • Open Source Used in Cisco Prime Access Registrar 7.3
    Open Source Used In Cisco Prime Access Registrar 7.3 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website at www.cisco.com/go/offices. Text Part Number: 78EE117C99-148346687 Open Source Used In Cisco Prime Access Registrar 7.3 1 This document contains licenses and notices for open source software used in this product. With respect to the free/open source software listed in this document, if you have any questions or wish to receive a copy of any source code to which you may be entitled under the applicable free/open source license(s) (such as the GNU Lesser/General Public License), please contact us at [email protected]. In your requests please include the following reference number 78EE117C99-148346687 Contents 1.1 ace-5.5 5.5 1.1.1 Available under license 1.2 ajaxanywhere 1.2.1 1.2.1 Available under license 1.3 ant 1.7.1 1.3.1 Available under license 1.4 Apache Commons Logging 1.1.1 1.4.1 Available under license 1.5 Apache Tomcat 8.5.16 1.5.1 Available under license 1.6 axis 1.4 1.6.1 Available under license 1.7 Axis C++ 1.6b 1.7.1 Available under license 1.8 Bean Validation API 1.1.0.Final 1.8.1 Available under license 1.9 c-ares 1.10.0 1.9.1 Available under license 1.10 CGLIB 2.2 1.10.1 Available under license 1.11 cglib 2.2.0-b21 :repackaged as a module 1.11.1 Available under license 1.12 cglib 2.1.88 1.12.1 Available under license 1.13 ciscosafec-3.0.0 3.0.0 1.13.1 Available under license Open Source Used In Cisco
    [Show full text]
  • Unravel Data Systems Version 4.5
    UNRAVEL DATA SYSTEMS VERSION 4.5 Component name Component version name License names jQuery 1.8.2 MIT License Apache Tomcat 5.5.23 Apache License 2.0 Tachyon Project POM 0.8.2 Apache License 2.0 Apache Directory LDAP API Model 1.0.0-M20 Apache License 2.0 apache/incubator-heron 0.16.5.1 Apache License 2.0 Maven Plugin API 3.0.4 Apache License 2.0 ApacheDS Authentication Interceptor 2.0.0-M15 Apache License 2.0 Apache Directory LDAP API Extras ACI 1.0.0-M20 Apache License 2.0 Apache HttpComponents Core 4.3.3 Apache License 2.0 Spark Project Tags 2.0.0-preview Apache License 2.0 Curator Testing 3.3.0 Apache License 2.0 Apache HttpComponents Core 4.4.5 Apache License 2.0 Apache Commons Daemon 1.0.15 Apache License 2.0 classworlds 2.4 Apache License 2.0 abego TreeLayout Core 1.0.1 BSD 3-clause "New" or "Revised" License jackson-core 2.8.6 Apache License 2.0 Lucene Join 6.6.1 Apache License 2.0 Apache Commons CLI 1.3-cloudera-pre-r1439998 Apache License 2.0 hive-apache 0.5 Apache License 2.0 scala-parser-combinators 1.0.4 BSD 3-clause "New" or "Revised" License com.springsource.javax.xml.bind 2.1.7 Common Development and Distribution License 1.0 SnakeYAML 1.15 Apache License 2.0 JUnit 4.12 Common Public License 1.0 ApacheDS Protocol Kerberos 2.0.0-M12 Apache License 2.0 Apache Groovy 2.4.6 Apache License 2.0 JGraphT - Core 1.2.0 (GNU Lesser General Public License v2.1 or later AND Eclipse Public License 1.0) chill-java 0.5.0 Apache License 2.0 Apache Commons Logging 1.2 Apache License 2.0 OpenCensus 0.12.3 Apache License 2.0 ApacheDS Protocol
    [Show full text]
  • Progeny Upgrade Guide
    Progeny Upgrade Guide Progeny Upgrade Guide Page | 1 Contents Getting Started .............................................................................................................................................. 3 A note about Progeny Downloads and Updates .............................................................................. 3 Progeny Desktop Client Update/Upgrade .................................................................................................... 3 Before Updating/Upgrading the Progeny Desktop Client ............................................................... 3 Upgrading the Progeny Desktop between major versions (Ex. 9 to 10) .......................................... 4 Updating the Progeny Desktop between minor versions (Ex. 10.0.0.0 to 10.2.0.0) ....................... 7 Licensing the desktop client ............................................................................................................. 9 Upgrading the Database ................................................................................................................ 10 Database Server Upgrade ........................................................................................................................... 11 Upgrading the Database Server ..................................................................................................... 11 Changing the Database Service ...................................................................................................... 14 Web Server Upgrade ..................................................................................................................................
    [Show full text]
  • Open Source Used in Cisco Prime Access Registrar 8.0
    Open Source Used In Cisco Prime Access Registrar 8.0 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website at www.cisco.com/go/offices. Text Part Number: 78EE117C99-161538199 Open Source Used In Cisco Prime Access Registrar 8.0 1 This document contains licenses and notices for open source software used in this product. With respect to the free/open source software listed in this document, if you have any questions or wish to receive a copy of any source code to which you may be entitled under the applicable free/open source license(s) (such as the GNU Lesser/General Public License), please contact us at [email protected]. In your requests please include the following reference number 78EE117C99-161538199 Contents 1.1 ace-5.5 5.5 1.1.1 Available under license 1.2 ajaxanywhere 1.2.1 1.2.1 Available under license 1.3 ant 1.7.1 1.3.1 Available under license 1.4 Apache Commons Logging 1.1.1 1.4.1 Available under license 1.5 Apache Tomcat 8.5.16 1.5.1 Available under license 1.6 axis 1.4 1.6.1 Available under license 1.7 Axis C++ 1.6b 1.7.1 Available under license 1.8 Bean Validation API 1.1.0.Final 1.8.1 Available under license 1.9 c-ares 1.10.0 1.9.1 Available under license 1.10 CGLIB 2.2 1.10.1 Available under license 1.11 cglib 2.2.0-b21 :repackaged as a module 1.11.1 Available under license 1.12 cglib 2.1.88 1.12.1 Available under license 1.13 ciscosafec-3.0.0 3.0.0 1.13.1 Available under license Open Source Used In Cisco
    [Show full text]
  • Licensing Information User Manual Mysql Enterprise Monitor 3.4
    Licensing Information User Manual MySQL Enterprise Monitor 3.4 Table of Contents Licensing Information .......................................................................................................................... 4 Licenses for Third-Party Components .................................................................................................. 5 Ant-Contrib ............................................................................................................................... 10 ANTLR 2 .................................................................................................................................. 11 ANTLR 3 .................................................................................................................................. 11 Apache Commons BeanUtils v1.6 ............................................................................................. 12 Apache Commons BeanUtils v1.7.0 and Later ........................................................................... 13 Apache Commons Chain .......................................................................................................... 13 Apache Commons Codec ......................................................................................................... 13 Apache Commons Collections .................................................................................................. 14 Apache Commons Daemon ...................................................................................................... 14 Apache
    [Show full text]
  • Licensed to the Apache Software Foundation (ASF) Under One Or More Contributor License Agreements
    ================================================================================ Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ================================================================================ =================================================== Running The Apache Tomcat 8.0 Servlet/JSP Container =================================================== Apache Tomcat 8.0 requires a Java Standard Edition Runtime Environment (JRE) version 7 or later. ============================= Running With JRE 7 Or Later ============================= (1) Download and Install a Java SE Runtime Environment (JRE) (1.1) Download a Java SE Runtime Environment (JRE), release version 7 or later, from http://www.oracle.com/technetwork/java/javase/downloads/index.html (1.2) Install the JRE according to the instructions included with the release. You may also use a full Java Development Kit (JDK) rather than just a JRE. (2) Download and Install Apache Tomcat (2.1) Download a binary distribution of Tomcat from: http://tomcat.apache.org/ (2.2) Unpack the binary distribution so that it resides in its own directory (conventionally named "apache-tomcat-[version]"). For the purposes of the remainder of this document, the name "CATALINA_HOME" is used to refer to the full pathname of that directory.
    [Show full text]
  • Pentaho EMR46 SHIM 7.1.0.0 Open Source Software Packages
    Pentaho EMR46 SHIM 7.1.0.0 Open Source Software Packages Contact Information: Project Manager Pentaho EMR46 SHIM Hitachi Vantara Corporation 2535 Augustine Drive Santa Clara, California 95054 Name of Product/Product Version License Component An open source Java toolkit for 0.9.0 Apache License Version 2.0 Amazon S3 AOP Alliance (Java/J2EE AOP 1.0 Public Domain standard) Apache Commons BeanUtils 1.9.3 Apache License Version 2.0 Apache Commons CLI 1.2 Apache License Version 2.0 Apache Commons Daemon 1.0.13 Apache License Version 2.0 Apache Commons Exec 1.2 Apache License Version 2.0 Apache Commons Lang 2.6 Apache License Version 2.0 Apache Directory API ASN.1 API 1.0.0-M20 Apache License Version 2.0 Apache Directory LDAP API Utilities 1.0.0-M20 Apache License Version 2.0 Apache Hadoop Amazon Web 2.7.2 Apache License Version 2.0 Services support Apache Hadoop Annotations 2.7.2 Apache License Version 2.0 Name of Product/Product Version License Component Apache Hadoop Auth 2.7.2 Apache License Version 2.0 Apache Hadoop Common - 2.7.2 Apache License Version 2.0 org.apache.hadoop:hadoop-common Apache Hadoop HDFS 2.7.2 Apache License Version 2.0 Apache HBase - Client 1.2.0 Apache License Version 2.0 Apache HBase - Common 1.2.0 Apache License Version 2.0 Apache HBase - Hadoop 1.2.0 Apache License Version 2.0 Compatibility Apache HBase - Protocol 1.2.0 Apache License Version 2.0 Apache HBase - Server 1.2.0 Apache License Version 2.0 Apache HBase - Thrift - 1.2.0 Apache License Version 2.0 org.apache.hbase:hbase-thrift Apache HttpComponents Core
    [Show full text]
  • Hitachi Contant Platform S Series Product Manager HCP - S Series V 3
    HITACHI Inspire the Next 2535 Augustine Drive Santa Clara, CA 95054 USA Contact Information : Hitachi Contant Platform S Series Product Manager HCP - S Series v 3 . 1 . 1 Hitachi Vantara LLC 2535 Augustine Dr. Santa Clara CA 95054 Component Version License Modified "Java Concurrency in Practice" book 1 Creative Commons Attribution 2.5 annotations ACPI 1.7 GNU General Public License v2.0 only ACPI Daemon 2.0.30 GNU General Public License v2.0 only Advanced Linux Sound Architecture 1.1.6 GNU General Public License v3.0 only (ALSA) ant-antlr 1.10.5 Apache License 2.0 ANTLR 2.7.7 ANTLR Software Rights Notice Apache Ant 1.10.5 Apache License 2.0 Apache Ant + JUnit 4 1.10.5 Apache License 2.0 Apache Commons CLI 1.4 Apache License 2.0 Apache Commons Codec 1.11 Apache License 2.0 Apache Commons Codec 1.14 Apache License 2.0 Apache Commons Collections 3.2.2 Apache License 2.0 Apache Commons Collections commons-commons-collections-4.4 Apache License 2.0 Apache Commons Compress 1.2 Apache License 2.0 Apache Commons Daemon 1.2.2 Apache License 2.0 Apache Commons DBCP 1.4 Apache License 2.0 Apache Commons FileUpload 1.3.3 Apache License 2.0 Apache Commons Lang 3.1 Apache License 2.0 Apache Commons Logging 1.2 Apache License 2.0 Apache Commons Net 3.6 Apache License 2.0 Apache Commons Pool 1.6 Apache License 2.0 Apache Groovy 2.4.8 Apache License 2.0 Apache HttpClient 4.5.3 Apache License 2.0 Apache HttpComponents Core 4.4.6 Apache License 2.0 Apache Ivy 2.4.0-patched Apache License 2.0 Apache log4j 2.11.1 Apache License 2.0 Apache Standard Taglib
    [Show full text]
  • Eyeglass Search OSS Licenses and Packages V9
    ECA 15.1 opensuse https://en.opensuse.org/openSUSE:License Package Licence Name Version Type Key Licence Name opensuse 15.1 OS annogen:annogen 0.1.0 JAR Not Found antlr:antlr 2.7.7 JAR BSD Berkeley Software Distribution (BSD) aopalliance:aopalliance 1 JAR Public DomainPublic Domain asm:asm 3.1 JAR Not Found axis:axis 1.4 JAR Apache-2.0 The Apache Software License, Version 2.0 axis:axis-wsdl4j 1.5.1 JAR Not Found backport-util-concurrent:backport-util-concurrent3.1 JAR Public DomainPublic Domain com.amazonaws:aws-java-sdk 1.1.7.1 JAR Apache-2.0 The Apache Software License, Version 2.0 com.beust:jcommander 1.72 JAR Apache-2.0 The Apache Software License, Version 2.0 com.carrotsearch:hppc 0.6.0 JAR Apache-2.0 The Apache Software License, Version 2.0 com.clearspring.analytics:stream 2.7.0 JAR Apache-2.0 The Apache Software License, Version 2.0 com.drewnoakes:metadata-extractor 2.4.0-beta-1JAR Public DomainPublic Domain com.esotericsoftware:kryo-shaded 3.0.3 JAR BSD Berkeley Software Distribution (BSD) com.esotericsoftware:minlog 1.3.0 JAR BSD Berkeley Software Distribution (BSD) com.fasterxml.jackson.core:jackson-annotations2.6.1 JAR Apache-2.0 The Apache Software License, Version 2.0 com.fasterxml.jackson.core:jackson-annotations2.5.0 JAR Apache-2.0 The Apache Software License, Version 2.0 com.fasterxml.jackson.core:jackson-annotations2.2.0 JAR Apache-2.0 The Apache Software License, Version 2.0 com.fasterxml.jackson.core:jackson-annotations2.9.0 JAR Apache-2.0 The Apache Software License, Version 2.0 com.fasterxml.jackson.core:jackson-annotations2.6.0
    [Show full text]
  • Pentaho Metadata 7.1.0.0 Open Source Software Packages
    Pentaho Metadata 7.1.0.0 Open Source Software Packages Contact Information: Project Manager Pentaho Metadata Hitachi Vantara Corporation 2535 Augustine Drive Santa Clara, California 95054 Name of Product/Product Component Version License [ini4j] 0.5.1 Apache License Version 2.0 A Java library for reading/writing Excel 2.5.7 LGPL 2.1 ActiveIO :: Core 3.1.4 Apache License Version 2.0 ActiveMQ :: Apache Karaf 5.10.0 Apache License Version 2.0 ActiveMQ :: Camel 5.10.0 Apache License Version 2.0 ActiveMQ :: OSGi bundle 5.10.0 Apache License Version 2.0 An open source Java toolkit for Amazon 0.9.0 Apache License Version 2.0 S3 Angular UI Router 0.3.0 angular.js.mit.v2 angular.js 1.2.15 angular.js.mit.v2 angular.js 1.5.8 angular.js.mit.v2 angular-animate-1.5.6 1.5.6 angular.js.mit.v2 Name of Product/Product Component Version License angular-route 1.5.6 angular.js.mit.v2 angular-sanitize-1.5.6 1.5.6 angular.js.mit.v2 angular-translate 2.3.0 angular.js.mit.v2 angular-translate-2.12.1 2.12.1 angular.bootstrap.mit.v2 angular-translate-2.12.1 2.12.1 angular.js.mit.v2 AngularUI Bootstrap 0.6.0 angular.bootstrap.mit.v2 AngularUI Bootstrap 1.3.3 angular.bootstrap.mit.v2 Annotation 1.0 1.1.1 Apache License Version 2.0 Annotation 1.1 1.0.1 Apache License Version 2.0 ANTLR 3 Complete 3.5.2 ANTLR License Antlr 3.4 Runtime 3.4 ANTLR License ANTLR, ANother Tool for Language 2.7.7 ANTLR License Recognition AOP Alliance (Java/J2EE AOP standard) 1.0 Public Domain Apache Ant Core 1.9.1 Apache License Version 2.0 Name of Product/Product Component Version License
    [Show full text]
  • Common Java 6.10.1
    Open Source Used In Stealthwatch Common Java 6.10.1 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website at www.cisco.com/go/offices. Text Part Number: 78EE117C99-169040133 Open Source Used In Stealthwatch Common Java 6.10.1 1 This document contains licenses and notices for open source software used in this product. With respect to the free/open source software listed in this document, if you have any questions or wish to receive a copy of any source code to which you may be entitled under the applicable free/open source license(s) (such as the GNU Lesser/General Public License), please contact us at [email protected]. In your requests please include the following reference number 78EE117C99-169040133 Contents 1.1 activation 1.1 1.2 annotations 2.0.1 1.2.1 Available under license 1.3 ANTLR 2.7.7 1.3.1 Available under license 1.4 aopalliance-repackaged 2.5.0-b32 1.4.1 Available under license 1.5 Apache Jakarta Regexp 1.3 1.5.1 Notifications 1.5.2 Available under license 1.6 Apache PDFBox 2.0.7 1.6.1 Available under license 1.7 Apache XMLBatik 1.7 1.7.1 Available under license 1.8 apache-el 8.0.33 1.8.1 Available under license 1.9 api-all 1.0.0-M19 1.9.1 Available under license 1.10 ASM 3.1 1.10.1 Available under license 1.11 asm 5.0.1 1.11.1 Available under license 1.12 ASM Commons 5.0.1 1.12.1 Available under license 1.13 ASM Core 5.0.1 1.13.1 Available under license Open Source Used In Stealthwatch Common Java 6.10.1
    [Show full text]
  • Reportcaster Guide Release 8.2 Version 01M
    ReportCaster Guide Release 8.2 Version 01M March 31, 2021 Contents Preface ........................................................................ 13 Conventions ........................................................................14 Related Publications .................................................................15 Customer Support ...................................................................15 Information You Should Have ..........................................................16 User Feedback ......................................................................17 Information Builders Consulting and Training ............................................ 17 1. Introducing ReportCaster .....................................................19 About ReportCaster ..................................................................19 ReportCaster Overview ...............................................................20 Creating a Schedule in a Self-Service Installation ........................................ 21 Section 508 Compliance ............................................................. 22 ReportCaster Processing ............................................................. 23 Time Zone Considerations....................................................... 27 Daylight Saving Time Considerations...............................................27 Establishing a Location for the ReportCaster temp Directory.......................... 28 Distribution Server Features ...........................................................30
    [Show full text]