[JBoss JIRA] (LOGTOOL-107) jboss-logging-tools don't include the license file
by James Perkins (JIRA)
[ https://issues.jboss.org/browse/LOGTOOL-107?page=com.atlassian.jira.plugi... ]
James Perkins commented on LOGTOOL-107:
---------------------------------------
The attached PR adds a {{LICENSE.txt}} file to the {{META-INF}} directory in both the source and binary JAR's.
{code}
jperkins@localhost ~/projects/jboss/logging/jboss-logging-tools (LOGTOOL-107) $ jar tf annotations/target/jboss-logging-annotations-2.1.0.Alpha1-SNAPSHOT-sources.jar
META-INF/MANIFEST.MF
META-INF/
org/
org/jboss/
org/jboss/logging/
org/jboss/logging/annotations/
org/jboss/logging/annotations/ConstructType.java
org/jboss/logging/annotations/Cause.java
org/jboss/logging/annotations/Once.java
org/jboss/logging/annotations/Transform.java
org/jboss/logging/annotations/Suppressed.java
org/jboss/logging/annotations/Fields.java
org/jboss/logging/annotations/Property.java
META-INF/INDEX.LIST
org/jboss/logging/annotations/FormatWith.java
org/jboss/logging/annotations/LogMessage.java
org/jboss/logging/annotations/LoggingClass.java
org/jboss/logging/annotations/MessageBundle.java
org/jboss/logging/annotations/Param.java
org/jboss/logging/annotations/ValidIdRanges.java
org/jboss/logging/annotations/Field.java
org/jboss/logging/annotations/Properties.java
org/jboss/logging/annotations/Signature.java
org/jboss/logging/annotations/Message.java
org/jboss/logging/annotations/Pos.java
org/jboss/logging/annotations/ValidIdRange.java
org/jboss/logging/annotations/MessageLogger.java
META-INF/LICENSE.txt
{code}
If this doesn't look correct just let me know.
> jboss-logging-tools don't include the license file
> --------------------------------------------------
>
> Key: LOGTOOL-107
> URL: https://issues.jboss.org/browse/LOGTOOL-107
> Project: Log Tool
> Issue Type: Bug
> Reporter: gil cattaneo
> Assignee: James Perkins
>
> Not available LICENSE file in source directory structure
> Please. Added license and copyright notice.
> the fedora pakaging guideline is very strictly precise about this problem
> https://fedoraproject.org/wiki/Packaging:LicensingGuidelines?rd=Packaging...
> thanks
> regards
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (ELY-556) Wrapper HTTP and SASL Mechanism factories to automatically set the server name.
by Darran Lofthouse (JIRA)
Darran Lofthouse created ELY-556:
------------------------------------
Summary: Wrapper HTTP and SASL Mechanism factories to automatically set the server name.
Key: ELY-556
URL: https://issues.jboss.org/browse/ELY-556
Project: WildFly Elytron
Issue Type: Enhancement
Components: HTTP, SASL
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 1.1.0.Beta6
For SASL this will be the server name passed in to the factory, for HTTP this should be derived from the Host header in the request.
HTTP mechanisms will need to be double checked as this can only happen after the request is received from the client i.e. Basic authentication will need to wait until the request is received before the mechanism realms can be identified.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months