|
Pull Up Method public close() : void from class io.undertow.server.handlers.resource.FileResourceManager to public close() : void from class io.undertow.server.handlers.resource.PathResourceManager |
From |
To |
|
Pull Up Method public isRangeSupported() : boolean from class io.undertow.server.handlers.resource.FileResource to public isRangeSupported() : boolean from class io.undertow.server.handlers.resource.PathResource |
From |
To |
|
Pull Up Method public getTransferMinSize() : long from class io.undertow.server.handlers.resource.FileResourceManager to public getTransferMinSize() : long from class io.undertow.server.handlers.resource.PathResourceManager |
From |
To |
|
Pull Up Method public serveRange(sender Sender, exchange HttpServerExchange, start long, end long, callback IoCallback) : void from class io.undertow.server.handlers.resource.FileResource to public serveRange(sender Sender, exchange HttpServerExchange, start long, end long, callback IoCallback) : void from class io.undertow.server.handlers.resource.PathResource |
From |
To |
|
Pull Up Method public getUrl() : URL from class io.undertow.server.handlers.resource.FileResource to public getUrl() : URL from class io.undertow.server.handlers.resource.PathResource |
From |
To |
|
Pull Up Method public getLastModified() : Date from class io.undertow.server.handlers.resource.FileResource to public getLastModified() : Date from class io.undertow.server.handlers.resource.PathResource |
From |
To |
|
Pull Up Method public getResourceManagerRoot() : File from class io.undertow.server.handlers.resource.FileResource to public getResourceManagerRoot() : File from class io.undertow.server.handlers.resource.PathResource |
From |
To |
|
Pull Up Method public removeResourceChangeListener(listener ResourceChangeListener) : void from class io.undertow.server.handlers.resource.FileResourceManager to public removeResourceChangeListener(listener ResourceChangeListener) : void from class io.undertow.server.handlers.resource.PathResourceManager |
From |
To |
|
Pull Up Method public getPath() : String from class io.undertow.server.handlers.resource.FileResource to public getPath() : String from class io.undertow.server.handlers.resource.PathResource |
From |
To |
|
Pull Up Method public getCacheKey() : String from class io.undertow.server.handlers.resource.FileResource to public getCacheKey() : String from class io.undertow.server.handlers.resource.PathResource |
From |
To |
|
Pull Up Method public list() : List<Resource> from class io.undertow.server.handlers.resource.FileResource to public list() : List<Resource> from class io.undertow.server.handlers.resource.PathResource |
From |
To |
|
Pull Up Method public getName() : String from class io.undertow.server.handlers.resource.FileResource to public getName() : String from class io.undertow.server.handlers.resource.PathResource |
From |
To |
|
Pull Up Method public getContentLength() : Long from class io.undertow.server.handlers.resource.FileResource to public getContentLength() : Long from class io.undertow.server.handlers.resource.PathResource |
From |
To |
|
Pull Up Method public getResource(p String) : Resource from class io.undertow.server.handlers.resource.FileResourceManager to public getResource(p String) : Resource from class io.undertow.server.handlers.resource.PathResourceManager |
From |
To |
|
Pull Up Method public registerResourceChangeListener(listener ResourceChangeListener) : void from class io.undertow.server.handlers.resource.FileResourceManager to public registerResourceChangeListener(listener ResourceChangeListener) : void from class io.undertow.server.handlers.resource.PathResourceManager |
From |
To |
|
Pull Up Method public getETag() : ETag from class io.undertow.server.handlers.resource.FileResource to public getETag() : ETag from class io.undertow.server.handlers.resource.PathResource |
From |
To |
|
Pull Up Method public isResourceChangeListenerSupported() : boolean from class io.undertow.server.handlers.resource.FileResourceManager to public isResourceChangeListenerSupported() : boolean from class io.undertow.server.handlers.resource.PathResourceManager |
From |
To |
|
Pull Up Method protected getFileResource(file File, path String) : FileResource from class io.undertow.server.handlers.resource.FileResourceManager to protected getFileResource(file Path, path String) : PathResource from class io.undertow.server.handlers.resource.PathResourceManager |
From |
To |
|
Pull Up Method private isSymlinkPath(base String, file File) : boolean from class io.undertow.server.handlers.resource.FileResourceManager to private isSymlinkPath(base String, file Path) : boolean from class io.undertow.server.handlers.resource.PathResourceManager |
From |
To |
|
Pull Up Method public getFile() : File from class io.undertow.server.handlers.resource.FileResource to public getFile() : File from class io.undertow.server.handlers.resource.PathResource |
From |
To |
|
Pull Up Method public isDirectory() : boolean from class io.undertow.server.handlers.resource.FileResource to public isDirectory() : boolean from class io.undertow.server.handlers.resource.PathResource |
From |
To |
|
Pull Up Method public getContentType(mimeMappings MimeMappings) : String from class io.undertow.server.handlers.resource.FileResource to public getContentType(mimeMappings MimeMappings) : String from class io.undertow.server.handlers.resource.PathResource |
From |
To |
|
Pull Up Method public getLastModifiedString() : String from class io.undertow.server.handlers.resource.FileResource to public getLastModifiedString() : String from class io.undertow.server.handlers.resource.PathResource |
From |
To |
|
Pull Up Method public serve(sender Sender, exchange HttpServerExchange, callback IoCallback) : void from class io.undertow.server.handlers.resource.FileResource to public serve(sender Sender, exchange HttpServerExchange, callback IoCallback) : void from class io.undertow.server.handlers.resource.PathResource |
From |
To |
|
Pull Up Method private isFileSameCase(file File) : boolean from class io.undertow.server.handlers.resource.FileResourceManager to private isFileSameCase(file Path) : boolean from class io.undertow.server.handlers.resource.PathResourceManager |
From |
To |
|
Pull Up Method private isSymlinkSafe(file File) : boolean from class io.undertow.server.handlers.resource.FileResourceManager to private isSymlinkSafe(file Path) : boolean from class io.undertow.server.handlers.resource.PathResourceManager |
From |
To |
|
Pull Up Method private serveImpl(sender Sender, exchange HttpServerExchange, start long, end long, callback IoCallback, range boolean) : void from class io.undertow.server.handlers.resource.FileResource to private serveImpl(sender Sender, exchange HttpServerExchange, start long, end long, callback IoCallback, range boolean) : void from class io.undertow.server.handlers.resource.PathResource |
From |
To |
|
Change Parameter Type file : File to file : Path in method private isSymlinkSafe(file Path) : boolean in class io.undertow.server.handlers.resource.PathResourceManager |
From |
To |
|
Change Parameter Type file : File to file : Path in method private isSymlinkPath(base String, file Path) : boolean in class io.undertow.server.handlers.resource.PathResourceManager |
From |
To |
|
Change Parameter Type file : File to file : Path in method protected getFileResource(file Path, path String) : PathResource in class io.undertow.server.handlers.resource.PathResourceManager |
From |
To |
|
Change Parameter Type tempDir : File to tempDir : Path in method public MultiPartParserDefinition(tempDir Path) in class io.undertow.server.handlers.form.MultiPartParserDefinition |
From |
To |
|
Change Parameter Type outputDirectory : File to outputDirectory : Path in method public DefaultAccessLogReceiver(logWriteExecutor Executor, outputDirectory Path, logBaseName String, logNameSuffix String, rotate boolean) in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver |
From |
To |
|
Change Parameter Type outputDirectory : File to outputDirectory : Path in method public DefaultAccessLogReceiver(logWriteExecutor Executor, outputDirectory Path, logBaseName String, logNameSuffix String) in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver |
From |
To |
|
Change Parameter Type file : File to file : Path in method public setFile(file Path) : FileErrorPageHandler in class io.undertow.server.handlers.error.FileErrorPageHandler |
From |
To |
|
Change Parameter Type file : File to file : Path in method private isFileSameCase(file Path) : boolean in class io.undertow.server.handlers.resource.PathResourceManager |
From |
To |
|
Change Parameter Type file : File to file : Path in method public FileErrorPageHandler(file Path, responseCodes Integer...) in class io.undertow.server.handlers.error.FileErrorPageHandler |
From |
To |
|
Change Parameter Type value : File to value : Path in method public add(name String, value Path, fileName String, headers HeaderMap) : void in class io.undertow.server.handlers.form.FormData |
From |
To |
|
Change Parameter Type file : File to file : Path in method package FormValueImpl(file Path, fileName String, headers HeaderMap) in class io.undertow.server.handlers.form.FormData.FormValueImpl |
From |
To |
|
Change Parameter Type tempFileLocation : File to tempFileLocation : Path in method public setTempFileLocation(tempFileLocation Path) : MultiPartParserDefinition in class io.undertow.server.handlers.form.MultiPartParserDefinition |
From |
To |
|
Change Parameter Type file : File to file : Path in method public parse(file Path, classLoader ClassLoader) : List<PredicatedHandler> in class io.undertow.server.handlers.builder.PredicatedHandlersParser |
From |
To |
|
Change Parameter Type file : File to file : Path in method public FileErrorPageHandler(next HttpHandler, file Path, responseCodes Integer...) in class io.undertow.server.handlers.error.FileErrorPageHandler |
From |
To |
|
Change Parameter Type encodedResourcesRoot : File to encodedResourcesRoot : Path in method public ContentEncodedResourceManager(encodedResourcesRoot Path, encodedResourceManager CachingResourceManager, contentEncodingRepository ContentEncodingRepository, minResourceSize int, maxResourceSize int, encodingAllowed Predicate) in class io.undertow.server.handlers.encoding.ContentEncodedResourceManager |
From |
To |
|
Change Parameter Type logFileName : File to logFileName : Path in method private verifySingleLogMessageToFile(logFileName Path, logReceiver DefaultAccessLogReceiver) : void in class io.undertow.server.handlers.accesslog.AccessLogFileTestCase |
From |
To |
|
Change Parameter Type outputDirectory : File to outputDirectory : Path in method public DefaultAccessLogReceiver(logWriteExecutor Executor, outputDirectory Path, logBaseName String) in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver |
From |
To |
|
Change Variable Type newSymlink : File to newSymlink : Path in method public testExplicitAccessSymlinkGranted() : void in class io.undertow.server.handlers.file.FileHandlerSymlinksTestCase |
From |
To |
|
Change Variable Type rootPath : File to rootPath : Path in method public testHeadRequest() : void in class io.undertow.server.handlers.file.FileHandlerTestCase |
From |
To |
|
Change Variable Type file : File to file : Path in method public list() : List<Resource> in class io.undertow.server.handlers.resource.URLResource |
From |
To |
|
Change Variable Type newSymlink : File to newSymlink : Path in method public testExplicitAccessSymlinkDeniedForInsideSymlinks() : void in class io.undertow.server.handlers.file.FileHandlerSymlinksTestCase |
From |
To |
|
Change Variable Type innerDir : File to innerDir : Path in method public deleteSymlinksScenario() : void in class io.undertow.server.handlers.file.FileHandlerSymlinksTestCase |
From |
To |
|
Change Variable Type newSymlink : File to newSymlink : Path in method public deleteSymlinksScenario() : void in class io.undertow.server.handlers.file.FileHandlerSymlinksTestCase |
From |
To |
|
Change Variable Type newDir : File to newDir : Path in method public deleteSymlinksScenario() : void in class io.undertow.server.handlers.file.FileHandlerSymlinksTestCase |
From |
To |
|
Change Variable Type f : File to f : Path in method public testFileExistanceCheckCached() : void in class io.undertow.servlet.test.defaultservlet.DefaultServletCachingTestCase |
From |
To |
|
Change Variable Type f : File to child : Path in method public list() : List<Resource> in class io.undertow.server.handlers.resource.URLResource |
From |
To |
|
Change Variable Type tempTarget : File to tempTarget : Path in method public getResource(resource Resource, exchange HttpServerExchange) : ContentEncodedResource in class io.undertow.server.handlers.encoding.ContentEncodedResourceManager |
From |
To |
|
Change Variable Type file : File to file : Path in method public run() : void in class io.undertow.server.handlers.form.MultiPartParserDefinition.MultiPartUploadHandler.close.execute |
From |
To |
|
Change Variable Type finalTarget : File to finalTarget : Path in method public getResource(resource Resource, exchange HttpServerExchange) : ContentEncodedResource in class io.undertow.server.handlers.encoding.ContentEncodedResourceManager |
From |
To |
|
Change Variable Type innerDir : File to innerDir : Path in method public testCreateSymlinks() : void in class io.undertow.server.handlers.file.FileHandlerSymlinksTestCase |
From |
To |
|
Change Variable Type large : File to large : Path in method public testFileTransferLargeFile() : void in class io.undertow.server.handlers.file.FileHandlerTestCase |
From |
To |
|
Change Variable Type f : File to f : Path in method public testFileIsCompressed() : void in class io.undertow.server.handlers.file.ContentEncodedResourceTestCase |
From |
To |
|
Change Variable Type newSymlink : File to newSymlink : Path in method public testExplicitAccessSymlinkGrantedUsingSpecificFiltersWithDirectoryListingEnabled() : void in class io.undertow.server.handlers.file.FileHandlerSymlinksTestCase |
From |
To |
|
Change Variable Type files : List<File> to files : List<Path> in method public close() : void in class io.undertow.server.handlers.form.MultiPartParserDefinition.MultiPartUploadHandler |
From |
To |
|
Change Variable Type innerSymlink : File to innerSymlink : Path in method public deleteSymlinksScenario() : void in class io.undertow.server.handlers.file.FileHandlerSymlinksTestCase |
From |
To |
|
Change Variable Type newSymlink : File to newSymlink : Path in method public testExplicitAccessSymlinkDeniedForEmptySafePath() : void in class io.undertow.server.handlers.file.FileHandlerSymlinksTestCase |
From |
To |
|
Change Variable Type innerPage : File to innerPage : Path in method public deleteSymlinksScenario() : void in class io.undertow.server.handlers.file.FileHandlerSymlinksTestCase |
From |
To |
|
Change Variable Type innerDir : File to innerDir : Path in method public createSymlinksScenario() : void in class io.undertow.server.handlers.file.FileHandlerSymlinksTestCase |
From |
To |
|
Change Variable Type tempDir : File to tempDir : Path in method public setupMultipart(servletContext ServletContextImpl) : void in class io.undertow.servlet.core.ManagedServlet |
From |
To |
|
Change Variable Type base : File to base : Path in method public getResourcePaths(path String) : Set<String> in class io.undertow.servlet.spec.ServletContextImpl |
From |
To |
|
Change Variable Type newSymlink : File to newSymlink : Path in method public createSymlinksScenario() : void in class io.undertow.server.handlers.file.FileHandlerSymlinksTestCase |
From |
To |
|
Change Variable Type newDir : File to newDir : Path in method public createSymlinksScenario() : void in class io.undertow.server.handlers.file.FileHandlerSymlinksTestCase |
From |
To |
|
Change Variable Type page : File to page : Path in method public deleteSymlinksScenario() : void in class io.undertow.server.handlers.file.FileHandlerSymlinksTestCase |
From |
To |
|
Change Variable Type innerSymlink : File to innerSymlink : Path in method public testCreateSymlinks() : void in class io.undertow.server.handlers.file.FileHandlerSymlinksTestCase |
From |
To |
|
Change Variable Type newSymlink : File to newSymlink : Path in method public testDefaultAccessSymlinkDenied() : void in class io.undertow.server.handlers.file.FileHandlerSymlinksTestCase |
From |
To |
|
Change Variable Type root : File to root : Path in method public getRealPath(path String) : String in class io.undertow.servlet.spec.ServletContextImpl |
From |
To |
|
Change Variable Type file : File to file : Path in method public getResourcePaths(path String) : Set<String> in class io.undertow.servlet.spec.ServletContextImpl |
From |
To |
|
Change Variable Type newSymlink : File to newSymlink : Path in method public testExplicitAccessSymlinkDeniedUsingSameSymlinkName() : void in class io.undertow.server.handlers.file.FileHandlerSymlinksTestCase |
From |
To |
|
Change Variable Type secondLogRotate : File to secondLogRotate : Path in method public testForcedLogRotation() : void in class io.undertow.server.handlers.accesslog.AccessLogFileTestCase |
From |
To |
|
Change Variable Type file : File to file : Path in method public getResource(resource Resource, exchange HttpServerExchange) : ContentEncodedResource in class io.undertow.server.handlers.encoding.ContentEncodedResourceManager |
From |
To |
|
Change Variable Type newSymlink : File to newSymlink : Path in method public testRelativePathSymlinkFilter() : void in class io.undertow.server.handlers.file.FileHandlerSymlinksTestCase |
From |
To |
|
Change Variable Type innerSymlink : File to innerSymlink : Path in method public createSymlinksScenario() : void in class io.undertow.server.handlers.file.FileHandlerSymlinksTestCase |
From |
To |
|
Change Variable Type logFileName : File to logFileName : Path in method public testLogLotsOfThreads() : void in class io.undertow.server.handlers.accesslog.AccessLogFileTestCase |
From |
To |
|
Change Variable Type logFileName : File to logFileName : Path in method public testSingleLogMessageToFile() : void in class io.undertow.server.handlers.accesslog.AccessLogFileTestCase |
From |
To |
|
Change Variable Type directory : File to directory : Path in method public testLogLotsOfThreads() : void in class io.undertow.server.handlers.accesslog.AccessLogFileTestCase |
From |
To |
|
Change Variable Type rootPath : File to rootPath : Path in method public createSymlinksScenario() : void in class io.undertow.server.handlers.file.FileHandlerSymlinksTestCase |
From |
To |
|
Change Variable Type file : File to file : Path in method public isDirectory() : boolean in class io.undertow.server.handlers.resource.URLResource |
From |
To |
|
Change Variable Type firstLogRotate : File to firstLogRotate : Path in method public testForcedLogRotation() : void in class io.undertow.server.handlers.accesslog.AccessLogFileTestCase |
From |
To |
|
Change Variable Type newDir : File to newDir : Path in method public testCreateSymlinks() : void in class io.undertow.server.handlers.file.FileHandlerSymlinksTestCase |
From |
To |
|
Change Variable Type newSymlink : File to newSymlink : Path in method public testCreateSymlinks() : void in class io.undertow.server.handlers.file.FileHandlerSymlinksTestCase |
From |
To |
|
Change Variable Type resourceManager : FileResourceManager to resourceManager : PathResourceManager in method public setup() : void in class io.undertow.server.handlers.file.ContentEncodedResourceTestCase |
From |
To |
|
Change Variable Type logFileName : File to logFileName : Path in method public testSingleLogMessageToFileWithSuffix() : void in class io.undertow.server.handlers.accesslog.AccessLogFileTestCase |
From |
To |
|
Change Variable Type file : File to file : Path in method public getRealPath(path String) : String in class io.undertow.servlet.spec.ServletContextImpl |
From |
To |
|
Change Variable Type directory : File to directory : Path in method public testSingleLogMessageToFileWithSuffix() : void in class io.undertow.server.handlers.accesslog.AccessLogFileTestCase |
From |
To |
|
Change Variable Type newSymlink : File to newSymlink : Path in method public testResourceManagerBaseSymlink() : void in class io.undertow.server.handlers.file.FileHandlerSymlinksTestCase |
From |
To |
|
Change Variable Type logFileName : File to logFileName : Path in method public testForcedLogRotation() : void in class io.undertow.server.handlers.accesslog.AccessLogFileTestCase |
From |
To |
|
Change Variable Type fileResourceManager : FileResourceManager to pathResourceManager : PathResourceManager in method public testSpecialCharacterInFileURL() : void in class io.undertow.servlet.test.servletcontext.GetResourceTestCase |
From |
To |
|
Change Variable Type newSymlink : File to newSymlink : Path in method public testExplicitAccessSymlinkDeniedUsingSpecificFilters() : void in class io.undertow.server.handlers.file.FileHandlerSymlinksTestCase |
From |
To |
|
Change Variable Type newSymlink : File to newSymlink : Path in method public testExplicitAccessSymlinkGrantedUsingSpecificFilters() : void in class io.undertow.server.handlers.file.FileHandlerSymlinksTestCase |
From |
To |
|
Change Variable Type f : File to f : Path in method public testFileContentsCachedWithFilter() : void in class io.undertow.servlet.test.defaultservlet.DefaultServletCachingTestCase |
From |
To |
|
Change Variable Type newFile : File to newFile : Path in method private doRotate() : void in class io.undertow.server.handlers.accesslog.DefaultAccessLogReceiver |
From |
To |
|
Change Variable Type f : File to f : Path in method public testFileContentsCached() : void in class io.undertow.servlet.test.defaultservlet.DefaultServletCachingTestCase |
From |
To |
|
Change Variable Type directory : File to directory : Path in method public testSingleLogMessageToFile() : void in class io.undertow.server.handlers.accesslog.AccessLogFileTestCase |
From |
To |