|
Re: What plugins people want July 30, 2012 02:55PM |
Admin Registered: 4 years ago Posts: 1,632 |
|
Re: What plugins people want July 31, 2012 01:05PM |
Registered: 1 year ago Posts: 10 |
|
Re: What plugins people want August 02, 2012 08:45AM |
Registered: 4 years ago Posts: 46 |
|
Re: What plugins people want August 07, 2012 05:32PM |
Registered: 9 months ago Posts: 14 |
|
Re: What plugins people want August 07, 2012 06:08PM |
Registered: 9 months ago Posts: 14 |
|
Re: What plugins people want August 07, 2012 07:33PM |
Admin Registered: 4 years ago Posts: 1,632 |
The XFS plugin was made to reduce duplicate code for every XFS site as most of them are very similar. Look at AsixFilesFileRunner for example.
|
Re: What plugins people want August 08, 2012 03:28AM |
Registered: 9 months ago Posts: 14 |
The XFS plugin
|
Re: What plugins people want August 08, 2012 05:20AM |
Registered: 9 months ago Posts: 14 |
2012-8-8 11:04:42 cz.vity.freerapid.plugins.webclient.DefaultFileStreamRecognizer isStream WARN: Suspicious Content-Type: "application/octet-stream"
Language: Javapublic boolean isStream(HttpMethod method, boolean showWarnings) { final Header contentType = getContentType(method); String value = null; if (contentType != null) { value = contentType.getValue().toLowerCase(Locale.ENGLISH); value = value.replaceAll("\"", ""); } ... }
|
Re: What plugins people want August 08, 2012 08:09AM |
Admin Registered: 4 years ago Posts: 1,632 |
|
Re: What plugins people want August 09, 2012 05:51AM |
Registered: 9 months ago Posts: 1 |