Re: Would a developer please add this mime type to the distro?

2014-01-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Jeffrey,

On 1/13/14, 5:36 PM, Jeffrey Janner wrote:
>> -Original Message- From: Konstantin Kolinko
>> [mailto:knst.koli...@gmail.com] Sent: Friday, January 10, 2014
>> 9:04 PM To: Tomcat Users List Subject: Re: Would a developer
>> please add this mime type to the distro?
>> 
>> 2014/1/11 Jeffrey Janner :
>>> Tomcat 7 did a good job of collecting all the new Microsoft
>>> mime
>> types into the standard web.xml file, but missed the mapping for
>> the ".one" file type for OneNote, even though that's fully
>> documented on the Microsoft Mime Types page.
>> 
>> 1. What page, exactly?
>> 
> 
> The one on Microsoft's TechNet: 
> http://technet.microsoft.com/en-us/library/ee309278(v=office.12).aspx
>
>  My guess is whomever transcribed this list into HTTPD, accidently
> skipped this one entry. This is the page I built the entries in my
> web.xml from years ago.
> 
>>> The entry is:
>>> 
>>>  one 
>>> application/onenote 
>>> 
>>> I know I can always add it to my local web.xml, but it's now
>>> the only
>> one I need and I figured that others might like to have it
>> available as a default as well.
>> 
>> 2. The list of mime types in Tomcat is kept in sync with the
>> similar list in Apache HTTPD.
>> 
>> If I look at HTTPD trunk, that mime-type is mapped to extensions 
>> "onetoc" "onetoc2" "onetmp" "onepkg".
>> 
>> http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/mime.types?vie
>>
>> 
w=markup#l159
>> 
>> 3. IMHO "application/onenote" is not a valid mime type on the
>> Internet, as it is not registered with IANA.
>> 
>> http://www.iana.org/assignments/media-types/media- 
>> types.xhtml#application
>> 
> 
> What?  You expect Microsoft to do things the generally accepted
> and/or correct way?
> 
>> 4. Formally, a way to go is to file an enhancement request.
>> 
> And I do that how?

Bugzilla:

https://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%207

- -chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBCAAGBQJS2F2jAAoJEBzwKT+lPKRY1VMP/ii2AfLqCjwIdGWlF4qOcLEt
YxvLnNiz8vFv/0hC9xfGEo8TVKI7WhYSO4W/rkdX3lTEOHSHARTUt09rWpz7IXVQ
Nn14DcbrV3fX/nVrH2TSgR4bo0h3MVH/PNCIr7BQxF4Erj3bsPYo48kj1+ULxN/5
WLnG5hfo+7KQPnCto21vDQhsDDU4x3Oi2Fbdt24EE8kKnL+X2RhtSEfLIMicgS7k
FoA3Xp/3ZwiyJiFMpLtvgLE0vVMp2Mh29WKP+8s0l6qs8oc2ITTD6tcdgyQn6t3e
JByTGAwh4BirlCKid7WRIIxDNK7rRjqbrTRuB2eL6IlOi5KLRvp0DcJwkoNMhDFx
hNVgoR3SpcJX+aOCcE5NXsDzd7MalaQr23U6i5kdF5iqkPgtg0R+Qvp3F1LsCZja
1TelJmeeYuGKYvnym/N+dhrmU7RbFSVBxz/vQ7aGNipOYMyek7/goXRtsbrUzGCq
cuqmmLETBgWVPFc4CbdirnJHarBdEo9ndR9uQW4IuTrCSELbB621SMuuJhKN9Okw
xESnTXtS95p58OMdWi0mP+pcvyUBibDSMFb8/BQqOb/Pj1yETdWhwqPIvxYGTuo6
g84t8UKZpbUyTtgeJsgaE05JqmwsLPabjT5asIAlVmwVlgnhKShy8hurTe5UzPE2
ULcRUcDYVJBNYouaCp79
=Qr2q
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: Would a developer please add this mime type to the distro?

2014-01-13 Thread Jeffrey Janner
> -Original Message-
> From: Konstantin Kolinko [mailto:knst.koli...@gmail.com]
> Sent: Friday, January 10, 2014 9:04 PM
> To: Tomcat Users List
> Subject: Re: Would a developer please add this mime type to the distro?
> 
> 2014/1/11 Jeffrey Janner :
> > Tomcat 7 did a good job of collecting all the new Microsoft mime
> types into the standard web.xml file, but missed the mapping for the
> ".one" file type for OneNote, even though that's fully documented on
> the Microsoft Mime Types page.
> 
> 1. What page, exactly?
> 

The one on Microsoft's TechNet:
http://technet.microsoft.com/en-us/library/ee309278(v=office.12).aspx

My guess is whomever transcribed this list into HTTPD, accidently skipped this 
one entry.
This is the page I built the entries in my web.xml from years ago.

> >   The entry is:
> >
> >   
> > one
> > application/onenote
> >   
> >
> > I know I can always add it to my local web.xml, but it's now the only
> one I need and I figured that others might like to have it available as
> a default as well.
> 
> 2. The list of mime types in Tomcat is kept in sync with the similar
> list in Apache HTTPD.
> 
> If I look at HTTPD trunk, that mime-type is mapped to extensions
> "onetoc" "onetoc2" "onetmp" "onepkg".
> 
> http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/mime.types?vie
> w=markup#l159
> 
> 3. IMHO "application/onenote" is not a valid mime type on the Internet,
> as it is not registered with IANA.
> 
> http://www.iana.org/assignments/media-types/media-
> types.xhtml#application
> 

What?  You expect Microsoft to do things the generally accepted and/or correct 
way?

> 4. Formally, a way to go is to file an enhancement request.
> 
And I do that how?


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Would a developer please add this mime type to the distro?

2014-01-10 Thread Konstantin Kolinko
2014/1/11 Jeffrey Janner :
> Tomcat 7 did a good job of collecting all the new Microsoft mime types into 
> the standard web.xml file, but missed the mapping for the ".one" file type 
> for OneNote, even though that's fully documented on the Microsoft Mime Types 
> page.

1. What page, exactly?

>   The entry is:
>
>   
> one
> application/onenote
>   
>
> I know I can always add it to my local web.xml, but it's now the only one I 
> need and I figured that others might like to have it available as a default 
> as well.

2. The list of mime types in Tomcat is kept in sync with the similar
list in Apache HTTPD.

If I look at HTTPD trunk, that mime-type is mapped to extensions
"onetoc" "onetoc2" "onetmp" "onepkg".

http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/mime.types?view=markup#l159

3. IMHO "application/onenote" is not a valid mime type on the Internet,
as it is not registered with IANA.

http://www.iana.org/assignments/media-types/media-types.xhtml#application

4. Formally, a way to go is to file an enhancement request.



Best regards,
Konstantin Kolinko

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Would a developer please add this mime type to the distro?

2014-01-10 Thread Jeffrey Janner
Tomcat 7 did a good job of collecting all the new Microsoft mime types into the 
standard web.xml file, but missed the mapping for the ".one" file type for 
OneNote, even though that's fully documented on the Microsoft Mime Types page.  
 The entry is:

  
one
application/onenote
  

I know I can always add it to my local web.xml, but it's now the only one I 
need and I figured that others might like to have it available as a default as 
well.

Jeffrey Janner