JDK-4811569 : Missing javax.net package in the distribution source code archive
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 1.4.1
  • Priority: P3
  • Status: Closed
  • Resolution: Not an Issue
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2003-02-01
  • Updated: 2003-02-06
  • Resolved: 2003-02-06
Description

Name: rmT116609			Date: 01/31/2003


FULL PRODUCT VERSION :
java version "1.4.1_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

FULL OPERATING SYSTEM VERSION :
Microsoft Windows XP [Version 5.1.2600]

A DESCRIPTION OF THE PROBLEM :
The source code archive src.zip does not contain any of the javax.net .java files

STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. Install the JDK
2. Select the source code archive as well
3. Open the src.zip file: no javax.net directory nor .java
file

EXPECTED VERSUS ACTUAL BEHAVIOR :
src.zip file should contain the javax.net .java source code files.

Note that if I make a javap javax.net.ServerSocketFactory, for example, the compiled class is found normally.

REPRODUCIBILITY :
This bug can be reproduced always.
(Review ID: 180569) 
======================================================================

Comments
EVALUATION Not a bug. What's in javax.net is part of the Security Code (JSSE) therefore, the sources are not available through normal means for export control reasons. However, it is possible to get access to it through the SCSL process. See http://wwws.sun.com/software/java2/download.html ###@###.### 2003-02-05
05-02-2003